login
A076958
Number of primes p with 2^n < p < 3^n.
1
0, 2, 5, 16, 42, 111, 296, 793, 2130, 5796, 15788, 43370, 119711, 332449, 927748, 2600623, 7319908, 20677806, 58604898, 166595953, 474868192, 1356904893, 3885983995, 11151740822, 32062866197, 92345080709, 266390632933
OFFSET
1,2
MATHEMATICA
Join[{0}, Table[PrimePi[3^n]-PrimePi[2^n], {n, 2, 28}]] (* Harvey P. Dale, Aug 06 2019 *)
CROSSREFS
See A163825 for another version.
Sequence in context: A054971 A124720 A188947 * A163825 A102866 A148368
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Oct 20 2002
EXTENSIONS
More terms from Ralf Stephan, Oct 31 2002
More terms from Vladeta Jovovic, Dec 22 2002
Edited by N. J. A. Sloane, Aug 07 2009
STATUS
approved