OFFSET
1,3
COMMENTS
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..5000
EXAMPLE
0=0^2, 1=1^2, 16=4^2, 36=6^2, etc.
MATHEMATICA
With[{nn=100}, Complement[Range[0, nn], Prime[Range[PrimePi[nn]]]]^2] (* Harvey P. Dale, Jul 04 2013 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Juri-Stepan Gerasimov, Jun 18 2009
EXTENSIONS
Corrected and edited by Omar E. Pol, Jun 29 2009
STATUS
approved