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!)
A086353 Fixed point if nonzero-digit product of n! is iterated. 7

%I #5 Oct 15 2013 22:32:15

%S 1,2,6,8,2,4,2,8,8,8,6,1,2,8,8,8,8,6,8,8,8,8,8,2,2,8,4,8,6,2,2,6,1,8,

%T 8,8,2,2,6,8,8,8,8,8,8,6,8,6,8,8,8,6,6,1,8,8,5,8,6,6,8,6,8,2,8,8,8,6,

%U 8,2,8,8,2,6,6,8,9,6,8,8,6,2,2,8,8,8,8,4,6,8,9,6,2,2,8,2,8,8,4,4,8,8,6,2,8

%N Fixed point if nonzero-digit product of n! is iterated.

%F a(n)=A051802[n! ]=fixed-point of A051801[n! ]

%e n=10, 10!=362880, iteration list={3628800,2304,24,8},a(10)=8.

%t prd[x_] := Apply[Times, DeleteCases[IntegerDigits[x], 0]] Table[FixedPoint[prd, w! ], {w, 1, 128}]

%Y Cf. A051801, A051802, A086354-A086361, A029898, A010888.

%K base,nonn

%O 1,2

%A _Labos Elemer_, Jul 21 2003

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 July 15 19:27 EDT 2024. Contains 374334 sequences. (Running on oeis4.)