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!)
A200747 Number of iterations of A034968 required to reach 1. 1
0, 1, 2, 2, 3, 1, 2, 2, 3, 3, 3, 2, 3, 3, 3, 3, 4, 3, 3, 3, 4, 4, 2, 1, 2, 2, 3, 3, 3, 2, 3, 3, 3, 3, 4, 3, 3, 3, 4, 4, 2, 3, 4, 4, 2, 2, 3, 2, 3, 3, 3, 3, 4, 3, 3, 3, 4, 4, 2, 3, 4, 4, 2, 2, 3, 4, 2, 2, 3, 3, 3, 3, 3, 3, 4, 4, 2, 3, 4, 4, 2, 2, 3, 4, 2, 2, 3, 3, 3, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(n) = 1 when n is a factorial > 1.
LINKS
PROG
(PARI) a(n)=local(r); while(n>1, n=A034968(n); r++); r
CROSSREFS
Cf. A034968.
Sequence in context: A289442 A092331 A299029 * A328481 A089293 A034968
KEYWORD
nonn
AUTHOR
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)