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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A074309 Sum of next n terms of the form i^i. 1
4, 283, 50037, 17650540, 10405067904, 9211817140115, 11424093748466841, 18896062057822100616, 40192544399240309019728, 106876212200059543898143707, 347377340594805599176614321101 (list; graph; refs; listen; history; 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.

FORMULA

sum(i^i, i=n+1, 2n)

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

A075543=Table[Sum[i^i, {i, n+1, 2n}], {n, 20}]

CROSSREFS

Cf. A001923, A031971, A074209.

Sequence in context: A134786 A190635 A202031 * A113256 A090088 A110816

Adjacent sequences:  A074306 A074307 A074308 * A074310 A074311 A074312

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Sep 22 2002

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 15:20 EST 2012. Contains 205823 sequences.