Fibonomial coefficient

From HandWiki

In mathematics, the Fibonomial coefficients or Fibonacci-binomial coefficients are defined as

(nk)F=FnFn1Fnk+1FkFk1F1=n!Fk!F(nk)!F

where n and k are non-negative integers, 0 ≤ k ≤ n, Fj is the j-th Fibonacci number and n!F is the nth Fibonorial, i.e.

n!F:=i=1nFi,

where 0!F, being the empty product, evaluates to 1.

Special values

The Fibonomial coefficients are all integers. Some special values are:

(n0)F=(nn)F=1
(n1)F=(nn1)F=Fn
(n2)F=(nn2)F=FnFn1F2F1=FnFn1,
(n3)F=(nn3)F=FnFn1Fn2F3F2F1=FnFn1Fn2/2,
(nk)F=(nnk)F.

Fibonomial triangle

The Fibonomial coefficients (sequence A010048 in the OEIS) are similar to binomial coefficients and can be displayed in a triangle similar to Pascal's triangle. The first eight rows are shown below.

n=0 1
n=1 1 1
n=2 1 1 1
n=3 1 2 2 1
n=4 1 3 6 3 1
n=5 1 5 15 15 5 1
n=6 1 8 40 60 40 8 1
n=7 1 13 104 260 260 104 13 1

The recurrence relation

(nk)F=Fnk+1(n1k1)F+Fk1(n1k)F

implies that the Fibonomial coefficients are always integers.

The fibonomial coefficients can be expressed in terms of the Gaussian binomial coefficients and the golden ratio φ=1+52:

(nk)F=φk(nk)(nk)1/φ2

Applications

Dov Jarden proved that the Fibonomials appear as coefficients of an equation involving powers of consecutive Fibonacci numbers, namely Jarden proved that given any generalized Fibonacci sequence Gn, that is, a sequence that satisfies Gn=Gn1+Gn2 for every n, then

j=0k+1(1)j(j+1)/2(k+1j)FGnjk=0,

for every integer n, and every nonnegative integer k.

References