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”).

A178221
Sum of the primes < n*10^6.
4
37550402023, 142913828922, 312471072265, 544501644261, 838596693108, 1192390967254, 1607061425171, 2080483502248, 2613521583098, 3203324994356, 3853640069780, 4561368404019, 5326234575619, 6147376715980, 7026422648071
OFFSET
1,1
LINKS
MATHEMATICA
k = 1; p = 2; s = 0; lst = {}; While[k < 16, While[p < 10^6*k, s = s + p; p = NextPrime@ p]; k++; AppendTo[lst, s]]; lst
CROSSREFS
Sequence in context: A106497 A204097 A295355 * A038832 A038821 A139780
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Jul 21 2010
STATUS
approved