Main Thesis 2
Main Thesis 2
THEIR POLYNOMIALS
BY
MASENO UNIVERSITY
c 2020
DECLARATION
This thesis is my own work and has not been presented for a degree award in
any other institution.
Signature Date
This thesis has been submitted for examination with our approval as the univer-
sity supervisors
Signature Date
Signature Date
i
ACKNOWLEDGMENT
I would like to thank Maseno University and the Department of Pure and Ap-
plied Mathematics for the opportunity to undertake this study in the institution.
My sincere gratitude goes to my supervisors, Dr. Isaac Okoth and Dr. David
Ambogo for their generosity, commitment, kindness in sharing ideas and guid-
ance throughout this research work, and with their inspiration, I have been able
to achieve more than I ever could have imagined.
I would also like to thank my parents and siblings for their encouragement and
financial support. You always ensured that I attended classes and reminded me
to always work hard.
Finally, my appreciation goes to my friends Oloo, Caroline, Ketray and Effie for
their time and encouragement.
Above all, I heartily thank the Almighty God for granting me good health through-
out this research.
ii
DEDICATION
I dedicate this thesis to the following: First, to the Almighty God for His
abundant bountiful blessings which have propelled me this far.
Secondly, my parents, Lukas Oduol and Pamela Oreko,
who sacrificed, mentored and guided me to
ensure that I had a good education
foundation admired by many.
iii
ABSTRACT
Fibonacci sequences and their polynomials have been generalized mainly by two
ways: by maintaining the recurrence relation and varying the initial conditions
and by varying the recurrence relation and maintaining the initial conditions. In
this thesis, we maintain the recurrence relation and vary initial conditions which
are taken as sum of Fibonacci numbers or polynomials. The main objective of
this work was to generalize Fibonacci sequences and their polynomials by r-shift
operation and to determine properties of these generalized sequences and their
polynomials. The specific objectives were to generalize Finonacci sequences and
their polynomials , to determine properties of r-shifted Fibonacci sequences and
to determine properties of r-shifted Fibonacci polynomials. To achieve the first
objective, we maintain recurrence relation and vary the initial conditions by r −
shift operation. To achieve the second objective we mainly use Binet’s formula
and generating function of r-shifted Fibonacci sequences, mathematical induc-
tion and direct proofs, and to achieve the third objective we used Binet’s formula
and generating function for r-shifted Fibonacci polynomials. Among results ob-
tained in this thesis for both r-shifted Fibonacci numbers and polynomials are
explicit sum formula, sum of first n terms, sum of first n terms with even indices,
sum of first n terms with odd indices, Honsberger’s identity, and generalized
identity from which we get Catalan’s identity, Cassini’s identity, and d’Ocagne’s
identity. The results obtained in this study add to the already existing literature
in this area of research and they are also of importance to researchers in Com-
puter Science and other fields Mathematics.
iv
Table of Contents
Declaration i
Acknowledgement ii
Dedication iii
Abstract iv
CHAPTER 1: INTRODUCTION 1
1.1 Basic concepts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.1.1 Fibonacci and Lucas numbers . . . . . . . . . . . . . . . . . . 1
1.1.2 Properties of Fibonacci sequence . . . . . . . . . . . . . . . . 3
1.1.3 Fibonacci and Lucas polynomials . . . . . . . . . . . . . . . . 5
1.1.4 Properties of Fibonacci polynomials . . . . . . . . . . . . . . 6
1.2 Statement of the problem . . . . . . . . . . . . . . . . . . . . . . . . . 7
1.3 Objectives of the study . . . . . . . . . . . . . . . . . . . . . . . . . . 7
1.3.1 General Objective . . . . . . . . . . . . . . . . . . . . . . . . . 7
1.3.2 Specific Objectives . . . . . . . . . . . . . . . . . . . . . . . . 7
1.4 Significance of the study . . . . . . . . . . . . . . . . . . . . . . . . . 8
1.5 Methodology . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
v
3.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
3.2 Preliminary results . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
3.3 Binet’s formula and generating function for r −shifted Fibonacci
sequence . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
3.4 Properties of r −shifted Fibonacci numbers . . . . . . . . . . . . . . 25
3.5 Determinant identities for r −shifted Fibonacci sequence . . . . . . 37
REFERENCES 64
vi
List of Tables
vii
Index of Notations
viii
CHAPTER 1
INTRODUCTION
The following definitions and selected identities involving Fibonacci and Lucas
numbers were of essential use throughout this study.
Definition 1.1.1 ([10]). A recursive formula is an equation that expresses the nth
term of the sequence in terms of one or more of the previous terms of the se-
quence. Initial conditions are required to specify terms that precede the first term
where the relation takes effect. Recursion is an example of an iterative procedure.
Definition 1.1.2 ([11, 18]). Fibonacci numbers are numbers in the integer sequence
defined recursively as
f n = f n −1 + f n −2
1
Definition 1.1.3 ([11, 18]). Lucas numbers are companion to Fibonacci numbers.
They are numbers in the integer sequence defined by the recurrence relation
l n = l n −1 + l n −2
Definition 1.1.4 ([10]). Fibonacci numbers for negative subscripts are numbers in the
integer sequence defined as
f −n = (−1)n+1 f n
for all n ≥ 1.
Definition 1.1.5 ([10]). Lucas numbers for negative subscripts are defined as
l−n = (−1)n ln
for all n ≥ 1.
∞
2−x
L( x ) = ∑ ln x n = 1 − x − x 2 .
n =0
2
Definition 1.1.8 ([10]). Binet’s formula is an explicit formula used to find the nth
term of the Fibonacci sequence. If f n is the (n + 1)th Fibonacci number then,
Binet’s formula is given by
1
fn = [αn − βn ] , (1.1)
α−β
√ √
1+ 5 1− 5
where α = and β = .
2 2
ln = αn + β n . (1.2)
Many identities have been discovered that reveal interesting relationships be-
tween Fibonacci and Lucas numbers [10].
We also have the other sum formulas for Fibonacci numbers for n ∈ N as:
2 .
1. f 1 f 2 + f 2 f 3 + f 3 f 4 + · · · + f 2n−1 f 2n = f 2n
3
2. f 12 + f 22 + f 32 + · · · + f n2 = f n f n+1 .
3. f 1 + f 3 + f 5 + · · · + f 2n−1 = f 2n .
4. f 2 + f 4 + f 6 + · · · + f 2n = f 2n+1 − 1.
f n + m = f n −1 f m + f n f m +1 , (1.4)
2. f 2n = ln f n , for all n ≥ 1.
for all n ≥ 1.
4
1. f 2n = f n2+1 − f n2−1 , for all n ≥ 1.
f n ( x ) = x f n −1 ( x ) + f n −2 ( x ), (1.6)
ln ( x ) = xln−1 ( x ) + ln−2 ( x ),
and
∞
2 − xt
∑ ln (x)tn = 1 − xt − t2
n =0
respectively.
α( x )n − β( x )n
f n (x) = , (1.7)
α( x ) − β( x )
√ √
x + x2 + 4 x − x2 + 4
where α( x ) = and β( x ) = .
2 2
5
On the other hand, Binet’s formula of Lucas polynomials is given by
ln ( x ) = α ( x )n + β ( x )n . (1.8)
α ( x ) β ( x ) = −1
α( x ) + β( x ) = x
α( x )2 + β( x )2 = x2 + 2.
Moreover, we have
α( x )2 = xα( x ) + 1 (1.9)
and
β( x )2 = xβ( x ) + 1. (1.10)
f n + m ( x ) = f n −1 ( x ) f m ( x ) + f n ( x ) f m +1 ( x ). (1.12)
We also have the formulas that connect Fibonacci and Lucas polynomials given
by following relations:
2. f 2n ( x ) = ln ( x ) f n ( x ), for all n ≥ 1.
6
1.2 Statement of the problem
The purpose of this study was to generalize Fibonacci sequences and their poly-
nomials by r-shift operation and to determine properties of these generalized
sequences and their polynomials.
7
1.4 Significance of the study
1.5 Methodology
8
CHAPTER 2
LITERATURE REVIEW
Later on, Kalma and Dena [9] generalized Fibonacci sequence as f n = a f n−1 +
b f n−2 , for n ≥ 2 with f 0 = 0 and f 1 = 1 and obtained properties of this sequence
such as Fibonacci connections to pythagorean triples and the greatest common
9
divisor function.
Falcon and Plaza [3] introduced kth Fibonacci numbers, f k,n , with n ∈ N and
obtained properties of the numbers by use of elementary matrix algebra. For
any positive integer k ≥ 1, the kth Fibonacci number is defined by f k,0 = 0 and
f k,1 = 1 and f k,n+1 = k f k,n + f k,n−1 , for n ≥ 1.
10
Singh, Sikhwal and Gupta [21], in 2014, studied generalized Fibonacci-Lucas se-
quence defined by Bn = Bn−1 + Bn+1 for n ≥ 2 with B0 = 2b and B1 = s, where
b and s are integers. Determinant identities of this sequence were determined.
Other identities were proved by mathematical induction and Binet’s formula.
In 2014, Gupta, Singh and Sikhwal [5] defined generalized Fibonacci-like se-
quence by the recurrence relation: Bn = Bn−1 + Bn−2 , for n ≥ 2 with B0 = 2s
and B1 = s + 1, such that s is a fixed integer. The associated initial conditions
B0 and B1 are the sum of initial condition of generalized Fibonacci-like sequence
given by B0 = f 0 + sL0 and B1 = f 1 + sL1 . The said authors determined de-
terminant identities, Binet’s formula and generating function. They used Binet’s
formula to prove identities of the generalized Fibonacci-like sequence.
Sikhwal and Vyas [17] defined Fibonacci-type sequence by the recurrence rela-
tion Yn+2 = Yn+1 + aYn , for n ≥ 0, with initial conditions Y0 = 2 and Y1 = 2 + b,
where a and b are integers. Further, they established determinant identities and
proved standard identities of the Fibonacci-type sequence by means of Binet’s
formula and mathematical induction.
11
From the reviewed literature, Fibonacci-like sequences where initial conditions
are a sum of Fibonacci numbers themselves, have not been studied.
On the other hand, Fibonacci and Lucas polynomials posses wonderful and amaz-
ing properties just like Fibonacci and Lucas numbers. They have been applied
in every branch of mathematics and studied on a more advanced level by many
mathematicians.
Horzum and Kocer [8], in 2009, studied some properties of Horadam polynomi-
als defined by the recurrence relation hn ( x ) = pxhn−1 ( x ) + qhn−2 ( x ) for n ≥ 3
with initial conditions h1 ( x ) = a and h2 ( x ) = bx. Summation formulas of these
polynomials are derived by Binet’s formula.
Years later, Singh, Bhatnagar and Sikhwal [19] obtained properties of Fibonacci
polynomials defined by the recurrence relation Sn ( x ) = xSn−1 ( x ) + Sn−2 ( x ), for
n ≥ 2 with initial conditions S0 ( x ) = 2 and S1 ( x ) = 2x. They obtained properties
of the Fibonacci-like polynomials such as explicit sum formula, sum of first n
terms and other basic identities by means of Binet’s formula, generating function
and matrix method.
In 2014, Singh, Gupta and Sikhwal [22], defined generalized Fibonacci-like poly-
nomials by Mn ( x ) = xMn−1 ( x ) + Mn−2 ( x ), for n ≥ 2 with initial conditions
M0 ( x ) = 2s and M1 ( x ) = 1 + s where s is an integer. They obtained properties
of the polynomials by means of Binet’s formula and generating function.
Singh, Sikhwal and Gupta [24], again in 2014, generalized Fibonacci-Lucas poly-
nomials defined by the recurrence relation bn ( x ) = xbn−1 ( x ) + bn−2 ( x ), for n ≥ 2
with initial conditions b0 ( x ) = 2b and b1 ( x ) = s, where b and s are integers.
Further, they obtained identities of these polynomials by means of generating
function.
12
polynomials with real coefficients. They used Binet’s formula, mathematical in-
duction and matrix method to prove the properties of these polynomials such as
sum formulas, Catalan’s identity and d’Ocagne’s identity.
Sikhwal and Vyas [16], in 2015, studied generalized Fibonacci polynomials de-
fined by un ( x ) = xun−1 ( x ) + un−2 ( x ), for n ≥ 2 with u0 ( x ) = a and u1 ( x ) =
2a + 1 where a is any integer. They obtained Binet’s formula and generating
function of the polynomials. Moreover, they obtained explicit sum formula, sum
formulas and generalized identity for the polynomials.
13
formula and generating functions for these sequences and their polynomials. We
have also obtained various properties of these sequences and their polynomi-
als. The results are obtained by means of direct proofs, Binet’s formula, generat-
ing functions and induction. Our results generalize known results for Fibonacci
numbers and their polynomials.
14
CHAPTER 3
SHIFTED FIBONACCI
SEQUENCES
3.1 Introduction
In this chapter and in the next chapter, we present our results. In Neil Sloane’s
On-Line Encyclopedia of Integer Sequences [25], Fibonacci sequence is given by
A000045. Various generalizations of the Fibonacci sequence have been studied
since it was first discovered by Fibonacci in the 13th century. Fibonacci sequence
has been generalized mainly by two ways: by maintaining the recurrence rela-
tion and varying the initial conditions [3, 6, 7, 9, 13, 17, 18], and by varying the re-
currence relation and maintaining the initial conditions [5, 7, 14, 17, 20, 21, 23, 26].
Some of the properties that have been obtained by various researchers are not
limited to finding a closed form for the nth term of the sequence, sum of the first
n terms of the sequence, sum of the first n terms with odd (or even) indices of the
sequence, explicit sum formula, Catalan’s identity, Cassini’s identity, d’Ocagne’s
identity, Honsberger’s identity, determinant identities, and generating function
among many others.
We now introduce r-shifted Fibonacci number. Let r > 0 and f n be the (n + 1)th
term of Fibonacci sequence.
15
Definition 3.1.1. The (n + 1)th term of r-shifted Fibonacci sequence, hn,r , is given by
Using Definition 3.1.1, it follows that for all r > 0, the first term given as
h0,r = f 1 + f 2 + · · · + f r = f r+2 − 1
. As with Fibonacci sequence, the r −shifted Fibonacci sequence satisfies the re-
currence relation
with initial conditions h0,r = f r+2 − 1 and h1,r = f r+3 − 2, for all r > 0.
r h0,r h1,r h2,r h3,r h4,r h5,r h6,r h7,r h8,r h9,r
1 1 1 2 3 5 8 13 21 34 55
2 2 3 5 8 13 21 34 55 89 144
3 4 6 10 16 26 42 68 110 178 288
4 7 11 18 29 47 76 123 199 322 521
5 12 19 31 50 81 131 212 343 555 898
6 20 32 52 84 136 220 356 576 932 1508
This chapter is organized as follows: Some basic properties of hn,r are given in
Section 3.2. In Section 3.3, we obtain Binet’s formula and generating function for
these numbers. Further properties of these numbers are presented in Section 3.4.
Moreover, determinant identities are presented in Section 3.5.
16
3.2 Preliminary results
= f n +1 + f n +2 + f n +1 + f n +2
= 2 ( f n +1 + f n +2 )
= 2hn,2 .
Proposition 3.2.2. The (n + 1)th term of r −shifted Fibonacci number, hn,r , can be ex-
pressed as hn,r = f r+n+2 − f n+2 , for all r > 0.
= ( f n + f n +1 + · · · + f n +r −1 ) + ( f n −1 + f n + · · · + f n +r −2 )
= [( f 0 + f 1 + · · · + f n+r−1 − ( f 0 + f 1 + · · · + f n−1 )]
+ [( f 0 + f 1 + · · · + f n+r−2 ) − ( f 0 + f 1 + · · · + f n−2 )] .
= f n +r +1 − f n +1 + f n +r − f n
= f n+r+2 − f n+2.
Proposition 3.2.3.
r −3
hn,r = f r f n+3 + f n+2 ∑ fi .
i =0
17
Proof. Using Proposition 3.2.2, we have that
f n +r +2 = f r f n +3 + f r −1 f n +2 .
= f r f n +3 + f n +2 ( f r −1 − 1 ).
n −1 r −3
Since ∑ f i = f n+1 − 1, then hn,r = f r f n+3 + f n+2 ∑ fi .
i =0 i =0
Theorem 3.2.4. The numbers, hn,r , can be expressed in terms of Fibonacci and Lucas
numbers as:
m
∑ ln+4i if r = 4m,
i =1
m
∑ ln+4i + f n+4m+1
if r = 4m + 1,
hn,r = i =1
m
∑ ln+4i + f n+4m+3 if r = 4m + 2,
i =1
m
∑ ln+4i + 2 f n+4m+3
if r = 4m + 3.
i =1
18
If r = 4m + 2, then
If r = 4m + 3, then
4. The numbers, hn,4m , are sums of Lucas numbers for all integers m ≥ 1 and
n ≥ 0.
5. For all m ∈ N and n ≥ 0, we have that hn,4m+1 , hn,4m+2 , and hn,4m+3 are
sums of Fibonacci and Lucas numbers.
Proposition 3.2.6. Let m ≥ 1. Then the (n + 1)th term of 4m−shifted Fibonacci se-
quence, hn,4m , satisfies the relation hn,4m = f 2m ln+2m+2 .
19
Proof. Using Binet’s formulas for Fibonacci numbers (1.1) and Lucas numbers
(1.2) and by equation (3.3), we obtain
1
hn,4m = (αn+4m+2 − (αβ)2m αn+2 − βn+4m+2 + (αβ)2m βn+2 )
α−β
1
= (αn+4m+2 − β2m αn+2m+2 − βn+4m+2 + α2m βn+2m+2 )
α−β
1
= (αn+2m+2 (α2m − β2m ) + βn+2m+2 (α2m − β2m ))
α−β
1
= (α2m − β2m )(αn+2m+2 + βn+2m+2 )
α−β
= f 2m ln+2m+2 .
Proposition 3.2.8.
n
∑ h2k,r = hn,r hn+1,r − h0,r h1,r .
k =1
20
Now, we have
Proof. Since
h2n−1,r = hn−1,r hn,r − hn−1,r hn−2,r
then,
21
3.3 Binet’s formula and generating function for r −shifted
Fibonacci sequence
Theorem 3.3.1 (Binet’s Formula for r −shifted Fibonacci sequence). The (n + 1)th
term of r-shifted Fibonacci sequence, hn,r , is given by
1
hn,r =[(h1,r − βh0,r )αn − (h1,r − αh0,r ) βn ], (3.4)
α−β
√ √
1+ 5 1− 5
where α = and β = .
2 2
Proof. Let n ≥ 2, then r-shifted Fibonacci numbers are defined by the recurrence
relation
hn,r = hn−1,r + hn−2,r ,
with initial conditions h0,r = f r+2 − 1 and h1,r = f r+3 − 2, for all r > 0. The
characteristic equation of the recurrence relation is λ2 − λ − 1 = 0. We solve this
equation to get its roots as α and β. These roots are real and distinct and thus the
solution of the recurrence relation is of the form
A + B = h0,r
and
Aα + Bβ = h1,r
respectively.
h1,r − βh0,r
A=
α−β
22
and
αh0,r − h1,r
B= .
α−β
Thus the result.
Corollary 3.3.2. The (n + 1)th term of the r −shifted Fibonacci sequence satisfies the
equation hn,r = h1,r f n + h0,r f n−1 .
1 h n n n −1 n −1
i
hn,r = h1,r (α − β ) − h0,r (αβ)(α −β ) .
α−β
1 h n n n −1 n −1
i
hn,r = h1,r (α − β ) + h0,r (α −β )
α−β
= h1,r f n + h0,r f n−1 .
Corollary 3.3.3 (Binet’s formula for Fibonacci sequence). The (n + 2)th Fibonacci
number, f n+1 , is given explicitly as
1 h n +1 n +1
i
f n +1 = α −β .
α−β
hn+1,r
Corollary 3.3.4. The sequence of ratio of successive r-shifted Fibonacci numbers
√ hn,r
hn+1,r 1+ 5
converges to the golden ratio, i.e., lim = .
n→∞ hn,r 2
23
Factorizing αn , we obtain
1
αn (h1,r − βh0,r )α − (h1,r − αh0,r )α−n βn+1
h ,r α−β
lim n+1 = lim ,
n→∞ hn,r n→∞ 1 n − n n
α [(h1,r − βh0,r ) − (h1,r − αh0,r )α β ]
α−β
which simplifies to
n
β
(h1,r − βh0,r )α − (h1,r − αh0,r ) β
hn+1,r α
lim = lim n .
n→∞ hn,r n→∞ β
(h1,r − βh0,r ) − (h1,r − αh0,r )
α
n
β β
Since | α | < 1, we have lim = 0 so that
n→∞ α
√
hn+1,r (h1,r − βh0,r )α 1+ 5
lim = lim =α= .
n→∞ hn,r n→∞ ( h1,r − βh0,r ) 2
Theorem 3.3.5. Let Hr (t) be the generating function for r −shifted Fibonacci sequence,
then
where |t + t2 |< 1.
∞
Proof. Let Hr (t) = ∑ hn,r tn be the generating function for r−shifted Fibonacci
n =0
numbers, then from hn,r = hn−1,r + hn−2,r , we get
24
or
!
∑ hn,r tn − h1,r t − h0,r = t ∑ hn,r tn − h0,r + t2 ∑ hn,r tn .
n ≥0 n ≥0 n ≥0
∞
Substituting Hr (t) = ∑ hn,r tn we get,
n =0
Thus,
h0,r + t(h1,r − h0,r )
Hr (t) = .
1 − t − t2
Proposition 3.4.1 (Sum of first n terms). The sum of first n terms of r-shifted Fi-
bonacci numbers is given by hn+1,r − h1,r .
25
Using −αβ = 1, we obtain
n −1
1 h i
∑ hk,r =
α−β
(h1,r − βh0,r )(αn+1 − α) − (h1,r − αh0,r )( βn+1 − β)
k =0
(h1,r − βh0,r )αn+1 − (h1,r − αh0,r ) βn+1 (h1,r − βh0,r )α − (h1,r − αh0,r ) β
= −
α−β α−β
= hn+1,r − h1,r .
Proposition 3.4.2 (Sum of first n terms with odd indices). The sum of the first n
terms with odd indices of r −shifted Fibonacci numbers is given by h2n,r − h0,r .
Proposition 3.4.3 (Sum of first n terms with even indices). The sum of the first n
terms with even indices of r −shifted Fibonacci numbers is given by h2n−1,r − h1,r + h0,r .
26
Proof. From Binet’s formula (3.4), obtain
n −1
1
∑ h2k,r = α − β [(h1,r − βh0,r )α0 − (h1,r − αh0,r ) β0 + (h1,r − βh0,r )α2
k =0
− (h1,r − αh0,r ) β2 + · · · + (h1,r − βh0,r )α2n−2 − (h1,r − αh0,r ) β2n−2 ]
1
= [(h1,r − βh0,r )(1 + α2 + · · · + α2n−2 )
α−β
− (h1,r − αh0,r )(1 + β2 + · · · + β2n−2 )]
α2n − 1 β2n − 1
1
= (h1,r − βh0,r ) 2 − (h1,r − αh0,r ) 2 .
α−β α −1 β −1
1
h1,r + h4,r + h7,r + · · · + h3n−2,r = (h3n,r − h0,r ).
2
27
Using α3 − 1 = 2α and β3 − 1 = 2β, the above equation simplifies to
n
1 h i
∑ h3k−2,r = 2(α − β) (h1,r − βh0,r )(α − 1) − (h1,r − αh0,r )( β − 1)
3n 3n
k =1
1 (h1,r − βh0,r )α3n − (h1,r − αh0,r ) β3n
= ·
2 α−β
1 (h − βh0,r ) − (h1,r − αh0,r )
− · 1,r
2 α−β
1
= (h3n,r − h0,r ).
2
28
Proof. From Binet’s formula (3.4), we obtain
n
1
∑ h3k,r = α − β [(h1,n − βh0,r )α3 − (h1,r − αh0,r ) β3 + (h1,r − βh0,r )α6
k =1
− (h1,r − αh0,r ) β6 + · · · + (h1,r − βh0,r )α3n − (h1,r − αh0,r ) β3n ]
1
= [(h1,r − βh0,r )(α3 + α6 + · · · + α3n )
α−β
− (h1,r − αh0,r )( β3 + β6 + · · · + β3n )]
α3n+3 − α3 β3n+3 − β3
1
= (h1,r − βh0,r ) − (h1,r − αh0,r )
α−β α3 − 1 β3 − 1
29
Using −α − 1 = −α2 and − β − 1 = − β2 , we get
n
∑ (−1)k+1 hk,r
k =1
(−1)n αn+1 − α (−1)n βn+1 − β
1
= (h1,r − βh0,r ) − (h1,r − αh0,r )
α−β − α2 − β2
1 h i
= (−1)n+1 (h1,r − βh0,r )αn−1 − (h1,r − αh0,r ) βn−1
α−β
1 h i
+ (h1,r − βh0,r )α−1 − (h1,r − αh0,r ) β−1
α−β
(h1,r − βh0,r ) (h1,r − αh0,r )
n+1,r 1
= (−1) hn−1,r + − .
α−β α β
Rearranging we obtain,
n
1
∑ (−1)k+1 hk,r = (−1)n+1 hn−1,r + αβ(α − β) [(h1,r − βh0,r ) β − (h1,r − αh0,r )α]
k =1
α2 − β2 α−β
n +1
= (−1) hn−1,r + (−1) h0,r − h1,r .
α−β α−β
√ √
Using α − β = 5 and α2 − β2 = 5, we get
n
∑ (−1)k+1 hk,r = (−1)n+1 hn−1,r + h1,r − h0,r .
k =1
1
h2n,r = [(h1,r − βh0,r )α2n − (h1,r − αh0,r ) β2n ].
α−β
1
h2n,r = [(h1,r − βh0,r )(1 + α)n − (h1,r − αh0,r )(1 + β)n ].
α−β
30
n
n k
Using (1 + x ) = ∑
n
x , we have
k =0
k
" #
n n
1 n k n k
h2n,r = (h1,r − βh0,r ) ∑ α − (h1,r − αh0,r ) ∑ β
α−β k =0
k k =0
k
" #
n
n (h1,r − βho,r )αk − (h1,r − αh0,r ) βk
= ∑
k =0
k α−β
n
n
= ∑ h .
k =0
k k,r
Proposition 3.4.9 (Explicit sum formula for r −shifted Fibonacci sequence). For
every positive integer n,
b n2 c b n− 1
2 c
n−k n−k−1
hn,r = h0,r ∑ k
+ (h1,r − h0,r ) ∑
k
, (3.7)
k =0 k =0
Replacing n by n + k, we get
∞ ∞ ∞
(n + k)! n+2k
∑ hn,r t n
= [h0,r + t(h1,r − h0,r )] ∑∑ k!n!
t .
n =0 n =0 k =0
31
Now, replacing n by n − 2k, we obtain
n
∞ ∞ b2c
(n − k)! n
∑ hn,r t n
= [h0,r + t(h1,r − h0,r )] ∑∑ t
n=k n=0 k=0 k! ( n − 2k ) !
n
n
∞ b2c ∞ b2c
(n − k)! n ( n − k ) ! n +1
= h0,r ∑ ∑ t + (h1,r − h0,r ) ∑ ∑ t .
n =0 k =0 k! ( n − 2k ) ! n =0 k =0 k! ( n − 2k ) !
1 1
Using = − β and = −α, we get
α β
1
h−n,r = [(h1,r − βh0,r )(−1)n βn − (h1,r − αh0,r )(−1)n αn ]
α−β
(−1)n
= [(h1,r − βh0,r ) βn − (h1,r − αh0,r )αn ]
α−β
(−1)n h i
= h1,r βn − h0,r βn+1 − h1,r αn + h0,r αn+1
α−β
(−1)n+1 h n n n +1 n +1
i
= h1,r (α − β ) − h0,r (α −β )
α−β
n n h0,r (αn+1 − βn+1 )
n+1 h1,r ( α − β )
= (−1) −
α−β α−β
= (−1)n+1 (h1,r f n − h0,r f n+1 )
= (−1)n (h0,r f n+1 − h1,r f n ).
32
Proposition 3.4.11 (Honsberger’s identity for r −shifted Fibonacci sequence). If
n > m then
hn+m,r = hn−1,r f m + hn,r f m+1 ,
33
while the right hand side gives
Since the left hand side equals to the right hand side, the base case holds.
For the induction step, we will assume the formula holds true for n and prove
that it holds true for n + 1.
then
34
Proof. Using Binet’s formula (3.4), we obtain
Now,
Theorem 3.4.15 (Generalized identity for r −shifted Fibonacci sequence). Let hn,r
be the (n + 1)th term of r −shifted Fibonacci sequence, then
where n ≥ m and k ≥ 1.
35
Now,
and
αn−m+k − βn−m+k h1,r hn−m+k,r − h0,r hn−m+k+1,r
f n−m+k = = .
α−β h21,r − h0,r h2,r
So
(−1)n−k
h2n,r − hn−k,r hn+k,r = 2
[h1,r hk,r − h0,r hk+1,r ]2 , (3.9)
h1,r − h0,r h2,r
36
Corollary 3.4.17 (Cassini’s identity for r −shifted Fibonacci sequence ). If m = n
and k = 1 in the generalized identity (3.8), then
h2n,r − hn−1,r hn+1,r = (−1)n−1 h21,r − h0,r h2,r , (3.10)
for all n ≥ 1.
hn+1,r hm,r − hn,r hm+1,r = (−1)n [h1,r hm−n,r − h0,r hm−n+1,r ], (3.11)
where m > n ≥ 0.
Proof. Applying C1 + C2 −→ C1 to the matrix, we get that two columns are iden-
tical and the result follows.
37
2hn+2,r 2hn+2,r 2hn+2,r 1 1 1
hn+2,r hn,r hn+1,r = 2hn+2,r hn+2,r hn,r hn+1,r .
1 1 1 1 1 1
Since two rows are identical, the determinant is zero.
Proof. The proof follows by induction on n and making use of column reductions.
38
Proof. Computing the determinant directly, we obtain
Substituting hn+2,r = hn,r + hn+1,r and expanding, we obtain the desired result.
39
CHAPTER 4
SHIFTED FIBONACCI
POLYNOMIALS
4.1 Introduction
From definition 4.1.1, we have for r > 0 that the first term
f r +1 ( x ) + f r ( x ) − 1
h0,r ( x ) = f 1 ( x ) + f 2 ( x ) + · · · + f r ( x ) =
x
and the second term
f r +2 ( x ) + f r +1 ( x ) − x − 1
h1,r ( x ) = f 2 ( x ) + f 3 ( x ) + · · · + f r+1 ( x ) = .
x
40
The r-shifted Fibonacci polynomials satisfy the recurrence relation,
In Section 4.2, we obtain Binet’s formula for the r-shifted Fibonacci polynomials.
Generating function, relation between these polynomials and Chebyshevs poly-
nomials of the first and second kinds, and hypergeometric series are presented
in Section 4.3. Some of the properties that have been obtained by various re-
searchers for Fibonacci and Fibonacci like polynomials include sum of the first
n terms of the sequence, sum of the first n terms with odd (or even) indices
of the sequence, explicit sum formula, Honsberger’s identity, Catalan’s identity,
Cassini’s identity and d’Ocagne’s identity among many others. These properties
are derived in Section 4.4.
41
4.2 Binet’s formula for r − shifted Fibonacci polyno-
mials and other preliminary results
Proposition 4.2.1. The (n + 1)th term of r −shifted Fibonacci polynomials, hn,r ( x ), for
all r > 0 is given by
f n +r +1 ( x ) + f n +r ( x ) − f n +1 ( x ) − f n ( x )
hn,r ( x ) = . (4.3)
x
= x ( f n ( x ) + f n+1 ( x ) + · · · + f n+r−1 ( x ))
+ ( f n−1 ( x ) + f n ( x ) + · · · + f n+r−2 ( x ))
= x [( f 0 ( x ) + f 1 ( x ) + · · · + f n+r−1 ( x )) − ( f 0 ( x ) + f 1 ( x ) + · · · + f n−1 ( x ))]
+ [( f 0 ( x ) + f 1 ( x ) + · · · + f n+r−2 ( x )) − ( f 0 ( x ) + f 1 ( x ) + · · · + f n−2 ( x ))].
1
hn,r ( x ) = [ x (( f n+r−1 ( x ) + f n+r ( x ) − 1) − ( f n ( x ) + f n−1 ( x ) − 1))]
x
1
+ [( f n+r−1 ( x ) + f n+r−2 ( x ) − 1) − ( f n−2 ( x ) + f n−1 ( x ) − 1)]
x
x f n +r ( x ) + x f n +r −1 ( x ) + f n +r −1 ( x ) + f n +r −2 ( x )
=
x
x f n ( x ) + x f n −1 ( x ) + f n −1 ( x ) + f n −2 ( x )
−
x
f n +r +1 ( x ) + f n +r ( x ) − f n +1 ( x ) − f n ( x )
= .
x
Theorem 4.2.2. The polynomials hn,r ( x ) are expressed in terms of Lucas and Fibonacci
42
polynomials as:
m
∑ (ln+4i−2 (x) + ln+4i−1 (x)) if r = 4m,
i =1
m
∑ (ln+4i−2 ( x ) + ln+4i−1 ( x )) + f n+4m+1 ( x )
if r = 4m + 1,
hn,r ( x ) = i =1
m
∑ (ln+4i−2 (x) + ln+4i−1 (x)) + f n+4m+1 (x) + f n+4m+2 (x) if r = 4m + 2,
i =1
m
∑ (ln+4i−2 ( x ) + ln+4i−1 ( x )) + ln+4m+2 ( x ) + f n+4m+2 ( x )
if r = 4m + 3.
i =1
If r = 4m + 1, then
If r = 4m + 2, then
43
If r = 4m + 3, then
3. The polynomials, hn,4m ( x ), are sums of Lucas polynomials for all integers
m ≥ 1 and n ≥ 0.
4. For all m ≥ 0 and n ≥ 0, we have that hn,4m+1 , hn,4m+2 , and hn,4m+3 are
sums of Fibonacci and Lucas polynomials.
Proof. Using Binet’s formulas for Fibonacci polynomial (1.7) and Lucas polyno-
mial (1.8) and by equation (4.3), we get
f n+4m+1 ( x ) + f n+4m ( x ) − f n+1 ( x ) − f n ( x )
hn,4m ( x ) =
x
1
= (α( x )n+4m+1 − β( x )n+4m+1 + α( x )n+4m − β( x )n+4m )
x (α( x ) − β( x ))
1
− ( α ( x ) n +1 − β ( x ) n +1 + α ( x ) n − β ( x ) n )
x (α( x ) − β( x ))
1
= [α( x )n+4m+1 + α( x )n+4m − α( x )n+1 − α( x )n
x (α( x ) − β( x ))
− β( x )n+4m+1 − β( x )n+4m + β( x )n+1 + β( x )n ].
44
Since α( x ) β( x ) = −1 then, (α( x ) β( x ))2m = 1, and
1 h
hn,4m ( x ) = α( x )n+4m+1 − (α( x ) β( x ))2m α( x )n+1 + α( x )n+4m
x (α( x ) − β( x ))
− (α( x ) β( x ))2m α( x )n − β( x )n+4m+1 + (α( x ) β( x ))2m β( x )n+1 − β( x )n+4m
i
2m n
+ (α( x ) β( x )) β( x ) ,
which simplifies to
1 h
hn,4m ( x ) = (α( x )2m − β( x )2m ) α( x )n+2m+1 + β( x )n+2m+1
x (α( x ) − β( x ))
i
n+2m n+2m
+α( x ) + β( x )
f 2m ( x )(ln+2m+1 ( x ) + ln+2m ( x ))
= .
x
Proposition 4.2.6.
n
hn,r ( x )hn+1,r ( x ) − h0,r ( x )h1,r ( x )
∑ h2k,r (x) = x
.
k =1
Now, we have
45
Adding up these equations, we get
1 h
n n n −1 n −1
i
hn,r ( x ) = h1,r ( x )(α( x ) − β( x ) ) + h0,r ( x )(α( x ) − β( x ) ) ,
α( x ) − β( x )
√ √ (4.4)
x+ x +4 2 x− x +4 2
where α( x ) = and β( x ) = .
2 2
Proof. Let n ≥ 2, then the r-shifted Fibonacci polynomials are defined by the
recurrence formula hn,r ( x ) = xhn−1,r ( x ) + hn−2,r ( x ), with initial conditions
f r +1 ( x ) + f r ( x ) − 1
h0,r ( x ) =
x
and
f r +2 ( x ) + f r +1 ( x ) − x − 1
h1,r ( x ) = ,
x
for all r > 0.
h0,r ( x ) = C + D
46
Solving these equations simultaneously, we get
C + D = h0,r ( x ), (4.6)
Corollary 4.2.9. The (n + 1)th term of r-shifted Fibonacci polynomials satisfies the
equation
hn,r ( x ) = h1,r ( x ) f n ( x ) + h0,r ( x ) f n−1 ( x ).
1
f n (x) = (α( x )n − β( x )n )
α( x ) − β( x )
Setting r = 1 in (4.5) and making use of equations (1.9) and (1.10), we rediscover
Binet’s formula for Fibonacci polynomials (1.7).
Corollary 4.2.10 (Binet’s formula for Fibonacci polynomials). The (n + 2)th Fi-
bonacci polynomial is given by
1 h i
f n +1 ( x ) = α n +1 ( x ) − β n +1 ( x ) .
α( x ) − β( x )
47
Corollary 4.2.11. For n ≥ 1, we have
b n− 1
2 c
h1,r ( x ) n
hn,r ( x ) = n−1
2 ∑ 2k + 1 xn−2k−1 (x2 + 4)k
k =0
b n− 2
c
n−1
h0,r ( x ) 2
+ n −2 ∑ x n−2k−2 ( x2 + 4)k ,
2 k =0
2k + 1
Proof. We have
h p n p n i
α ( x ) n − β ( x ) n = 2− n x+ x2 + 4 − x + x2 − 4 .
b n− 1
2 c
α( x )n − β( x )n
k
n
α( x ) − β( x )
= 2− n +1 ∑ 2k + 1
x n−2k−1 x2 + 4 ,
k =0
and hence the result follows from the Binet’s formula (4.4).
48
∞
Proof. Let Hr ( x, t) = ∑ hn,r (x)tn be the generating function of r-shifted Fi-
n =0
bonacci polynomials, then from the recurrence relation (4.2), we get
Now we have
!
∑ hn,r (x)t n
− h1,r ( x )t − h0,r ( x ) = xt ∑ hn,r (x)t n
− h0,r ( x ) + t2 ∑ hn,r (x)tn
n ≥0 n ≥0 n ≥0
or
Thus
b n− 1
2 c
n−k
Un (z) = ∑ (−1) k
k
(2z)n−2k ,
k =0
x
Now, letting y = it and z = 2i , we get
∞ x 1
∑ in Un
2i
tn =
1 − xt − t2
(4.11)
n =0
or
∞ x t
∑ in Un
2i
t n +1 =
1 − xt − t2
. (4.12)
n =0
49
Using the generating function (4.10), we obtain
∞
1 t
∑ hn,r (x)tn = h0,r (x) 1 − xt − t2 + (h1,r (x) − xh0,r (x)) 1 − xt − t2
n =0
∞ x ∞ x
= h0,r ( x ) ∑ in Un 2i
tn + (h1,r ( x ) − xh0,r ( x )) ∑ in Un 2i
t n +1
n =0 n =0
(4.13)
If we extract the coefficient of tn on both sides of equation (4.13), we get the fol-
lowing corollary which expresses r-shifted polynomials in terms of Chebyshev
polynomial of the second kind.
bnc
n 2 (−1)k n − k
Tn (z) = ∑ (2z)n−2k .
2 k =0 n − k k
x
Again doing the substitutions y = it and z = 2i we get
∞ x 1 − tx
∑ in Tn
2i
tn = 2
1 − xt − t2
. (4.14)
n =0
50
Corollary 4.3.3. For n ≥ 1,
x x x
hn,r ( x ) = in h0,r ( x ) Tn + in−1 h1,r ( x ) − · h0,r ( x ) Un−1 .
2i 2 2i
Almost all of the most common special functions in mathematics are particular
cases of the Gauss hypergeometric series defined by
∞
( a)k (b)k zk
2 F1 ( a, b; c; z ) = ∑ (c)k k!
k =0
51
4.4 Properties of r-shifted Fibonacci polynomials
b n2 c b n− 1
2 c
n − k n−2k n − k − 1 n−2k−1
hn,r ( x ) = h0,r ( x ) ∑ k
x + (h1,r ( x ) − xh0,r ( x )) ∑
k
x .
k =0 k =0
b n2 c b n− 1
2 c
n − k n−2k n − k − 1 n−2k−1
hn,r ( x ) = h0,r ( x ) ∑ k
x + (h1,r ( x ) − xh0,r ( x )) ∑
k
x .
k =0 k =0
Proposition 4.4.2 (Sum of first n terms). The sum of first n terms of r-shifted Fi-
bonacci polynomials is given by
n −1
hn,r ( x ) + hn−1,r ( x ) + xh0,r ( x ) − h1,r ( x ) − h0,r ( x )
∑ hk,r (x) = x
.
k =0
52
Proof. Using Binet’s formula (4.5), we obtain
n −1 n −1
∑ hk,r ( x ) = ∑ Cα( x )k + Dβ( x )k ,
k =0 k =0
It follows that,
n −1 n −1 n −1
∑ hk,r ( x ) = C ∑ α( x )k + D ∑ β( x )k
k =0 k =0 k =0
C (α( x )n − 1) D ( β ( x ) n − 1)
= +
α( x ) − 1 β( x ) − 1
C + D − (Cβ( x ) + Dα( x )) − (Cα( x )n + Dβ( x )n )
=
α( x ) β( x ) − α( x ) − β( x ) + 1
α( x ) β( x )(Cα( x )n−1 + Dβ( x )n−1 )
+ .
α( x ) β( x ) − α( x ) − β( x ) + 1
Proposition 4.4.3 (Sum of first n terms with odd indices). The sum of first n terms
of r-shifted Fibonacci polynomials with odd indices is given by
k =0 k =0
n −1 n −1
=C ∑ α( x )2k+1 + D ∑ β(x)2k+1
k =0 k =0
α( x )2n+1 D β( x )2n+1 − β( x )
C − α( x )
= + .
α ( x )2 − 1 β ( x )2 − 1
53
Thus,
n −1
Cα( x ) + Dβ( x ) − α( x ) β( x )(Cβ( x ) + Dα( x ))
∑ h2k+1,r (x) = (α( x ) β( x ))2 − α( x )2 − β( x )2 + 1
k =0
Cα( x )2n+1 + Dβ( x )2n+1 + (α( x ) β( x ))2 (Cα( x )2n−1 + Dβ( x )2n−1 )
− .
(α( x ) β( x ))2 − α( x )2 − β( x )2 + 1
Since α( x ) β( x ) = −1 and α( x )2 + β( x )2 = x2 + 2, then using (4.5), (4.7) and (4.8),
we obtain
n −1
h2n+1,r − h2n−1,r ( x ) − xh0,r ( x )
∑ h2k+1,r (x) = x2
.
k =0
Proposition 4.4.4 (Sum of first n terms with even indices). The sum of first n terms
of r-shifted Fibonacci sequences with even indices is given by
n −1
h2n,r ( x ) − h2n−2,r ( x ) − xh1,r ( x ) + x2 h0,r ( x )
∑ h2k,r ( x ) =
x2
.
k =0
54
Proposition 4.4.5. For every positive integer n,
n
h3n+1,r ( x ) + h3n−2,r ( x ) + ( x − 1)h1,r ( x ) − ( x2 + 1)h0,r ( x )
∑ h3k−2,r (x) = x3 + 3x
.
k =1
k =1 k =1
n n
=C ∑ α( x )3k−2 + D ∑ β(x)3k−2
k =1 k =1
Dβ( x ) β( x )3n − 1
α( x )3n
Cα( x ) −1
= + .
α ( x )3 − 1 β ( x )3 − 1
We have,
n
Cα( x ) + Dβ( x ) + Cβ( x )2 + Dα( x )2
∑ h3k−2,r ( x ) =
(α( x ) β( x ))3 − α( x )3 − β( x )3 + 1
k =1
Cα( x )3n−2 + Dβ( x )3n−2 + Cα( x )3n+1 + Dβ( x )3n+1
− .
(α( x ) β( x ))3 − α( x )3 − β( x )3 + 1
55
Hence,
n
Cα( x )2 + Dβ( x )2 − (Cβ( x ) + Dα( x ))
∑ h3k−1,r ( x ) =
(α( x ) β( x ))3 − α( x )3 − β( x )3 + 1
k =1
Cα( x )3n−1 + Dβ( x )3n−1 + Cα( x )3n+2 + Dβ( x )3n+2
− .
(α( x ) β( x ))3 − α( x )3 − β( x )3 + 1
C + D + Cα( x )3 + Dβ( x )3 − (Cα( x )3n + Dβ( x )3n ) − (Cα( x )3n+3 + Dβ( x )3n+3 )
.
(α( x ) β( x ))3 − α( x )3 − β( x )3 + 1
Since α( x )3 + β( x )3 = x3 + 3x, and α( x ) β( x ) = −1, then by equations (4.5), (4.6)
and (4.9) , we get
n
h3n+3,r ( x ) + h3n,r ( x ) − h3,r ( x ) − h0,r ( x )
∑ h3k,r (x) = x3 + 3x
.
k =1
56
Proof. From Binet’s formula (4.5), we get
n n
∑ (− 1 ) k +1
h k,r ( x ) = ∑ (− 1 ) k +1
Cα ( x ) k
+ Dβ ( x ) k
k =1 k =1
Cα( x ) ((−α( x ))n − 1) Dβ( x ) ((− β( x ))n − 1)
= + .
−α( x ) − 1 − β( x ) − 1
Thus
n
(−1)n+1 (Cα( x )n+1 + Dβ( x )n+1 ) + (−1)n (Cα( x )n + Dβ( x )n )
∑ (−1)k+1 hk,r (x) = α( x ) β( x ) + α( x ) + β( x ) + 1
k =1
Cα( x ) + Dβ( x ) − (C + D )
+ .
α( x ) β( x ) + α( x ) + β( x ) + 1
h2n,r ( x )
1
= [(h1,r ( x ) − βh0,r ( x ))(1 + xα( x ))n − (h1,r ( x ) − αh0,r ( x ))(1 + xβ( x ))n ].
α( x ) − β( x )
n
n k k
Since (1 + xα) = ∑ n
α x , we obtain
k =0
k
"
n
1 n
h2n,r ( x ) = (h1,r ( x ) − β( x )h0,r ( x )) ∑ α( x )k x k
α( x ) − β( x ) k =0
k
#
n
n
− (h1,r ( x ) − α( x )h0,r ( x )) ∑ β( x )k x k
k =0
k
" #
n
n k (h1,r ( x ) − β( x )h0,r ( x ))α( x )k − (h1,r ( x ) − α( x )h0,r ( x )) β( x )k
= ∑ x
k =0
k α( x ) − β( x )
n
n
= ∑ hk,r ( x ) x k .
k =0
k
57
Proposition 4.4.10. For every positive integer n,
h−n,r ( x )
1
(h1,r ( x ) − β( x )h0,r ( x ))α( x )−n − (h1,r ( x ) − α( x )h0,r ( x )) β( x )−n
=
α( x ) − β( x )
1 1 1
= (h1,r ( x ) − β( x )h0,r ( x )) − (h1,r ( x ) − α( x )h0,r ( x )) .
α( x ) − β( x ) α( x )n β( x )n
1 1
Using = − β( x ) and = −α( x ), we get
α( x ) β( x )
h−n,r ( x )
(−1)n
= [(h1,r ( x ) − β( x )h0,r ( x )) β( x )n − (h1,r ( x ) − α( x )h0,r ( x ))α( x )n ]
α( x ) − β( x )
(−1)n h n n +1 n n +1
i
= h1,r ( x ) β( x ) − h0,r ( x ) β( x ) − h1,r ( x )α( x ) + h0,r ( x )α
α( x ) − β( x )
(−1)n+1 h i
= h1,r ( x )(α( x )n − β( x )n ) − h0,r ( x )(α( x )n+1 − β( x )n+1 )
α( x ) − β( x )
n n h0,r ( x )(α( x )n+1 − β( x )n+1 )
n+1 h1,r ( x )( α ( x ) − β ( x ) )
= (−1) −
α( x ) − β( x ) α( x ) − β( x )
= (−1)n+1 (h1,r ( x ) f n ( x ) − h0,r ( x ) f n+1 ( x ))
= (−1)n (h0,r ( x ) f n+1 ( x ) − h1,r ( x ) f n ( x )).
58
Using Honsberger’s identity for Fibonacci polynomials (1.12), we get
Thus,
59
Theorem 4.4.14 (Generalized identity for r − shifted Fibonacci polynomials). Let
hn,r ( x ) be the (n + 1)th term of r-shifted Fibonacci polynomials, then
where n > m ≥ k ≥ 1.
and
60
So,
where n > k ≥ 1.
for all n ≥ 1.
hm,r ( x )hn+1,r ( x ) − hm+1,r ( x )hn,r ( x ) = (−1)n (h1,r ( x )hm−n,r ( x ) − h0,r ( x )hm−n+1,r ( x )),
(4.19)
where m > n ≥ 1.
61
CHAPTER 5
CONCLUSIONS AND
RECOMMENDATIONS
5.1 Conclusions
62
tained in this thesis, include explicit sum formula (Proposition 4.4.1), sum of
first n terms (Proposition 4.4.2), sum of first n terms with odd indices (Propo-
sition 4.4.3), sum of first n terms with even indices (Proposition 4.4.4), alternat-
ing sum of the first n terms (Proposition 4.4.8), Honsberger identity (Proposition
4.4.11) and generalized identity (Theorem 4.4.14) from which one obtains Cata-
lan’s identity (4.17), Cassini’s identity (4.18) and d’Ocagne’s identity (4.19).
5.2 Recommendations
Fibonacci sequences and their polynomials have been generalized either by vary-
ing the recurrence relation and maintaining initial conditions or by varying ini-
tial conditions and maintaining recurrence relations. Properties of r-shifted Tri-
bonacci numbers and their polynomials have not been studied as well as the
properties of r-shifted Fibonacci sequences and polynomials where both recur-
rence relation and initial conditions have been varied. We therefore, recommend
that further study be done on these areas.
63
REFERENCES
[1] B. Barik, Lucas Sequence, its Properties and Generalization, Msc project re-
port, National institute of Technology, Rourkela Odisha, 2013.
[3] S. Falcon and A. Plaza, On the Fibonacci K-Numbers, Chaos Solution, and
Fractals, 32(5), 1615-1624, 2007.
64
[10] T. Koshy, Fibonacci and Lucas Numbers with Applications, Wiley-
Interscience Publications, New York, 2011.
[11] A. M. Meinke, Fibonacci Numbers and Associated Matrices, MSc Thesis Kent
State university, 2011.
[16] O. Sikhwal and Y. Vyas, Generalized Fibonacci Polynomials and some iden-
tities, International Journal of Engineering Research and Technology, Vol. 3(31),
1-11, 2015.
[17] O. Sikhwal and Y. Vyas, Generalized Fibonacci-type sequence and its Prop-
erties, International Journal of Science and Research, Vol.5, No.12, 2043-2047,
2016.
[18] B. Singh and S. Bhatnagar, Fibonacci-like Sequence and its Properties, In-
ternational Journal Contemporary Mathematical Sciences, Vol.5, No.18, 859-868,
2010.
65
[20] B. Singh, S. Bhatnagar and O. Sikhwal, Fibonacci-like Sequence, International
Journal of Advanced Mathematical Sciences, 1(3), 145-151, 2013.
66