Let's follow the method of the last section, but using the formula
(L(kn−1) + φL(kn))/√5 =(L(n−1) + φL(n))k/√5k
with Lucas numbers, instead of the similar formula with Fibonacci numbers).
Using the binomial formula and the equation
5k/2 (L(kn−1) + φ L(kn)) = √5 (L(n−1) + φ L(n))k = ∑0 ≤ j ≤ k ( k j ) √5 φ j L(n) j L(n−1)k−j = ∑0 ≤ j ≤ k ( k j ) (L( j−1 ) + φ L( j )) L(n) j L(n−1)k−j = ∑0 ≤ j ≤ k ( k j ) L( j−1 ) L(n) j L(n−1)k−j +
φ ∑0 ≤ j ≤ k ( k j ) L( j ) L(n) j L(n−1)k−j
We'll need to treat this differently based on whether the number k is even or odd.
Case 1: k is even.
If k is even, then
5k/2 L (kn − 1) =∑0 ≤ j ≤ k ( k j ) L ( j − 1 ) L(n) j L(n−1)k−j, for k even - 5k/2
L (kn) =∑0 ≤ j ≤ k ( k j ) L ( j ) L(n) j L(n−1)k−j, for k even
Combine these two formulas with the basic recurrence relation for the Lucas numbers to yield:
- 5k/2
L (kn + m) =∑0 ≤ j ≤ k ( k j ) L ( j + m ) L(n) j L(n−1)k−j, for k even.
Also, the formula
- 5k/2
F (kn + m) =∑0 ≤ j ≤ k ( k j ) F ( j + m ) L(n) j L(n−1)k−j, for k even.
Case 2: k is odd.
If k is odd, then
We'll start with the formula
Multiply by
5(k+1)/2 (L(kn−1) + φ L(kn)) = (2φ−1) ∑0 ≤ j ≤ k ( k j ) L( j−1 ) L(n) j L(n−1)k−j +
(φ+2) ∑0 ≤ j ≤ k ( k j ) L( j ) L(n) j L(n−1)k−j = ∑0 ≤ j ≤ k ( k j ) (2 L( j ) − L( j−1 )) L(n) j L(n−1)k−j +
φ ∑0 ≤ j ≤ k ( k j ) (2 L( j−1 ) + L( j ) )L(n) j L(n−1)k−j = ∑0 ≤ j ≤ k ( k j ) 5 F( j−1 ) L(n) j L(n−1)k−j +
φ ∑0 ≤ j ≤ k ( k j ) 5 F( j ) L(n) j L(n−1)k−j
Since we're assuming that k is odd,
5(k−1)/2 L(kn−1)
= ∑0 ≤ j ≤ k ( k j ) F( j−1 ) L(n) j L(n−1)k−j
and
5(k−1)/2 L(kn)
= ∑0 ≤ j ≤ k ( k j ) F( j ) L(n) j L(n−1)k−j.
We can apply the recurrence relations for F and L to conclude that:
5(k−1)/2 L(kn+m)
= ∑0 ≤ j ≤ k ( k j ) F( j+m ) L(n) j L(n−1)k−j,
for k odd.
Finally, using the facts that
5(k+1)/2 F(kn+m)
= ∑0 ≤ j ≤ k ( k j ) L( j+m ) L(n) j L(n−1)k−j,
for k odd.
No comments:
Post a Comment