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!)
A155852 n is prime and is the sum of the first k primes for some k in A071151. 0
3, 509, 146749, 26444543, 187206119, 735187721, 1662266153, 2146936021, 2844048943, 4335869143, 5539721989, 5990371801, 6145377247, 6788645863, 10092092897, 19122368737, 20186509381, 25745240897, 32732349829 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
3+127+379=509 (prime), ...
LINKS
MATHEMATICA
s1=s2=0; lst={}; Do[p=Prime[n]; s1+=p; If[PrimeQ[s1], s2+=s1; If[PrimeQ[s2], AppendTo[lst, s2]]], {n, 2, 8!}]; lst
CROSSREFS
Sequence in context: A334304 A255017 A160362 * A003392 A133026 A100339
KEYWORD
nonn
AUTHOR
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 November 29 07:03 EST 2023. Contains 367429 sequences. (Running on oeis4.)