OFFSET
1,1
COMMENTS
a(n) is the least index i such that A052180(i) = prime(n). - Labos Elemer, May 14 2003
Number of primes determined at the n-th step of the sieve of Eratosthenes. - Jean-Christophe Hervé, Oct 21 2013
There are only 3 squares in the current data: 4, 9, 7745089. - Michel Marcus, Apr 07 2018
There are no other squares up to a(780000). - Giovanni Resta, Apr 09 2018
LINKS
Donovan Johnson, Table of n, a(n) for n = 1..10000
FORMULA
MATHEMATICA
PrimePi[Prime[Range[50]]^2] (* Harvey P. Dale, Jan 16 2013 *)
PROG
(PARI) a(n) = primepi(prime(n)^2); \\ Michel Marcus, Oct 28 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
gandalf(AT)hrn.office.ssi.net (James D. Ausfahl)
EXTENSIONS
Edited by Ralf Stephan, Aug 24 2004
STATUS
approved