Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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