OFFSET
1,2
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..500
MATHEMATICA
b6p3Q[n_]:=Module[{idn6=IntegerDigits[n, 6]}, idn6==Reverse[idn6]&&idn6[[1]] == 3]; (#+3)/6&/@Select[Range[10000], b6p3Q] (* Harvey P. Dale, Feb 13 2023 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
STATUS
approved