OFFSET
1,2
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
38 -> 3*8 = 24 -> 2*4 = 8 = 2^3.
MATHEMATICA
p2Q[n_]:=IntegerQ[Log[2, NestWhile[Times@@IntegerDigits[#]&, n, #>9&]]]; Select[ Range[200], p2Q] (* Harvey P. Dale, Sep 19 2019 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Extended (and corrected) by Scott Lindhurst (ScottL(AT)alumni.princeton.edu)
STATUS
approved