The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A259312 n such that 3 < sigma(n)/n < sigma(m)/m for all abundant numbers m<n such that 3 < sigma(m)/m. 2
180, 780, 1872, 2352, 16830, 17850, 20496, 51060, 59724, 64890, 430272, 884730, 3767100, 4946508, 15287976, 33806052, 34747416, 40974318, 137168580, 140492772, 157048290, 184773312, 3615557148, 16709332608, 40564903620, 40936559976, 60782804964 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This sequence is similar to A071927, but with ratio 3 rather than 2.
a(28) > 7*10^10. - Giovanni Resta, Jun 24 2015
LINKS
PROG
(PARI) lista(nn) = {abk = 4; for (n = 1, nn, ab = sigma(n)/n; if ((ab > 3) && (ab < abk), print1(n, ", "); abk = ab); ); }
CROSSREFS
Cf. A068403 (sigma(n)>3n), A071927 (barely abundant).
Sequence in context: A004532 A143793 A205818 * A032774 A032776 A251255
KEYWORD
nonn
AUTHOR
Michel Marcus, Jun 24 2015
EXTENSIONS
a(23)-a(27) from Giovanni Resta, Jun 24 2015
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 June 7 20:29 EDT 2024. Contains 373206 sequences. (Running on oeis4.)