|
|
A074309
|
|
Sum of next n terms of the form i^i.
|
|
2
|
|
|
4, 283, 50037, 17650540, 10405067904, 9211817140115, 11424093748466841, 18896062057822100616, 40192544399240309019728, 106876212200059543898143707, 347377340594805599176614321101
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
COMMENTS
|
Sum of next n terms of the form i^n is A074209. Sum of first n terms of the form i^n is A031971. Sum of first n terms of the form i^i is A001923.
|
|
LINKS
|
|
|
FORMULA
|
a(n) = Sum_{i=n+1..2n} i^i.
|
|
EXAMPLE
|
a(2) = 283 = 3^3 + 4^4, a(3) = 50037 = 4^4 + 5^5 + 6^6, a(4) = 17650540 = 5^5 + 6^6 + 7^7 + 8^8, a(5) = 10405067904 = 6^6 + 7^7 + 8^8 + 9^9 + 10^10.
|
|
MATHEMATICA
|
Table[Sum[i^i, {i, n+1, 2n}], {n, 20}]
|
|
PROG
|
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|