|
Search: id:A003166
|
|
|
| A003166 |
|
Numbers whose square in base 2 is a palindrome. (Formerly M3181)
|
|
+0 2
|
|
| 0, 1, 3, 4523, 11991, 18197, 141683, 1092489, 3168099, 6435309, 12489657, 17906499, 68301841, 295742437, 390117873, 542959199, 4770504939, 17360493407, 73798050723, 101657343993, 107137400475, 202491428745, 1615452642807
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
REFERENCES
|
G. J. Simmons, On palindromic squares of non-palindromic numbers, J. Rec. Math., 5 (No,1, 1972), 11-19.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
|
|
LINKS
|
Jon E. Schoenfield, Table of n, a(n) for n=1..31
P. De Geest, Palindromic Squares
|
|
EXAMPLE
|
3^2 = 9 = 1001 (base 2) = palindrome.
|
|
MATHEMATICA
|
Do[c = RealDigits[n^2, 2][[1]]; If[c == Reverse[c], Print[n]], {n, 0, 10^9}]
|
|
CROSSREFS
|
Cf. A029983.
Sequence in context: A136544 A024048 A094319 this_sequence A168556 A171362 A034317
Adjacent sequences: A003163 A003164 A003165 this_sequence A003167 A003168 A003169
|
|
KEYWORD
|
base,nonn,hard,nice
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com), R. H. Hardin
|
|
EXTENSIONS
|
a(16) = 4770504939 found by Patrick De Geest (pdg(AT)worldofnumbers.com), May 15 1999.
Terms beyond a(16) from Jon E. Schoenfield (jonscho(AT)hiwaay.net), May 08 2009
|
|
|
Search completed in 0.002 seconds
|