login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A038813 Number of primes less than 10000n. 21

%I #23 Apr 03 2023 10:36:09

%S 1229,2262,3245,4203,5133,6057,6935,7837,8713,9592,10453,11301,12159,

%T 13010,13848,14683,15497,16342,17170,17984,18807,19618,20437,21221,

%U 22044,22837,23642,24432,25224,25997,26800,27608,28404,29182,29977

%N Number of primes less than 10000n.

%H Robert G. Wilson v, <a href="/A038813/b038813.txt">Table of n, a(n) for n = 1..10000</a>

%H Andrew R. Booker, <a href="https://t5k.org/nthprime/">The Nth Prime Page</a>

%H Thomas R. Nicely, <a href="https://faculty.lynchburg.edu/~nicely/index.html">Some Results of Computational Research in Prime Numbers</a> [See local copy in A007053]

%H Tomás Oliveira e Silva, <a href="http://sweet.ua.pt/tos/primes.html">Tables of values of pi(x) and of pi2(x)</a>

%t Table[ PrimePi[ n*10^4 ], {n, 1, 30}]

%o (PARI) a(n)=primepi(10000*n) \\ _Charles R Greathouse IV_, Apr 29 2015

%Y Cf. A038801, A028505, A038812, A038814, A038815, A038816, A038817, A038818, A038819, A038820, A038821, A080122, A080123, A080124, A080125, A080126, A080127, A080128, A080129.

%K nonn

%O 1,1

%A _Jeff Burch_

%E Edited and extended by _Robert G. Wilson v_, Jan 29 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 17 22:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)