Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A037183
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A037183 Smallest number which is palindromic (with at least 2 digits) in n bases. +0
8
3, 5, 10, 21, 36, 60, 80, 120, 180, 264, 252, 360, 300, 960, 900, 720, 1080, 1440, 1800, 1680, 2160, 2880, 5616, 3780, 2520, 3600, 6120, 6720, 6300, 5040, 11340, 7560, 14112, 10800, 9240, 10080, 13860, 12600, 31200, 15120, 22680, 20160, 18480, 39312, 33264, 39600, 25200, 30240 (list; graph; listen)
OFFSET

1,1

COMMENT

Smallest number k which is palindromic in n bases, 1<n<k.

MATHEMATICA

palindromicBases[n_] := Module[{p}, Table[p = IntegerDigits[n, b]; If[ p == Reverse[p], {b, p}, Sequence @@ {}], {b, 2, n - 1}]]; t = Table[ 0, {50}]; Do[ c = Length[ palindromicBases[n]]; If[ t[[c]] == 0, t[[c]] = n], {n, 40000}]; t (from Robert G. Wilson v (rgwv(AT)rgwv.com), May 12 2005)

CROSSREFS

Cf. A065531, A107129.

Sequence in context: A134365 A076862 A107129 this_sequence A024424 A018107 A053709

Adjacent sequences: A037180 A037181 A037182 this_sequence A037184 A037185 A037186

KEYWORD

nonn,base,nice

AUTHOR

Erich Friedman (erich.friedman(AT)stetson.edu)

EXTENSIONS

More terms from David W. Wilson (davidwwilson(AT)comcast.net)

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research