OFFSET
1,2
LINKS
Robert Israel, Table of n, a(n) for n = 1..1600
MAPLE
A:= NULL: p:= 2: s:= 0: q:= 2: count:= 0: i:= 0:
while count < 100 do
if s = q then count:= count+1; A:= A, i; fi;
if s <= q then p:= nextprime(p); s:= s+p
else q:= nextprime(q); i:= i+1
fi;
od:
A; # Robert Israel, Aug 28 2023
CROSSREFS
KEYWORD
nonn
AUTHOR
Juri-Stepan Gerasimov, Jan 06 2011
STATUS
approved