OFFSET
1,2
COMMENTS
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
16 is a square 4^2 and 16 in base 2 is a 10000, having an odd number of 1's, thus 16 is in this sequence.
MATHEMATICA
Select[Range[200]^2, OddQ[DigitCount[#, 2, 1]]&] (* Harvey P. Dale, Jan 14 2014 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Gerasimov Sergey, Jan 02 2014
STATUS
approved