OFFSET
1,1
LINKS
Daniel Mondot, Table of n, a(n) for n = 1..10000 (terms 1..1000 from Harvey P. Dale)
Eric Weisstein's World of Mathematics, Multiplicative Persistence
EXAMPLE
769 -> [ 378 ][ 168 ][ 48 ][ 32 ][ 6 ] -> one digit in five steps.
MATHEMATICA
mp5Q[n_]:=Length[NestWhileList[Times@@IntegerDigits[#]&, n, #>9&]]==6; Select[ Prime[Range[2100]], mp5Q] (* Harvey P. Dale, Dec 30 2019 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Sep 15 1998
STATUS
approved