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.

This page as a plain text file.
%I A097005 #19 Aug 29 2024 09:15:08
%S A097005 1,1,1,2,3,3,1,9,6,14,2,51,35,81,32,31
%N 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.
%F A097005 a(n) = A096859(n!) = A096859(A000142(n)). - _Michel Marcus_, Jul 27 2017
%e A097005 n=10: 10! = 3628800; trajectory ={3628800, 5702400, 5702400, ...} a(10) = 2, one transient and 1 cycle term.
%t A097005 fs[x_]:=EulerPhi[DivisorSigma[1,x]] itef[x_,len_]:=NestList[fs,x,len] Table[Length[Union[itef[w!,1000]]],{w,0,16}]
%Y A097005 Cf. A000010, A000142, A000203, A062401, A096859.
%K A097005 nonn,more
%O A097005 0,4
%A A097005 _Labos Elemer_, Jul 22 2004