OFFSET
1,3
COMMENTS
A046510 is a subsequence.
A046510 (numbers with digital product < 10) is a subsequence of this sequence. 777 is the first member of this sequence that is not in A046510. - David Wasserman, Oct 24 2005
MATHEMATICA
pdpQ[n_]:=Module[{idpn=IntegerDigits[Times@@IntegerDigits[n]]}, idpn == Reverse[idpn]]; Select[Range[0, 150], pdpQ] (* Harvey P. Dale, Oct 01 2013 *)
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy, Nov 28 2003
EXTENSIONS
More terms from David Wasserman, Oct 24 2005
Offset changed by Andrew Howroyd, Sep 17 2024
STATUS
approved