login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A235001 Odious squares. 7
1, 4, 16, 25, 49, 64, 81, 100, 121, 196, 256, 289, 324, 361, 400, 484, 529, 625, 784, 841, 961, 1024, 1089, 1156, 1225, 1296, 1444, 1521, 1600, 1681, 1849, 1936, 2116, 2401, 2500, 2601, 3025, 3136, 3364, 3481, 3844, 4096, 4225, 4356, 4489, 4624, 4900, 5041, 5184, 5625 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This sequence is the intersection of A000069 and A000290. Numbers n^2 such that A159918 is odd.
LINKS
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
Cf. A231431 (evil squares).
Sequence in context: A202303 A350835 A214937 * A087055 A135556 A163095
KEYWORD
nonn
AUTHOR
Gerasimov Sergey, Jan 02 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 08:20 EDT 2024. Contains 371782 sequences. (Running on oeis4.)