[go: up one dir, main page]

login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A362619 revision #3

A362619 Numbers whose greatest prime factor is a mode, meaning it appears at least as many times as each of the others. 8
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 25, 26, 27, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 46, 47, 49, 50, 51, 53, 54, 55, 57, 58, 59, 61, 62, 64, 65, 66, 67, 69, 70, 71, 73, 74, 75, 77, 78, 79, 81, 82, 83 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
First differs from A304678 in having 300.
LINKS
EXAMPLE
The prime indices of 300 are {1,1,2,3,3}, with modes {1,3} and maximum 3, so 300 is in the sequence.
MATHEMATICA
prix[n_]:=If[n==1, {}, Flatten[Cases[FactorInteger[n], {p_, k_}:>Table[PrimePi[p], {k}]]]];
Select[Range[100], #==1||MemberQ[Commonest[prix[#]], Max[prix[#]]]&]
CROSSREFS
Partitions of this type are counted by A171979.
The complement is A362620, counted by A240302
The case where the maximum is the only mode is A362616, counted by A362612.
A112798 lists prime indices, length A001222, sum A056239.
A356862 ranks partitions with a unique mode, counted by A362608.
A359178, ranks partitions with a unique co-mode, counted by A362610.
A362605 ranks partitions with a more than one mode, counted by A362607.
A362606 ranks partitions with a more than one co-mode, counted by A362609.
A362611 ranks modes in prime factorization, counted by A362614.
A362615 counts partitions by number of co-modes, ranked by A362613.
A362621 ranks partitions with median equal to maximum, counted by A053263.
Cf. A000040 pri, A000720 pri_pi, A002865 ptns_multimax, A098859 ptns_dstnct_mults, A215366 h_tri, A237824 ptns_twi_min_geq_max, A237984 ptns_mean_is_part, A275870 collapsible, A327473 h_mean_is_part, A327476 h_ptns_wo_mean, A359908 prix_int_medn.
Sequence in context: A316529 A329138 A334969 * A065200 A342526 A325361
KEYWORD
nonn
AUTHOR
Gus Wiseman, May 09 2023
STATUS
editing

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 30 15:13 EDT 2024. Contains 375545 sequences. (Running on oeis4.)