The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A210518 Number of primes up to 10^(n/4). 0
0, 0, 2, 3, 4, 7, 11, 16, 25, 40, 65, 102, 168, 275, 446, 739, 1229, 2039, 3401, 5703, 9592, 16144, 27293, 46243, 78498, 133551, 227647, 388683, 664579, 1138288, 1951957, 3351550, 5761455, 9915892, 17082666, 29458442, 50847534, 87842213, 151876932, 262795354 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = primepi(10^(n/4)).
EXAMPLE
a(1) = 0 because 10^(1/4) = 1.77828... and there are no primes less than that.
a(2) = 2 because sqrt(10) = 3.16228... and there are 2 primes below that.
a(3) = 3 because 10^(3/4) = 5.62341... and there are 3 primes below that.
MATHEMATICA
Table[PrimePi[10^(n/4)], {n, 0, 39}] (* Alonso del Arte, Jan 26 2013 *)
CROSSREFS
Sequence in context: A196382 A120415 A023361 * A113435 A367667 A222022
KEYWORD
nonn,hard
AUTHOR
Vladimir Pletser, Jan 26 2013
STATUS
approved

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 May 12 19:25 EDT 2024. Contains 372494 sequences. (Running on oeis4.)