OFFSET
1,1
LINKS
Indranil Ghosh, Table of n, a(n) for n = 1..20000 (terms 1..1000 from T. D. Noe)
EXAMPLE
17 is in the sequence because 17 is a prime and 17 = 10001_2. '10001' has three 0's. - Indranil Ghosh, Feb 06 2017
MATHEMATICA
Select[ Prime[ Range[ PrimePi[ 1000 ] ] ], OddQ[ Count[ IntegerDigits[ #, 2 ], 0 ] ]& ]
PROG
(PARI) forprime(p=2, 10^3, if( #select(x->x==0, digits(p, 2))%2==1, print1(p, ", "))); \\ Joerg Arndt, Jun 16 2018
CROSSREFS
KEYWORD
nonn,easy,base
AUTHOR
R. K. Guy, Dec 13 2001
EXTENSIONS
More terms from Vladeta Jovovic and Klaus Brockhaus, Dec 13 2001
STATUS
approved