login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135484 a(n) = Sum_{i=1..n} i^prime(i), where prime(i) denotes i-th prime number. 2
1, 9, 252, 16636, 48844761, 13109538777, 232643623525984, 144347831699381856, 8863082467484200477785, 100000008863082467484200477785, 192043424966613562971631041769596 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
f[n_] := Sum[i^Prime@i, {i, n}]; Array[f, 12] (* Robert G. Wilson v, Feb 12 2008 *)
Accumulate[Table[n^Prime[n], {n, 15}]] (* Harvey P. Dale, Nov 30 2023 *)
PROG
(PARI) a(n) = sum(k=1, n, k^prime(k)); \\ Michel Marcus, Oct 15 2016
CROSSREFS
Partial sums of A062481.
Sequence in context: A370357 A158621 A256019 * A345160 A178186 A348861
KEYWORD
nonn
AUTHOR
Ctibor O. Zizka, Feb 07 2008
EXTENSIONS
Edited and extended by Robert G. Wilson v, Feb 12 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)