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

Number of primes between n*10^13 and (n+1)*10^13.
11

%I #14 Mar 25 2021 19:44:30

%S 346065536839,329830372432,324225759582,320690302849,318111792865,

%T 316086663691,314422443046,313011242183,311788137296,310709500019,

%U 309745405634,308874350130,308080330159,307351596825,306677187567,306051434210,305466718919,304918341204,304402227011

%N Number of primes between n*10^13 and (n+1)*10^13.

%H Chai Wah Wu, <a href="/A080132/b080132.txt">Table of n, a(n) for n = 0..1000</a>

%t Table[ PrimePi[(n+1)*10^13] - PrimePi[n*10^13], {n, 0, 9}]

%Y Cf. A038823, A038824, A038825, A038826, A038827, A038828, A038829, A038830, A038831, A038832.

%K nonn

%O 0,1

%A _Robert G. Wilson v_ and _Jeff Burch_, Jan 29 2003

%E a(8)-a(9) added using Mathematica, by _David Baugh_, Oct 06 2011

%E More terms from _Chai Wah Wu_, Mar 25 2021