login
This site is supported by donations 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; internal format)
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: A132638 A046882 A165812 * A102200 A066544 A009529

Adjacent sequences:  A074315 A074316 A074317 * A074319 A074320 A074321

KEYWORD

nonn,bref

AUTHOR

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

EXTENSIONS

The next term is too large to include.

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 10:56 EST 2012. Contains 205763 sequences.