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!)
A028505 Number of primes <= 100*n. 24

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

%S 25,46,62,78,95,109,125,139,154,168,184,196,211,222,239,251,266,278,

%T 290,303,317,327,342,357,367,378,393,407,419,430,442,452,463,478,489,

%U 503,516,528,539,550,565,574,590,599,610,622,634,646,654,669,681,692,702

%N Number of primes <= 100*n.

%D Fred W. Helenius (fredh(AT)ix.netcom.com), posting to newsgroup rec.puzzles, Dec. 1997.

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

%H J. Betrema, <a href="http://www.labri.fr/Perso/~betrema/deug/poly/annexes/premiers.html">Table et repartition des nombres premiers inferieurs a 10000</a>

%H A. 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*100 ], {n, 55}] (* _Robert G. Wilson v_, Jan 29 2003 *)

%o (Macsyma) for n:1 through 50 do print(prime_pi(100*n));

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

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

%K nonn

%O 1,1

%A Chris Cole (chris(AT)questrel.com)

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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)