Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Generalizations of Fibonacci numbers

From Wikipedia, the free encyclopedia
(Redirected fromTetranacci number)
Mathematical sequences

Inmathematics, theFibonacci numbers form asequence definedrecursively by:

Fn={0n=01n=1Fn1+Fn2n>1{\displaystyle F_{n}={\begin{cases}0&n=0\\1&n=1\\F_{n-1}+F_{n-2}&n>1\end{cases}}}

That is, after two starting values, each number is the sum of the two preceding numbers.

The Fibonacci sequence has been studied extensively and generalized in many ways, for example, by starting with other numbers than 0 and 1, by adding more than two numbers to generate the next number, or by adding objects other than numbers.

Extension to negative integers

[edit]

UsingFn2=FnFn1{\displaystyle F_{n-2}=F_{n}-F_{n-1}}, one can extend the Fibonacci numbers to negativeintegers. So we get:

... −8, 5, −3, 2, −1, 1, 0, 1, 1, 2, 3, 5, 8, ...

andFn=(1)n+1Fn{\displaystyle F_{-n}=(-1)^{n+1}F_{n}}.[1]

See alsoNegafibonacci coding.

Extension to all real or complex numbers

[edit]

There are a number of possible generalizations of the Fibonacci numbers which include thereal numbers (and sometimes thecomplex numbers) in their domain. These each involve thegolden ratioφ, and are based onBinet's formula

Fn=φn(φ)n5{\displaystyle F_{n}={\frac {\varphi ^{n}-(-\varphi )^{-n}}{\sqrt {5}}}}.

Theanalytic function

Fe(x)=φxφx5{\displaystyle \operatorname {Fe} (x)={\frac {\varphi ^{x}-\varphi ^{-x}}{\sqrt {5}}}}

has the property thatFe(n)=Fn{\displaystyle \operatorname {Fe} (n)=F_{n}} foreven integersn{\displaystyle n}.[2] Similarly, the analytic function:

Fo(x)=φx+φx5{\displaystyle \operatorname {Fo} (x)={\frac {\varphi ^{x}+\varphi ^{-x}}{\sqrt {5}}}}

satisfiesFo(n)=Fn{\displaystyle \operatorname {Fo} (n)=F_{n}} forodd integersn{\displaystyle n}.

Finally, putting these together, the analytic function

Fib(x)=φxcos(xπ)φx5{\displaystyle \operatorname {Fib} (x)={\frac {\varphi ^{x}-\cos(x\pi )\varphi ^{-x}}{\sqrt {5}}}}

satisfiesFib(n)=Fn{\displaystyle \operatorname {Fib} (n)=F_{n}} for all integersn{\displaystyle n}.[3]

SinceFib(z+2)=Fib(z+1)+Fib(z){\displaystyle \operatorname {Fib} (z+2)=\operatorname {Fib} (z+1)+\operatorname {Fib} (z)} for all complex numbersz{\displaystyle z}, this function also provides an extension of the Fibonacci sequence to the entire complex plane. Hence we can calculate the generalized Fibonacci function of a complex variable, for example,

Fib(3+4i)5248.514195.9i{\displaystyle \operatorname {Fib} (3+4i)\approx -5248.5-14195.9i}

However, this extension is by no means unique. For example, either

Fib(x)=φxcos(kxπ)φx5{\displaystyle \operatorname {Fib} (x)={\frac {\varphi ^{x}-\cos(kx\pi )\varphi ^{-x}}{\sqrt {5}}}} or
Fib(x)=φxexp(ikxπ)φx5{\displaystyle \operatorname {Fib} (x)={\frac {\varphi ^{x}-\exp(ikx\pi )\varphi ^{-x}}{\sqrt {5}}}}

for any odd integerk is an extension of the Fibonacci number sequence to the entire complex plane, as is anylinear combination of them for which the coefficients sum to 1.

Vector space

[edit]

The termFibonacci sequence is also applied more generally to anyfunctiong{\displaystyle g} from the integers to afield for whichg(n+2)=g(n)+g(n+1){\displaystyle g(n+2)=g(n)+g(n+1)}. These functions are precisely those of the form1{\displaystyle {1}}, so the Fibonacci sequences form avector space with the functionsF(n){\displaystyle F(n)} andF(n1){\displaystyle F(n-1)} as abasis.

More generally, the range ofg{\displaystyle g} may be taken to be anyabelian group (regarded as aZ-module). Then the Fibonacci sequences form a 2-dimensionalZ-module in the same way.

Similar integer sequences

[edit]

Fibonacci integer sequences

[edit]

The 2-dimensionalZ{\displaystyle \mathbb {Z} }-module of Fibonacciinteger sequences consists of all integer sequences satisfyingg(n+2)=g(n)+g(n+1){\displaystyle g(n+2)=g(n)+g(n+1)}. Expressed in terms of two initial values we have:

g(n)=F(n)g(1)+F(n1)g(0)=g(1)φn(φ)n5+g(0)φn1(φ)1n5,{\displaystyle g(n)=F(n)g(1)+F(n-1)g(0)=g(1){\frac {\varphi ^{n}-(-\varphi )^{-n}}{\sqrt {5}}}+g(0){\frac {\varphi ^{n-1}-(-\varphi )^{1-n}}{\sqrt {5}}},}

whereφ{\displaystyle \varphi } is the golden ratio.

The ratio between two consecutive elementsconverges to the golden ratio, except in the case of the sequence which is constantly zero and the sequences where the ratio of the two first terms is(φ)1{\displaystyle (-\varphi )^{-1}}.

The sequence can be written in the form

aφn+b(φ)n,{\displaystyle a\varphi ^{n}+b(-\varphi )^{-n},}

in whicha=0{\displaystyle a=0} if and only ifb=0{\displaystyle b=0}. In this form the simplest non-trivial example hasa=b=1{\displaystyle a=b=1}, which is the sequence ofLucas numbers:

Ln=φn+(φ)n{\displaystyle L_{n}=\varphi ^{n}+(-\varphi )^{-n}}.

We haveL1=1{\displaystyle L_{1}=1} andL2=3{\displaystyle L_{2}=3}. The properties include:

φn=(1+52)n=L(n)+F(n)52,L(n)=F(n1)+F(n+1).{\displaystyle {\begin{aligned}\varphi ^{n}&=\left({\frac {1+{\sqrt {5}}}{2}}\right)^{\!n}={\frac {L(n)+F(n){\sqrt {5}}}{2}},\\L(n)&=F(n-1)+F(n+1).\end{aligned}}}

Every nontrivial Fibonacci integer sequence appears (possibly after a shift by a finite number of positions) as one of the rows of theWythoff array. The Fibonacci sequence itself is the first row, and a shift of the Lucas sequence is the second row.[4]

See alsoFibonacci integer sequences modulon.

Lucas sequences

[edit]

A different generalization of the Fibonacci sequence is theLucas sequences of the kind defined as follows:

U(0)=0U(1)=1U(n+2)=PU(n+1)QU(n),{\displaystyle {\begin{aligned}U(0)&=0\\U(1)&=1\\U(n+2)&=PU(n+1)-QU(n),\end{aligned}}}

where the normal Fibonacci sequence is the special case ofP=1{\displaystyle P=1} andQ=1{\displaystyle Q=-1}. Another kind of Lucas sequence begins withV(0)=2{\displaystyle V(0)=2},V(1)=P{\displaystyle V(1)=P}. Such sequences have applications innumber theory andprimality proving.

WhenQ=1{\displaystyle Q=-1}, this sequence is calledP-Fibonacci sequence, for example,Pell sequence is also called2-Fibonacci sequence.

The3-Fibonacci sequence is

0, 1, 3, 10, 33, 109, 360, 1189, 3927, 12970, 42837, 141481, 467280, 1543321, 5097243, 16835050, 55602393, 183642229, 606529080, ... (sequenceA006190 in theOEIS)

The4-Fibonacci sequence is

0, 1, 4, 17, 72, 305, 1292, 5473, 23184, 98209, 416020, 1762289, 7465176, 31622993, 133957148, 567451585, 2403763488, ... (sequenceA001076 in theOEIS)

The5-Fibonacci sequence is

0, 1, 5, 26, 135, 701, 3640, 18901, 98145, 509626, 2646275, 13741001, 71351280, 370497401, 1923838285, 9989688826, ... (sequenceA052918 in theOEIS)

The6-Fibonacci sequence is

0, 1, 6, 37, 228, 1405, 8658, 53353, 328776, 2026009, 12484830, 76934989, 474094764, 2921503573, 18003116202, ... (sequenceA005668 in theOEIS)

Then-Fibonacci constant is the ratio toward which adjacentn{\displaystyle n}-Fibonacci numbers tend; it is also called thenthmetallic mean, and it is the only positiveroot ofx2nx1=0{\displaystyle x^{2}-nx-1=0}. For example, the case ofn=1{\displaystyle n=1} is1+52{\displaystyle {\frac {1+{\sqrt {5}}}{2}}}, or thegolden ratio, and the case ofn=2{\displaystyle n=2} is1+2{\displaystyle 1+{\sqrt {2}}}, or thesilver ratio. Generally, the case ofn{\displaystyle n} isn+n2+42{\displaystyle {\frac {n+{\sqrt {n^{2}+4}}}{2}}}.[citation needed]

Generally,U(n){\displaystyle U(n)} can be called(P,−Q)-Fibonacci sequence, andV(n) can be called(P,−Q)-Lucas sequence.

The(1,2)-Fibonacci sequence is

0, 1, 1, 3, 5, 11, 21, 43, 85, 171, 341, 683, 1365, 2731, 5461, 10923, 21845, 43691, 87381, 174763, 349525, 699051, 1398101, 2796203, 5592405, 11184811, 22369621, 44739243, 89478485, ... (sequenceA001045 in theOEIS)

The(1,3)-Fibonacci sequence is

1, 1, 4, 7, 19, 40, 97, 217, 508, 1159, 2683, 6160, 14209, 32689, 75316, 173383, 399331, 919480, 2117473, 4875913, 11228332, 25856071, 59541067, ... (sequenceA006130 in theOEIS)

The(2,2)-Fibonacci sequence is

0, 1, 2, 6, 16, 44, 120, 328, 896, 2448, 6688, 18272, 49920, 136384, 372608, 1017984, 2781184, 7598336, 20759040, 56714752, ... (sequenceA002605 in theOEIS)

The(3,3)-Fibonacci sequence is

0, 1, 3, 12, 45, 171, 648, 2457, 9315, 35316, 133893, 507627, 1924560, 7296561, 27663363, 104879772, 397629405, 1507527531, 5715470808, ... (sequenceA030195 in theOEIS)

Fibonacci numbers of higher order

[edit]

AFibonacci sequence of ordern is an integer sequence in which each sequence element is the sum of the previousn{\displaystyle n} elements (with the exception of the firstn{\displaystyle n} elements in the sequence). The usual Fibonacci numbers are a Fibonacci sequence of order 2. The casesn=3{\displaystyle n=3} andn=4{\displaystyle n=4} have been thoroughly investigated. The number ofcompositions of nonnegative integers into parts that are at mostn{\displaystyle n} is a Fibonacci sequence of ordern{\displaystyle n}. The sequence of the number of strings of 0s and 1s of lengthm{\displaystyle m} that contain at mostn{\displaystyle n} consecutive 0s is also a Fibonacci sequence of ordern{\displaystyle n}.

These sequences, their limiting ratios, and the limit of these limiting ratios, were investigated byMark Barr in 1913.[5]

Tribonacci numbers

[edit]

Thetribonacci numbers are like the Fibonacci numbers, but instead of starting with two predetermined terms, the sequence starts with three predetermined terms and each term afterwards is the sum of the preceding three terms. The first few tribonacci numbers are:

0,0,1,1,2,4,7,13,24,44,81,149, 274, 504, 927, 1705, 3136, 5768, 10609, 19513, 35890, 66012, … (sequenceA000073 in theOEIS)

The sequence was first described formally by Agronomof[6] in 1914,[7] but its first unintentional use is in theOrigin of Species byCharles R. Darwin. In the example of illustrating the growth of elephant population, he relied on the calculations made by his son,George H. Darwin.[8] The termtribonacci was suggested by Feinberg in 1963.[9]

Thetribonacci constant

1+19+3333+1933333=1+4cosh(13cosh1(2+38))3{\displaystyle {\frac {1+{\sqrt[{3}]{19+3{\sqrt {33}}}}+{\sqrt[{3}]{19-3{\sqrt {33}}}}}{3}}={\frac {1+4\cosh \left({\frac {1}{3}}\cosh ^{-1}\left(2+{\frac {3}{8}}\right)\right)}{3}}}

is the ratio toward which adjacent tribonacci numbers tend. It is the unique real root of the polynomialx3x2x1=0{\displaystyle x^{3}-x^{2}-x-1=0}, approximately1.839286755214161... (sequenceA058265 in theOEIS), and also satisfies the equationx+x3=2{\displaystyle x+x^{-3}=2}. It is important in the study of thesnub cube.

A geometric construction of the Tribonacci constant (AC), with compass and marked ruler, according to the method described by Xerardo Neira.

Thereciprocal of the tribonacci constant, expressed by the relationξ3+ξ2+ξ=1{\displaystyle \xi ^{3}+\xi ^{2}+\xi =1}, can be written as:

ξ=17+333317+333313=31+19+3333+193333,{\displaystyle \xi ={\frac {{\sqrt[{3}]{17+3{\sqrt {33}}}}-{\sqrt[{3}]{-17+3{\sqrt {33}}}}-1}{3}}={\frac {3}{1+{\sqrt[{3}]{19+3{\sqrt {33}}}}+{\sqrt[{3}]{19-3{\sqrt {33}}}}}},} approximately0.543689012692076... (sequenceA192918 in theOEIS)

The tribonacci numbers are also given by[10]

T(n)=3b(13(a++a+1))nb22b+4{\displaystyle T(n)=\left\lfloor 3b\,{\frac {\left({\frac {1}{3}}\left(a_{+}+a_{-}+1\right)\right)^{n}}{b^{2}-2b+4}}\right\rceil }

where{\displaystyle \lfloor \cdot \rceil } denotes thenearest integer function and

a±=19±3333,b=586+102333.{\displaystyle {\begin{aligned}a_{\pm }&={\sqrt[{3}]{19\pm 3{\sqrt {33}}}}\,,\\b&={\sqrt[{3}]{586+102{\sqrt {33}}}}\,.\end{aligned}}}

Tetranacci numbers

[edit]

Thetetranacci numbers start with four predetermined terms, each term afterwards being the sum of the preceding four terms. The first few tetranacci numbers are:

0, 0, 0, 1, 1, 2, 4, 8,15,29,56,108,208, 401, 773, 1490, 2872, 5536, 10671, 20569, 39648, 76424, 147312, 283953, 547337, … (sequenceA000078 in theOEIS)

Thetetranacci constant is the ratio toward which adjacent tetranacci numbers tend. It is the unique positive real root of the polynomialx4x3x2x1=0{\displaystyle x^{4}-x^{3}-x^{2}-x-1=0}, approximately1.927561975482925... (sequenceA086088 in theOEIS), and also satisfies the equationx+x4=2{\displaystyle x+x^{-4}=2}.

The tetranacci constant can be expressed in terms ofradicals by the following expression:[11]

x=14(1+u+11u+26u){\displaystyle x={\frac {1}{4}}\!\left(1+{\sqrt {u}}+{\sqrt {11-u+{\frac {26}{\sqrt {u}}}}}\,\right)}

where,

u=13(1156265+316893+222365+316893){\displaystyle u={\frac {1}{3}}\left(11-56{\sqrt[{3}]{\frac {2}{-65+3{\sqrt {1689}}}}}+2\cdot 2^{\frac {2}{3}}{\sqrt[{3}]{-65+3{\sqrt {1689}}}}\right)}

andu{\displaystyle u} is the real root of the cubic equationu311u2+115u169{\displaystyle u^{3}-11u^{2}+115u-169}.

Higher orders

[edit]

Pentanacci, hexanacci, heptanacci, octanacci and enneanacci numbers have been computed.

Pentanacci numbers:

0, 0, 0, 0, 1, 1, 2, 4, 8, 16, 31, 61, 120, 236, 464, 912, 1793, 3525, 6930, 13624, … (sequenceA001591 in theOEIS)

Thepentanacci constant is the ratio toward which adjacent pentanacci numbers tend. It is the unique real root of the polynomialx5x4x3x2x1=0{\displaystyle x^{5}-x^{4}-x^{3}-x^{2}-x-1=0}, approximately1.965948236645485... (sequenceA103814 in theOEIS), and also satisfies the equationx+x5=2{\displaystyle x+x^{-5}=2}.

Hexanacci numbers:

0, 0, 0, 0, 0, 1, 1, 2, 4, 8, 16, 32, 63, 125, 248, 492, 976, 1936, 3840, 7617, 15109, … (sequenceA001592 in theOEIS)

Thehexanacci constant is the ratio toward which adjacent hexanacci numbers tend. It is the unique positive real root of the polynomialx6x5x4x3x2x1=0{\displaystyle x^{6}-x^{5}-x^{4}-x^{3}-x^{2}-x-1=0}, approximately1.983582843424326... (sequence A118427 in theOEIS), and also satisfies the equationx+x6=2{\displaystyle x+x^{-6}=2}.

Heptanacci numbers:

0, 0, 0, 0, 0, 0, 1, 1, 2, 4, 8, 16, 32, 64, 127, 253, 504, 1004, 2000, 3984, 7936, 15808, … (sequenceA122189 in theOEIS)

Theheptanacci constant is the ratio toward which adjacent heptanacci numbers tend. It is the unique real root of the polynomialx7x6x5x4x3x2x1=0{\displaystyle x^{7}-x^{6}-x^{5}-x^{4}-x^{3}-x^{2}-x-1=0}, approximately1.991964196605035... (sequenceA118428 in theOEIS), and also satisfies the equationx+x7=2{\displaystyle x+x^{-7}=2}.

Octanacci numbers:

0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 4, 8, 16, 32, 64, 128, 255, 509, 1016, 2028, 4048, 8080, 16128, ... (sequenceA079262 in theOEIS)

Enneanacci numbers:

0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 4, 8, 16, 32, 64, 128, 256, 511, 1021, 2040, 4076, 8144, 16272, ... (sequenceA104144 in theOEIS)

An "infinacci" sequence, if one could be described, would, after an infinite number of zeroes, yield the sequence

[..., 0, 0, 1,] 1, 2, 4, 8, 16, 32, …

which are simply thepowers of two.

The limit of the ratio of successive terms of ann{\displaystyle n}-nacci series tends to a root of the equationx+xn=2{\displaystyle x+x^{-n}=2} (OEISA103814,OEISA118427,OEISA118428).

The limit of the ratio for anyn2{\displaystyle n\geq 2} is the unique positive root of the characteristic equation[11]

xni=0n1xi=0{\displaystyle x^{n}-\sum _{i=0}^{n-1}x^{i}=0}.

The special casen=2{\displaystyle n=2} is the traditional Fibonacci series yielding the golden sectionφ=1+1φ{\displaystyle \varphi =1+{\frac {1}{\varphi }}}.

The above formulas for the ratio hold even forn{\displaystyle n}-nacci series generated from arbitrary starting numbers. The ratio approaches 2 in the limit thatn{\displaystyle n} increases to infinity.

The rootx{\displaystyle x} is in theinterval2(12n)<x<2{\displaystyle 2(1-2^{-n})<x<2}. The negative root of the characteristic equation is in the interval (−1, 0) whenn{\displaystyle n} is even. This root and each complex root of the characteristic equation hasmodulus3n<{\displaystyle 3^{-n}<}.[11]

A series for the positive rootx{\displaystyle x} for anyn>0{\displaystyle n>0} is[11]

22i>01i((n+1)i2i1)12(n+1)i{\displaystyle 2-2\sum _{i>0}{\frac {1}{i}}{\binom {(n+1)i-2}{i-1}}{\frac {1}{2^{(n+1)i}}}}.

There is no solution of the characteristic equation in terms of radicals when5 ≤n ≤ 11.[11]

Thekth element of then-nacci sequence is given by

Fk(n)=xk1(x1)(n+1)x2n,{\displaystyle F_{k}^{(n)}=\left\lfloor {\frac {x^{k-1}(x-1)}{(n+1)x-2n}}\right\rceil \!,}

where{\displaystyle \lfloor \cdot \rceil } denotes the nearest integer function andx{\displaystyle x} is then{\displaystyle n}-nacci constant, which is the root ofx+xn=2{\displaystyle x+x^{-n}=2} nearest to 2.

Acoin-tossing problem is related to then{\displaystyle n}-nacci sequence. The probability that non{\displaystyle n} consecutive tails will occur inm{\displaystyle m} tosses of an idealized coin is12mFm+2(n){\displaystyle {\frac {1}{2^{m}}}F_{m+2}^{(n)}}.[12]

Fibonacci word

[edit]
Main article:Fibonacci word

In analogy to its numerical counterpart, theFibonacci word is defined by:

Fn:=F(n):={bn=0;an=1;F(n1)+F(n2)n>1.{\displaystyle F_{n}:=F(n):={\begin{cases}{\text{b}}&n=0;\\{\text{a}}&n=1;\\F(n-1)+F(n-2)&n>1.\\\end{cases}}}

where+{\displaystyle +} denotes theconcatenation of two strings. The sequence of Fibonacci strings starts:

b, a, ab, aba, abaab, abaababa, abaababaabaab, … (sequenceA106750 in theOEIS)

The length of each Fibonacci string is a Fibonacci number, and similarly there exists a corresponding Fibonacci string for each Fibonacci number.

Fibonacci strings appear as inputs for theworst case in some computeralgorithms.

If "a" and "b" represent two different materials or atomic bond lengths, the structure corresponding to a Fibonacci string is aFibonacci quasicrystal, an aperiodicquasicrystal structure with unusualspectral properties.

Convolved Fibonacci sequences

[edit]

Aconvolved Fibonacci sequence is obtained applying aconvolution operation to the Fibonacci sequence one or more times. Specifically, define[13]

Fn(0)=Fn{\displaystyle F_{n}^{(0)}=F_{n}}

and

Fn(r+1)=i=0nFiFni(r){\displaystyle F_{n}^{(r+1)}=\sum _{i=0}^{n}F_{i}F_{n-i}^{(r)}}

The first few sequences are

r=1{\displaystyle r=1}: 0, 0, 1, 2, 5, 10, 20, 38, 71, … (sequenceA001629 in theOEIS).
r=2{\displaystyle r=2}: 0, 0, 0, 1, 3, 9, 22, 51, 111, … (sequenceA001628 in theOEIS).
r=3{\displaystyle r=3}: 0, 0, 0, 0, 1, 4, 14, 40, 105, … (sequenceA001872 in theOEIS).

The sequences can be calculated using the recurrence

Fn+1(r+1)=Fn(r+1)+Fn1(r+1)+Fn(r){\displaystyle F_{n+1}^{(r+1)}=F_{n}^{(r+1)}+F_{n-1}^{(r+1)}+F_{n}^{(r)}}

Thegenerating function of ther{\displaystyle r}th convolution is

s(r)(x)=k=0Fn(r)xn=(x1xx2)r{\displaystyle s^{(r)}(x)=\sum _{k=0}^{\infty }F_{n}^{(r)}x^{n}=\left({\frac {x}{1-x-x^{2}}}\right)^{r}}.

The sequences are related to the sequence ofFibonacci polynomials by the relation

Fn(r)=r!Fn(r)(1){\displaystyle F_{n}^{(r)}=r!F_{n}^{(r)}(1)}

whereFn(r)(x){\displaystyle F_{n}^{(r)}(x)} is ther{\displaystyle r}thderivative ofFn(x){\displaystyle F_{n}(x)}. Equivalently,Fn(r){\displaystyle F_{n}^{(r)}} is thecoefficient of(x1)r{\displaystyle (x-1)^{r}} whenFx(x){\displaystyle F_{x}(x)} is expanded in powers of(x1){\displaystyle (x-1)}.

The first convolution,Fn(1){\displaystyle F_{n}^{(1)}} can be written in terms of the Fibonacci and Lucas numbers as

Fn(1)=nLnFn5{\displaystyle F_{n}^{(1)}={\frac {nL_{n}-F_{n}}{5}}}

and follows the recurrence

Fn+1(1)=2Fn(1)+Fn1(1)2Fn2(1)Fn3(1){\displaystyle F_{n+1}^{(1)}=2F_{n}^{(1)}+F_{n-1}^{(1)}-2F_{n-2}^{(1)}-F_{n-3}^{(1)}}.

Similar expressions can be found forr>1{\displaystyle r>1} with increasing complexity asr{\displaystyle r} increases. The numbersFn(1){\displaystyle F_{n}^{(1)}} are the row sums ofHosoya's triangle.

As with Fibonacci numbers, there are several combinatorial interpretations of these sequences. For exampleFn(1){\displaystyle F_{n}^{(1)}} is the number of waysn2{\displaystyle n-2} can be written as an ordered sum involving only 0, 1, and 2 with 0 used exactly once. In particularF4(1)=5{\displaystyle F_{4}^{(1)}=5} and 2 can be written0 + 1 + 1,0 + 2,1 + 0 + 1,1 + 1 + 0,2 + 0.[14]

Other generalizations

[edit]

TheFibonacci polynomials are another generalization of Fibonacci numbers.

ThePadovan sequence is generated by the recurrenceP(n)=P(n2)+P(n3){\displaystyle P(n)=P(n-2)+P(n-3)}.

TheNarayana's cows sequence is generated by the recurrenceN(k)=N(k1)+N(k3){\displaystyle N(k)=N(k-1)+N(k-3)}.

Arandom Fibonacci sequence can be defined by tossing a coin for each positionn{\displaystyle n} of the sequence and takingF(n)=F(n1)+F(n2){\displaystyle F(n)=F(n-1)+F(n-2)} if it lands heads andF(n)=F(n1)F(n2){\displaystyle F(n)=F(n-1)-F(n-2)} if it lands tails. Work by Furstenberg and Kesten guarantees that this sequencealmost surelygrows exponentially at a constant rate: the constant is independent of the coin tosses and was computed in 1999 byDivakar Viswanath. It is now known asViswanath's constant.

Arepfigit, orKeith number, is an integer such that, when its digits start a Fibonacci sequence with that number of digits, the original number is eventually reached. An example is 47, because the Fibonacci sequence starting with 4 and 7(4, 7, 11, 18, 29, 47) reaches 47. A repfigit can be a tribonacci sequence if there are 3 digits in the number, a tetranacci number if the number has four digits, etc. The first few repfigits are:

14, 19, 28, 47, 61, 75, 197, 742, 1104, 1537, 2208, 2580, 3684, 4788, 7385, 7647, 7909, … (sequenceA007629 in theOEIS)

Since the set of sequences satisfying the relationS(n)=S(n1)+S(n2){\displaystyle S(n)=S(n-1)+S(n-2)} is closed under termwise addition and under termwise multiplication by a constant, it can be viewed as avector space. Any such sequence is uniquely determined by a choice of two elements, so the vector space is two-dimensional. If we abbreviate such a sequence as(S(0),S(1)){\displaystyle (S(0),S(1))}, the Fibonacci sequenceF(n)=(0,1){\displaystyle F(n)=(0,1)} and the shifted Fibonacci sequenceF(n1)=(1,0){\displaystyle F(n-1)=(1,0)} are seen to form a canonical basis for this space, yielding the identity:

S(n)=S(0)F(n1)+S(1)F(n){\displaystyle S(n)=S(0)F(n-1)+S(1)F(n)}

for all such sequencesS. For example, ifS is the Lucas sequence2, 1, 3, 4, 7, 11, ..., then we obtain

L(n)=2F(n1)+F(n){\displaystyle L(n)=2F(n-1)+F(n)}.

N-generated Fibonacci sequence

[edit]

We can define theN-generated Fibonacci sequence (whereN is a positiverational number): if

N=2a13a25a37a411a513a6prar,{\displaystyle N=2^{a_{1}}\cdot 3^{a_{2}}\cdot 5^{a_{3}}\cdot 7^{a_{4}}\cdot 11^{a_{5}}\cdot 13^{a_{6}}\cdot \ldots \cdot p_{r}^{a_{r}},}

wherepr is therth prime, then we define

FN(n)=a1FN(n1)+a2FN(n2)+a3FN(n3)+a4FN(n4)+a5FN(n5)+{\displaystyle F_{N}(n)=a_{1}F_{N}(n-1)+a_{2}F_{N}(n-2)+a_{3}F_{N}(n-3)+a_{4}F_{N}(n-4)+a_{5}F_{N}(n-5)+\ldots }

Ifn=r1{\displaystyle n=r-1}, thenFN(n)=1{\displaystyle F_{N}(n)=1}, and ifn<r1{\displaystyle n<r-1}, thenFN(n)=0{\displaystyle F_{N}(n)=0}.[citation needed]

SequenceNOEIS sequence
Fibonacci sequence6A000045
Pell sequence12A000129
Jacobsthal sequence18A001045
Narayana's cows sequence10A000930
Padovan sequence15A000931
Third-order Pell sequence20A008998
Tribonacci sequence30A000073
Tetranacci sequence210A000288

Semi-Fibonacci sequence

[edit]

Thesemi-Fibonacci sequence (sequenceA030067 in theOEIS) is defined via the same recursion for odd-indexed termsa(2n+1)=a(2n)+a(2n1){\displaystyle a(2n+1)=a(2n)+a(2n-1)} anda(1)=1{\displaystyle a(1)=1}, but for even indicesa(2n)=a(n){\displaystyle a(2n)=a(n)},n1{\displaystyle n\geq 1}. The bisectionA030068 of odd-indexed termss(n)=a(2n1){\displaystyle s(n)=a(2n-1)} therefore verifiess(n+1)=s(n)+a(n){\displaystyle s(n+1)=s(n)+a(n)} and isstrictly increasing. It yields the set of thesemi-Fibonacci numbers

1, 2, 3, 5, 6, 9, 11, 16, 17, 23, 26, 35, 37, 48, 53, 69, 70, 87, 93, 116, 119, 145, 154, ... (sequenceA030068 in theOEIS)

which occur ass(n)=a(2k(2n1)),k=0,1,{\displaystyle s(n)=a(2^{k}(2n-1)),k=0,1,\ldots }.

References

[edit]
  1. ^Triana, Juan.Negafibonacci numbers via matrices. Bulletin of TICMI, 2019, pp. 19–24.
  2. ^"What is a Fibonacci Number? -- from Harry J. Smith". 2009-10-27. Archived fromthe original on 27 October 2009. Retrieved2022-04-12.
  3. ^Pravin Chandra andEric W. Weisstein."Fibonacci Number".MathWorld.
  4. ^Morrison, D. R. (1980), "A Stolarsky array of Wythoff pairs",A Collection of Manuscripts Related to the Fibonacci Sequence(PDF), Santa Clara, CA: The Fibonacci Association, pp. 134–136, archived fromthe original(PDF) on 2016-03-04, retrieved2012-07-15.
  5. ^Gardner, Martin (1961).The Scientific American Book of Mathematical Puzzles and Diversions, Vol. II. Simon and Schuster. p. 101.
  6. ^Tuenter, Hans J. H. (October 2023). "In Search of Comrade Agronomof: Some Tribonacci History".The American Mathematical Monthly.130 (8):708–719.doi:10.1080/00029890.2023.2231796.MR 4645497.Zbl 1527.01024.
  7. ^Agronomof, M. (1914). "Sur une suite récurrente".Mathesis.4:125–126.
  8. ^Podani, János; Kun, Ádám; Szilágyi, András (2018)."How Fast Does Darwin's Elephant Population Grow?"(PDF).Journal of the History of Biology.51 (2):259–281.doi:10.1007/s10739-017-9488-5.PMID 28726021.S2CID 3988121.
  9. ^Feinberg, M. (1963). "Fibonacci-Tribonacci".Fibonacci Quarterly.1:71–74.
  10. ^Simon Plouffe, 1993
  11. ^abcdeWolfram, D.A. (1998)."Solving Generalized Fibonacci Recurrences"(PDF).Fib. Quart.
  12. ^Eric W. Weisstein."Coin Tossing".MathWorld.
  13. ^V. E. Hoggatt, Jr. and M. Bicknell-Johnson,"Fibonacci Convolution Sequences",Fib. Quart., 15 (1977), pp. 117-122.
  14. ^Sloane, N. J. A. (ed.)."Sequence A001629".TheOn-Line Encyclopedia of Integer Sequences. OEIS Foundation.

External links

[edit]
Books
Theories
Related
Retrieved from "https://en.wikipedia.org/w/index.php?title=Generalizations_of_Fibonacci_numbers&oldid=1324301734#Tetranacci_numbers"
Category:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp