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!)
A214423 Numbers n palindromic in only one base b, 2 <= b <= 10. 9
11, 12, 13, 14, 22, 23, 25, 29, 30, 32, 34, 35, 37, 38, 41, 42, 43, 44, 48, 49, 54, 56, 59, 60, 61, 62, 64, 66, 68, 70, 71, 72, 74, 77, 81, 83, 86, 89, 97, 101, 112, 113, 117, 118, 123, 124, 125, 126, 128, 131, 136, 138, 145, 146, 148, 153, 156, 157, 161 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The base for which n is a palindrome is given in A214427.
LINKS
FORMULA
A050812(n) = 1.
EXAMPLE
11 is palindromic only in base 10.
MATHEMATICA
n = -1; t = {}; While[Length[t] < 100, n++; If[Count[Table[s = IntegerDigits[n, m]; s == Reverse[s], {m, 2, 10}], True] == 1, AppendTo[t, n]]]; t
CROSSREFS
Cf. A050813, A214424, A214425, A214426 (palindromic in 0, 2-4 bases)
Sequence in context: A297143 A138595 A192271 * A185300 A097932 A031300
KEYWORD
nonn,base
AUTHOR
T. D. Noe, Jul 18 2012
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 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)