OFFSET
1,1
COMMENTS
All terms are even.
No other terms below 10^100. - Max Alekseyev, Jan 26 2015
EXAMPLE
317447424 is in the sequence because 317447424=(3+5)(1+5)(7+5)(4+5)(4+5)(7+5)(4+5)(2+5)(4+5).
MATHEMATICA
Do[h=IntegerDigits[n]; l=Length[h]; If[n==Product[h[[k]]+5, {k, l}], Print[n]], {n, 800000000}]
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Farideh Firoozbakht, Sep 20 2004
EXTENSIONS
4 more terms from Giovanni Resta, Jan 13 2006
STATUS
approved