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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A053845 Primes of form p(1)+...+p(k) + 1 where p(i) =i-th prime. 1
3, 11, 29, 59, 101, 239, 569, 1061, 1481, 1721, 4889, 5351, 6871, 22549, 23593, 25801, 29297, 35569, 38239, 41023, 71209, 77137, 87517, 94057, 105541, 120349, 122921, 125509, 128113, 133387, 138869, 141677, 156109, 159073, 165041, 183707 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

p=1; lst={}; Do[p+=Prime[n]; If[PrimeQ[p], AppendTo[lst, p]], {n, 7!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jun 14 2009]

PROG

(UBASIC:) 10 x=x+1; 20 if x<>prmdiv(x) then 10; 30 y=x; 40 r=r+y; 50 if r=prmdiv(r) then print r; :p=p+1; 60 if p<100 then 10

CROSSREFS

A013918.

Sequence in context: A111693 A100032 A069350 * A172102 A188475 A072610

Adjacent sequences:  A053842 A053843 A053844 * A053846 A053847 A053848

KEYWORD

easy,nonn

AUTHOR

Enoch Haga (Enokh(AT)comcast.net), Mar 28 2000

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 15 14:02 EST 2012. Contains 205811 sequences.