OFFSET
1,3
REFERENCES
H. W. Gould, Fibonomial Catalan numbers: arithmetic properties and a table of the first fifty numbers, Abstract 71T-A216, Notices Amer. Math. Soc, 1971, page 938.
LINKS
H. W. Gould, A new primality criterion of Mann and Shanks and its relation to a theorem of Hermite with extension to Fibonomials, Fib. Quart., 10 (1972), 355-364, 372.
Eric Weisstein's World of Mathematics, q-Binomial Coefficient, Lucas Number.
FORMULA
MATHEMATICA
Table[Fibonorial[2 n]/(Fibonorial[n] Fibonorial[n + 1] LucasL[n]), {n, 1, 15}] (* since version 10.0, or *)
Round@Table[GoldenRatio^(n^2) QBinomial[2 n, n, -1/GoldenRatio^2]/(Fibonacci[n + 1] LucasL[n]), {n, 1, 15}] (* Round is equivalent to FullSimplify here, but is much faster *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Vladimir Reshetnikov, Oct 04 2016
STATUS
approved