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

 


A111298
Begin with first number 15. Add the digits of the first number to give the second; the first number multiplied by the second gives the third. The third number becomes the first in a new "set" of three.
0
15, 6, 90, 9, 810, 9, 7290, 18, 131220, 9, 1180980, 27, 31886460, 36, 1147912560, 36, 41324852160, 36, 1487694677760, 72, 107114016798720, 54, 5784156907130880, 72, 416459297313423360, 72, 29985069406566481920, 99, 2968521871250081710080
OFFSET
0,1
MATHEMATICA
a[0]=15; Do[a[n]=Total[IntegerDigits[a[n-1]]]; a[n+1]=a[n-1]*a[n], {n, 1, 28, 2}]; Table[a[n], {n, 0, 28}] (* James C. McMahon, May 07 2024 *)
CROSSREFS
Sequence in context: A277384 A040214 A364351 * A241440 A040213 A362409
KEYWORD
nonn,base
AUTHOR
Chris Dawson (chris(AT)irjsoftware.com), based on an email from Graham Rees, Nov 02 2005
EXTENSIONS
More terms from R. J. Mathar, Feb 08 2008
Name edited by Michel Marcus, May 08 2024
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 24 03:45 EDT 2024. Contains 376185 sequences. (Running on oeis4.)