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!)
A074318 Sum of next n^n terms of the form i^i. 0
4, 50064, 208492413443704093346554910065262730566475749 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A very rapidly growing sequence: a(4) and a(5) have 628 and 10942 digits.
LINKS
FORMULA
sum(i^i, i=n+1, n+n^n)
EXAMPLE
a(2) = 50064 = 3^3 + 4^4 + 5^5 + 6^6.
MATHEMATICA
Table[Sum[i^i, {i, n+1, n+n^n}], {n, 5}]
CROSSREFS
Sequence in context: A165812 A218405 A259492 * A276718 A102200 A257769
KEYWORD
nonn,bref
AUTHOR
Zak Seidov, Sep 22 2002
EXTENSIONS
The next term is too large to include.
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 16 05:35 EDT 2024. Contains 371697 sequences. (Running on oeis4.)