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!)
A001737 Squares written in base 2. 11
0, 1, 100, 1001, 10000, 11001, 100100, 110001, 1000000, 1010001, 1100100, 1111001, 10010000, 10101001, 11000100, 11100001, 100000000, 100100001, 101000100, 101101001, 110010000, 110111001, 111100100, 1000010001, 1001000000, 1001110001, 1010100100, 1011011001 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A007088(A000290(n)). - Reinhard Zumkeller, Apr 25 2009
MATHEMATICA
Table[FromDigits[IntegerDigits[n^2, 2]], {n, 0, 50}] (* T. D. Noe, Aug 10 2012 *)
PROG
(Python) print([int(bin(k**2)[2:]) for k in range(0, 28)]) # Karl-Heinz Hofmann, Feb 01 2022
CROSSREFS
Sequence in context: A173485 A173484 A136387 * A266838 A267127 A266893
KEYWORD
base,easy,nonn
AUTHOR
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 July 13 02:46 EDT 2024. Contains 374264 sequences. (Running on oeis4.)