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!)
A095347 n sets a new record for number of iterations of A034690 (sum of digits of the divisors of n) needed to reach 15 (see A086793). 5
2, 5, 9, 10, 16, 18, 34, 36, 66, 162, 924, 71820, 127005777360 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
323203999999676796 takes 22 iterations to reach 15, but it probably is not the next term.
One could prefix a(0)=1 and change the definition to "... reach a fixed point, 1 or 15." - M. F. Hasler, Nov 08 2015
LINKS
PROG
(PARI) m=0; for(n=1, 9e9, A086793(n)>m||next; m=A086793(n); print1(n", "))
CROSSREFS
Sequence in context: A046711 A191171 A191776 * A249353 A224866 A348167
KEYWORD
more,nonn,base
AUTHOR
Jason Earls, Jun 03 2004
EXTENSIONS
Offset corrected and a(13) from Donovan Johnson, Oct 28 2010
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 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)