A080132 Number of primes between n*10^13 and (n+1)*10^13.
346065536839, 329830372432, 324225759582, 320690302849, 318111792865, 316086663691, 314422443046, 313011242183, 311788137296, 310709500019, 309745405634, 308874350130, 308080330159, 307351596825, 306677187567, 306051434210, 305466718919, 304918341204, 304402227011
Offset: 0
Keywords
Links
- Chai Wah Wu, Table of n, a(n) for n = 0..1000
Crossrefs
Programs
-
Mathematica
Table[ PrimePi[(n+1)*10^13] - PrimePi[n*10^13], {n, 0, 9}]
Extensions
a(8)-a(9) added using Mathematica, by David Baugh, Oct 06 2011
More terms from Chai Wah Wu, Mar 25 2021