login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A051572 a(1) = 5, a(n) = sigma(a(n-1)). 1
5, 6, 12, 28, 56, 120, 360, 1170, 3276, 10192, 24738, 61440, 196584, 491520, 1572840, 5433480, 20180160, 94859856, 355532800, 1040179456, 2143289344, 4966055344, 10092086208, 31800637440, 137371852800, 641012414823 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

NestList[Plus@@Divisors[#] &, 5, 25] (* From Alonso del Arte, Apr 28 2011 *)

PROG

(PARI) a=[5]; for(i=2, 10, a=concat(a, sigma(a[#a]))); a \\ Charles R Greathouse IV, Oct 03 2011

CROSSREFS

Cf. A007497.

Sequence in context: A126593 A173074 A099473 * A047436 A061437 A067245

Adjacent sequences:  A051569 A051570 A051571 * A051573 A051574 A051575

KEYWORD

easy,nonn

AUTHOR

Judson D. Neer (judson(AT)poboxes.com)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 03:33 EST 2012. Contains 205694 sequences.