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!)
A019282 Let sigma_m (n) be result of applying sum-of-divisors function m times to n; call n (m,k)-perfect if sigma_m (n) = k*n; sequence gives the (2,4)-perfect numbers. 11
15, 1023, 29127, 355744082763 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See also the Cohen-te Riele links under A019276.
No other terms < 5*10^11. - Jud McCranie, Feb 08 2012
a(5) > 4*10^12, if it exists. - Giovanni Resta, Feb 26 2020
LINKS
Graeme L. Cohen and Herman J. J. te Riele, Iterating the sum-of-divisors function, Experimental Mathematics, 5 (1996), pp. 93-100.
MATHEMATICA
Select[Range[100000], DivisorSigma[1, DivisorSigma[1, #]]/# == 4 &] (* Robert Price, Apr 07 2019 *)
PROG
(PARI) isok(n) = sigma(sigma(n))/n == 4; \\ Michel Marcus, May 12 2016
CROSSREFS
Sequence in context: A229840 A102102 A196569 * A082158 A064625 A241331
KEYWORD
nonn,more
AUTHOR
EXTENSIONS
a(4) from Jud McCranie, Feb 08 2012
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)