|
| |
|
|
A087480
|
|
Sum of all the primes raised to their corresponding powers.
|
|
2
| |
|
|
2, 11, 136, 2537, 163588, 4990397, 415329070, 17398892111, 1818551553574, 422525784853775, 25831002681258606, 6608783008521293887, 931711885323534923208, 74817069229462038688657
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
FORMULA
| a(n) = a(n-1) + p(n)^n where p(n) is the n-th prime.
|
|
|
EXAMPLE
| a(4) = 2^1 + 3^2 + 5^3 + 7^4 = 2 + 9 + 125 + 2401 = 2537
|
|
|
CROSSREFS
| Cf. A062457.
Partial sums of A062457.
Sequence in context: A139387 A041725 A077544 * A060059 A177753 A183609
Adjacent sequences: A087477 A087478 A087479 * A087481 A087482 A087483
|
|
|
KEYWORD
| easy,nonn
|
|
|
AUTHOR
| Andy Edwards (AndynGen(AT)aol.com), Sep 09 2003
|
|
|
EXTENSIONS
| Corrected and extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Sep 14 2003
|
| |
|
|