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!)
A129076 a(n) = sigma(sigma(sigma(sigma(n)))), where sigma(n) = sum of divisors of n. 3
1, 8, 15, 24, 56, 120, 60, 168, 60, 120, 120, 360, 168, 480, 480, 104, 120, 360, 252, 728, 210, 248, 480, 1512, 104, 728, 546, 1170, 336, 992, 210, 576, 504, 1170, 504, 480, 480, 1512, 1170, 1344, 728, 1680, 504, 1560, 1512, 992, 504, 1560, 384, 432, 992, 588 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
LINKS
FORMULA
MATHEMATICA
Nest[DivisorSigma[1, #]&, Range[60], 4] (* Harvey P. Dale, Oct 05 2011 *)
PROG
(Magma) [ SumOfDivisors(SumOfDivisors(SumOfDivisors(SumOfDivisors(n)))) : n in [1..100]];
(PARI) a(n) = sigma(sigma(sigma(sigma(n)))); \\ Michel Marcus, Apr 29 2017
CROSSREFS
Cf. A019293.
Sequence in context: A034104 A034114 A069826 * A292949 A072177 A169875
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, May 27 2007
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 19 16:38 EDT 2024. Contains 371794 sequences. (Running on oeis4.)