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!)
A223613 Numbers k whose abundance is 24: sigma(k) - 2*n = 24. 2
112, 6592, 124672, 33452032, 82364907508 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(6) > 10^12.
a(6) > 10^13. - Giovanni Resta, Mar 29 2013
a(6) > 10^18. - Hiroaki Yamanouchi, Aug 23 2018
a(6) <= 36893488040044920832. Every number of the form 2^(j-1)*(2^j - 25), where 2^j - 25 is prime, is a term. - Jon E. Schoenfield, Jun 02 2019
LINKS
EXAMPLE
For k = 82364907508, sigma(k) - 2*k = 24.
PROG
(PARI) for(n=1, 10^8, if(sigma(n)-2*n==24, print1(n ", ")))
CROSSREFS
Sequence in context: A213803 A291214 A035813 * A075910 A089277 A203788
KEYWORD
nonn,more
AUTHOR
Donovan Johnson, Mar 23 2013
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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)