login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A230102 a(0)=1; thereafter a(n+1) = a(n) + (product of digits of a(n)). 4
1, 2, 4, 8, 16, 22, 26, 38, 62, 74, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Never gets above 102.
LINKS
MATHEMATICA
NestList[#+Times@@IntegerDigits[#]&, 1, 50] (* Harvey P. Dale, Jul 30 2023 *)
PROG
(Haskell)
a230102 n = a230102_list !! n
a230102_list = iterate a230099 1 -- Reinhard Zumkeller, Oct 13 2013
CROSSREFS
Sequence in context: A045844 A254062 A341817 * A063108 A161140 A257350
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Oct 12 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 13:58 EDT 2024. Contains 371960 sequences. (Running on oeis4.)