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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062727 Sum of the divisors of n^n (A000312). 1
1, 1, 7, 40, 511, 3906, 138811, 960800, 33554431, 581130733, 24987792457, 313842837672, 26748283770391, 328114698808274, 25927224666044919, 821051025385244160, 36893488147419103231, 878942778254232811938 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,100

MATHEMATICA

Table[DivisorSigma[1, n^n], {n, 1, 5!}] [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Feb 26 2009]

PROG

(PARI) for(n=0, 22, print(sigma(n^n)))

(PARI) { for (n=0, 100, write("b062727.txt", n, " ", sigma(n^n)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 09 2009]

CROSSREFS

Cf. A000312.

Sequence in context: A051814 A154968 A121582 * A165397 A123747 A144421

Adjacent sequences:  A062724 A062725 A062726 * A062728 A062729 A062730

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jul 11 2001

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 21:56 EST 2012. Contains 205860 sequences.