Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A106801
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A106801 Records by number in A037183, by indices in A065531. +0
2
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 16, 17, 18, 20, 21, 25, 26, 30, 32, 35, 36, 38, 40, 43, 47, 49, 50, 51, 52, 54, 61, 66, 73, 76, 84, 85, 92, 97, 99, 101, 110, 113, 121, 122 (list; graph; listen)
OFFSET

0,3

REFERENCES

Michael Troot, The Mathematica Guide Book for Programming, Springer, 2004, page 218.

MATHEMATICA

palindromicBases[n_] := Module[{p}, Table[p = IntegerDigits[n, b]; If[ p == Reverse[p], {b, p}, Sequence @@ {}], {b, 2, n - 1}]]; lst = {0, 0}; Do[ If[ Length[ palindromicBases[n]] > lst[[ -1, 1]], AppendTo[lst, {c, n}]], {n, 200000}]; First[ Transpose[ lst]]

CROSSREFS

Cf. A037183, A065531, A107129.

Sequence in context: A062895 A085869 A068892 this_sequence A124868 A165209 A072227

Adjacent sequences: A106798 A106799 A106800 this_sequence A106802 A106803 A106804

KEYWORD

nonn

AUTHOR

Michael Trott (mtrott(AT)wolfram.com) and Robert G. Wilson v (rgwv(AT)rgwv.com), May 12 2005; extended Jun 06 2005

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 December 17 23:40 EST 2009. Contains 171025 sequences.


AT&T Labs Research