OFFSET
1,3
COMMENTS
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..54 (first 41 terms from Robert G. Wilson v)
EXAMPLE
227 is in the sequence because 227_10 = 343_8 = 272_9.
MATHEMATICA
palQ[n_Integer, base_Integer] := Block[{idn = IntegerDigits[n, base]}, idn == Reverse[ idn]]; Select[ Range[ 250000000], palQ[ #, 8] && palQ[ #, 9] &]
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Robert G. Wilson v, Sep 30 2004
EXTENSIONS
Term 0 prepended by Robert G. Wilson v, Oct 08 2014
STATUS
approved