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!)
A082084 a(n)=A029908[n! ]=A029908[A000142[n]] Fixed points of iterated A001414 function if started at factorials as initial values. 1
0, 2, 5, 5, 5, 19, 5, 7, 7, 11, 13, 13, 23, 13, 19, 101, 61, 5, 19, 5, 11, 5, 5, 7, 23, 7, 5, 7, 283, 293, 5, 5, 7, 367, 379, 389, 23, 7, 463, 5, 13, 11, 29, 5, 23, 7, 7, 19, 5, 5, 5, 5, 61, 7, 73, 47, 857, 7, 947, 5, 29, 7, 13, 5, 5, 19, 137, 7, 5, 7, 11, 23, 353, 53, 11, 1471, 1489 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
Fixed point seems to be always a prime:tested for 1<n<201
n=20!=2432902008176640000: a(20)=5 with fixed-point-list=
{2432902008176640000,154,20,9,6,5,5}
MATHEMATICA
ffi[x_] := Flatten[FactorInteger[x]] lf[x_] := Length[FactorInteger[x]] ba[x_] := Table[Part[ffi[x], 2*w-1], {w, 1, lf[x]}] ep[x_] := Table[Part[ffi[x], 2*w], {w, 1, lf[x]}] slog[x_] := Apply[Plus, ba[x]*ep[x]] Table[FixedPoint[slog, w! ], {w, 1, 128}]
CROSSREFS
Sequence in context: A256302 A205396 A082086 * A094236 A340777 A205444
KEYWORD
nonn
AUTHOR
Labos Elemer, Apr 08 2003
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 17:02 EDT 2024. Contains 371962 sequences. (Running on oeis4.)