login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A159262
Largest prime appearing as an exponent in the sum in A159261.
1
2, 3, 7, 11, 19, 191, 709, 1597, 16421
OFFSET
1,1
MATHEMATICA
s=1; Reap[Do[s=s+2^Prime[n]; If[PrimeQ[s], Sow[Prime[n]]], {n, 2000}]][[2, 1]]
CROSSREFS
Sequence in context: A180422 A055502 A003173 * A160434 A139630 A245738
KEYWORD
nonn
AUTHOR
T. D. Noe, Apr 07 2009
STATUS
approved