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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135485 Sum_{i=1..n) p(i)^(i-1), where p(i) denotes i-th prime number. 1
1, 4, 29, 372, 15013, 386306, 24523875, 918395614, 79229380895, 14586375356764, 834214662337565, 178751836441797978, 22742242136807984059, 1741006366419098769302, 258407992554086508103671 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

The primes in this sequence are: 29 = 2^0+3^1+5^2, 15013 = 2^0+3^1+5^2+7^3+11^4, 82630...60939 (107 digits number) = 2^0+3^1+5^2+....+211^46, ...

MATHEMATICA

f[n_] := Sum[Prime[i]^(i - 1), {i, n}]; Array[f, 16] (* Robert G. Wilson v *)

CROSSREFS

Cf. A000040, A087480, A135484.

Sequence in context: A137646 A168602 A000798 * A162287 A173715 A166168

Adjacent sequences:  A135482 A135483 A135484 * A135486 A135487 A135488

KEYWORD

nonn

AUTHOR

Ctibor O. Zizka (ctibor.zizka(AT)seznam.cz), Feb 07 2008, Feb 17 2008

EXTENSIONS

Edited and extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Feb 12 2008

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 17 15:44 EST 2012. Contains 206050 sequences.