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!)
A162964 a(n) = sigma(sigma(sigma(sigma(sigma(n))))). 1
1, 15, 24, 60, 120, 360, 168, 480, 168, 360, 360, 1170, 480, 1512, 1512, 210, 360, 1170, 728, 1680, 576, 480, 1512, 4800, 210, 1680, 1344, 3276, 992, 2016, 576, 1651, 1560, 3276, 1560, 1512, 1512, 4800, 3276, 4064, 1680, 5952, 1560, 5040, 4800, 2016, 1560, 5040 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
MAPLE
with(numtheory); f:=n->sigma(sigma(sigma(sigma(sigma(n))))); [seq(f(n), n=1..100)];
MATHEMATICA
Table[Nest[DivisorSigma[1, #]&, n, 5], {n, 50}] (* Harvey P. Dale, Apr 19 2013 *)
PROG
(PARI) A162964(n) = sigma(sigma(sigma(sigma(sigma(n))))); \\ Antti Karttunen, Nov 18 2017
CROSSREFS
Cf. also A049107.
Sequence in context: A089952 A295160 A240597 * A067343 A247315 A154150
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Jul 19 2009
EXTENSIONS
More terms from N. J. A. Sloane, Mar 20 2010
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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)