|
Search: id:A014192
|
|
|
| A014192 |
|
Palindromes in base 4 (written in base 10). |
|
+0 14
|
|
| 0, 1, 2, 3, 5, 10, 15, 17, 21, 25, 29, 34, 38, 42, 46, 51, 55, 59, 63, 65, 85, 105, 125, 130, 150, 170, 190, 195, 215, 235, 255, 257, 273, 289, 305, 325, 341, 357, 373, 393, 409, 425, 441, 461, 477, 493, 509, 514, 530, 546, 562, 582, 598, 614, 630, 650, 666, 682, 698, 718, 734
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
LINKS
|
P. De Geest, Palindromic numbers beyond base 10
|
|
MATHEMATICA
|
f[n_, b_]:=Module[{i=IntegerDigits[n, b]}, i==Reverse[i]]; lst={}; Do[If[f[n, 4], AppendTo[lst, n]], {n, 7!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jul 08 2009]
|
|
CROSSREFS
|
Palindromes in bases 2 through 10: A006995, A014190, A014192, A029952, A029953, A029954, A029803, A029955, A002113.
Sequence in context: A044815 A048301 A043707 this_sequence A048315 A093832 A050947
Adjacent sequences: A014189 A014190 A014191 this_sequence A014193 A014194 A014195
|
|
KEYWORD
|
nonn,base,easy
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
EXTENSIONS
|
More terms from Patrick De Geest (pdg(AT)worldofnumbers.com).
|
|
|
Search completed in 0.002 seconds
|