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!)
A304483 a(n) = pi(n)*pi(2n), where pi is A000720: the prime counting function. 3
0, 2, 6, 8, 12, 15, 24, 24, 28, 32, 40, 45, 54, 54, 60, 66, 77, 77, 96, 96, 104, 112, 126, 135, 135, 135, 144, 144, 160, 170, 198, 198, 198, 209, 209, 220, 252, 252, 252, 264, 286, 299, 322, 322, 336, 336, 360, 360, 375, 375, 390, 405, 432, 448, 464, 464, 480, 480, 510 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Array[PrimePi[#] PrimePi[2 #] &, 59] (* Michael De Vlieger, May 27 2018 *)
PROG
(Magma) A000720:=func<n|#PrimesUpTo(n)>;
A304483:=func<n|A000720(n)*A000720(2*n)>;
[A304483(n):n in[1..59]];
(PARI) a(n) = primepi(n) * primepi(2*n); \\ Michel Marcus, May 27 2018
CROSSREFS
Cf. A304484(n) = A033270(n)*A033270(2n).
Sequence in context: A287000 A282358 A064796 * A268177 A083769 A057656
KEYWORD
nonn,easy
AUTHOR
Jason Kimberley, May 13 2018
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 April 16 01:01 EDT 2024. Contains 371696 sequences. (Running on oeis4.)