OFFSET
1,2
COMMENTS
Each of the terms must contain no zeros. - Harvey P. Dale, Sep 18 2024
LINKS
Chai Wah Wu, Table of n, a(n) for n = 1..10000
EXAMPLE
393 + 3*9*3 = 474.
MATHEMATICA
Select[Range[256*10^4], FreeQ[IntegerDigits[#], 0]&&AllTrue[#+{0, Times@@IntegerDigits[#]}, PalindromeQ]&] (* Harvey P. Dale, Sep 18 2024 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Giovanni Resta, Feb 08 2006
STATUS
approved