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!)
A369170 Numbers k such that A000005(k) <= A000688(k). 2
1, 16, 32, 64, 81, 128, 243, 256, 512, 576, 625, 729, 768, 1024, 1152, 1280, 1296, 1536, 1600, 1728, 1792, 2048, 2187, 2304, 2401, 2560, 2592, 2816, 2916, 3072, 3125, 3136, 3200, 3328, 3456, 3584, 3888, 4096, 4352, 4608, 4864, 5120, 5184, 5632, 5832, 5888, 6144 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The asymptotic density of this sequence is 0 (Ivić, 1983).
REFERENCES
József Sándor, Dragoslav S. Mitrinovic, Borislav Crstici, Handbook of Number Theory I, Springer Science & Business Media, 2005, Chapter II, page 73.
LINKS
Aleksandar Ivić, On the number of abelian groups of a given order and on certain related multiplicative functions, Journal of Number Theory, Vol. 16, No. 1 (1983), pp. 119-137.
FORMULA
The number of terms not exceeding x, N(x) << x / log(x)^(1-eps) for every 0 < eps < 1 (Ivić, 1983).
MATHEMATICA
Select[Range[6000], DivisorSigma[0, #] <= FiniteAbelianGroupCount[#] &]
PROG
(PARI) is(n) = {my(e = factor(n)[, 2]); vecprod(apply(x -> x+1, e)) <= vecprod(apply(numbpart, e)); }
CROSSREFS
Subsequences: A369168, A369169.
Sequence in context: A264901 A339840 A172418 * A036967 A076468 A246550
KEYWORD
nonn,easy
AUTHOR
Amiram Eldar, Jan 15 2024
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 May 7 11:37 EDT 2024. Contains 372302 sequences. (Running on oeis4.)