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!)
A273011 Numbers n such that d_i(n) >= d_i(k) for k = 1 to n-1, where d_i(n) is the number of infinitary divisors of n (A037445). 3
1, 2, 3, 4, 5, 6, 8, 10, 12, 14, 15, 18, 20, 21, 22, 24, 30, 40, 42, 54, 56, 60, 66, 70, 72, 78, 84, 88, 90, 96, 102, 104, 105, 108, 110, 114, 120, 168, 210, 216, 264, 270, 280, 312, 330, 360, 378, 384, 390, 408, 420, 440, 456, 462, 480, 504, 510, 520, 540, 546, 552, 570, 594, 600, 616 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
An infinitary (or Fermi-Dirac) analog of the Ramanujan sequence A067128.
Between the smallest number b_k which is product of k distinct terms of A050376 and b_(k+1) all terms are products of k distinct terms of A050376.
Thus every subsequence of terms, having in Fermi-Dirac factorization a fixed number of distinct factors from A050376, is finite.
These subsequences have cardinalities: 1, 4, 10, 21, 47, ...
LINKS
MATHEMATICA
a = {}; b = {0}; Do[If[# >= Max@b, AppendTo[a, k] && AppendTo[b, #]] &@ If[k == 1, 1, Times @@ Flatten@ Map[2^First@ DigitCount[#, 2] &, FactorInteger[k][[All, 2]]]], {k, 10^3}]; a (* Michael De Vlieger, May 13 2016, after Jean-François Alcover at A037445 *)
CROSSREFS
Sequence in context: A162002 A182764 A045880 * A032956 A004272 A004279
KEYWORD
nonn
AUTHOR
Vladimir Shevelev, May 13 2016
STATUS
approved

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 March 28 14:02 EDT 2024. Contains 371254 sequences. (Running on oeis4.)