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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A051027 a(n) = sigma(sigma(n)) = sum of the divisors of the sum of the divisors of n. 19
1, 4, 7, 8, 12, 28, 15, 24, 14, 39, 28, 56, 24, 60, 60, 32, 39, 56, 42, 96, 63, 91, 60, 168, 32, 96, 90, 120, 72, 195, 63, 104, 124, 120, 124, 112, 60, 168, 120, 234, 96, 252, 84, 224, 168, 195, 124, 224, 80, 128, 195, 171, 120, 360, 195, 360, 186, 234, 168, 480, 96 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

T. D. Noe, Table of n, a(n) for n=1..5000

MAPLE

with(numtheory): [seq(sigma(sigma(n)), n=1..100)];

MATHEMATICA

lst={}; Do[AppendTo[lst, DivisorSigma[1, DivisorSigma[1, n]]], {n, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Mar 11 2009]

CROSSREFS

Cf. A000203.

Sequence in context: A070286 A047536 A093494 * A073435 A086987 A051219

Adjacent sequences:  A051024 A051025 A051026 * A051028 A051029 A051030

KEYWORD

easy,nice,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 14 06:58 EST 2012. Contains 205577 sequences.