cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A097005 A062401(x) is iterated. Initial value = n!. a(n) is the path-length of trajectory = count of transients and recurrent terms, i.e., all distinct states arising in trajectory.

Original entry on oeis.org

1, 1, 1, 2, 3, 3, 1, 9, 6, 14, 2, 51, 35, 81, 32, 31
Offset: 0

Views

Author

Labos Elemer, Jul 22 2004

Keywords

Examples

			n=10: 10! = 3628800; trajectory ={3628800, 5702400, 5702400, ...} a(10) = 2, one transient and 1 cycle term.
		

Crossrefs

Programs

  • Mathematica
    fs[x_]:=EulerPhi[DivisorSigma[1,x]] itef[x_,len_]:=NestList[fs,x,len] Table[Length[Union[itef[w!,1000]]],{w,0,16}]

Formula

a(n) = A096859(n!) = A096859(A000142(n)). - Michel Marcus, Jul 27 2017