login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A074318
Sum of next n^n terms of the form i^i.
0
4, 50064, 208492413443704093346554910065262730566475749
OFFSET
1,1
COMMENTS
A very rapidly growing sequence: a(4) and a(5) have 628 and 10942 digits.
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