%I A014192
%S A014192 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,
%T A014192 170,190,195,215,235,255,257,273,289,305,325,341,357,373,393,409,425,441,
%U A014192 461,477,493,509,514,530,546,562,582,598,614,630,650,666,682,698,718,734
%N A014192 Palindromes in base 4 (written in base 10).
%H A014192 P. De Geest, <a href="http://www.worldofnumbers.com/nobase10.htm">Palindromic
numbers beyond base 10</a>
%t A014192 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]
%Y A014192 Palindromes in bases 2 through 10: A006995, A014190, A014192, A029952,
A029953, A029954, A029803, A029955, A002113.
%Y A014192 Sequence in context: A044815 A048301 A043707 this_sequence A048315 A093832
A050947
%Y A014192 Adjacent sequences: A014189 A014190 A014191 this_sequence A014193 A014194
A014195
%K A014192 nonn,base,easy
%O A014192 1,3
%A A014192 N. J. A. Sloane (njas(AT)research.att.com).
%E A014192 More terms from Patrick De Geest (pdg(AT)worldofnumbers.com).
|