WLJS LogoWLJS Notebook

Fibonorial

Fibonorial[n] gives the fibonorial n!_F (product of the first n Fibonacci numbers).

Examples

Compute the fibonorial of 5:

Fibonorial[5]
(* 30 *)

Compute the fibonorial of 10:

Fibonorial[10]
(* 122522400 *)

Please visit the official Wolfram Language Reference for more details.

On this page