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!)
A281782 Numbers n such that sum of prime power divisors of n > sum of prime power divisors of m for all m < n. 2
2, 3, 4, 7, 8, 16, 27, 32, 64, 121, 125, 128, 243, 256, 512, 729, 1024, 2048, 4096, 6561, 8192, 15625, 16384, 32761, 32768, 59049, 65536, 117649, 130321, 131072, 177147, 262144, 524287, 524288, 1048576, 1594323, 1953125, 2097152, 4194304, 8388608 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers n such that A023889(n) > A023889(m) for all m < n.
Numbers n such that Sum_{p^k|n, p prime, k>=1} p^k > Sum_{p^k|m, p prime, k>=1} p^k for all m < n.
LINKS
MATHEMATICA
mx = 0; t = {}; Do[u = DivisorSum[n, # &, PrimePowerQ[#] &]; If[u > mx, mx = u; AppendTo[t, n]], {n, 8500000}]; t
CROSSREFS
Sequence in context: A126882 A333801 A239973 * A334020 A006549 A134459
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 14 2017
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 29 02:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)