The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A168359 a(n) = Fibonacci(n!)!. 0

%I #12 Sep 08 2022 08:45:49

%S 1,1,1,40320

%N a(n) = Fibonacci(n!)!.

%C Next term is 3.791012980299080...*10^196228.

%t Table[Fibonacci[n! ]!,{n,0,4}]

%o (Sage) [factorial(fibonacci(factorial(n))) for n in range(0, 5)] # _Zerinvary Lajos_, Nov 29 2009

%o (Magma) [Factorial(Fibonacci(Factorial(n))): n in [0..3]]; // _Vincenzo Librandi_, Feb 03 2018

%K nonn

%O 0,4

%A _Vladimir Joseph Stephan Orlovsky_, Nov 23 2009

%E Offset corrected by _Jon E. Schoenfield_, May 08 2010

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 June 7 12:16 EDT 2024. Contains 373173 sequences. (Running on oeis4.)