OFFSET
1,3
COMMENTS
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..48 (first 37 terms from Robert G. Wilson v)
EXAMPLE
178 is in the sequence because 178_10 = 343_7 = 262_8.
MATHEMATICA
palQ[n_Integer, base_Integer] := Block[{idn = IntegerDigits[n, base]}, idn == Reverse[ idn]]; Select[ Range[ 150000000], palQ[ #, 7] && palQ[ #, 8] &]
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Robert G. Wilson v, Sep 30 2004
STATUS
approved