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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A083186 Sum of first n primes whose indices are primes. 2
3, 8, 19, 36, 67, 108, 167, 234, 317, 426, 553, 710, 889, 1080, 1291, 1532, 1809, 2092, 2423, 2776, 3143, 3544, 3975, 4436, 4945, 5492, 6055, 6642, 7241, 7858, 8567, 9306, 10079, 10876, 11735, 12612, 13531, 14498, 15489, 16520, 17583, 18670, 19823 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Partial sums of A006450.

FORMULA

Sum_{k=1..n} prime(prime(k)).

PROG

pipsum(n) = {s=0; sr=0; for(x=1, n, y=prime(prime(x)); s+=y; print1(s" "); sr+=1.0/y; ); print(); print(sr) }

CROSSREFS

Cf. A006450, A109790.

Sequence in context: A139020 A147358 A086167 * A055341 A007326 A067332

Adjacent sequences:  A083183 A083184 A083185 * A083187 A083188 A083189

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jun 01 2003

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 18:29 EST 2012. Contains 206068 sequences.