[go: up one dir, main page]

0% found this document useful (0 votes)
65 views3 pages

List Graph Refs Listen History Text Internal Format: Offset Comments

This document lists various properties and relationships involving the Fibonacci sequence. The Fibonacci sequence begins with 1, 1, 2, 3, 5, 8, etc where each term is the sum of the previous two terms. Some key facts mentioned are: 1) F(n) counts the number of tilings of a 2xn rectangle using dominoes. 2) The ratios of successive Fibonacci numbers converge to the golden ratio. 3) There are relationships between Fibonacci numbers and continued fractions, the Mandelbrot set, binary sequences, and compositions. 4) Fibonacci numbers count many combinatorial objects like tilings, matchings, and compositions in different ways.

Uploaded by

jai bachani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views3 pages

List Graph Refs Listen History Text Internal Format: Offset Comments

This document lists various properties and relationships involving the Fibonacci sequence. The Fibonacci sequence begins with 1, 1, 2, 3, 5, 8, etc where each term is the sum of the previous two terms. Some key facts mentioned are: 1) F(n) counts the number of tilings of a 2xn rectangle using dominoes. 2) The ratios of successive Fibonacci numbers converge to the golden ratio. 3) There are relationships between Fibonacci numbers and continued fractions, the Mandelbrot set, binary sequences, and compositions. 4) Fibonacci numbers count many combinatorial objects like tilings, matchings, and compositions in different ways.

Uploaded by

jai bachani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765,

10946, 17711, 28657, 46368, 75025, 121393, 196418, 317811, 514229, 832040, 1346269,
2178309, 3524578, 5702887, 9227465, 14930352, 24157817, 39088169, 63245986,
102334155 (list; graph; refs; listen; history; text; internal format)
OFFSET 0,4
COMMENTS Also sometimes called Lamé's sequence.
F(n+2) = number of binary sequences of length n that have no consecutive
0's.
F(n+2) = number of subsets of {1,2,...,n} that contain no consecutive
integers.
F(n+1) = number of tilings of a 2 X n rectangle by 2 X 1 dominoes.
F(n+1) = number of matchings (i.e., Hosoya index) in a path graph on n
vertices: F(5)=5 because the matchings of the path graph on the vertices
A, B, C, D are the empty set, {AB}, {BC}, {CD} and {AB, CD}. - Emeric
Deutsch, Jun 18 2001
F(n) = number of compositions of n+1 with no part equal to 1. [Cayley,
Grimaldi]
Positive terms are the solutions to z = 2*x*y^4 + (x^2)*y^3 - 2*(x^3)*y^2
- y^5 - (x^4)*y + 2*y for x,y >= 0 (Ribenboim, page 193). When x=F(n),
y=F(n + 1) and z > 0 then z=F(n + 1).
For Fibonacci search see Knuth, Vol. 3; Horowitz and Sahni; etc.
F(n) is the diagonal sum of the entries in Pascal's triangle at 45 degrees
slope. - Amarnath Murthy, Dec 29 2001
F(n+1) is the number of perfect matchings in ladder graph L_n = P_2 X P_n.
- Sharon Sela (sharonsela(AT)hotmail.com), May 19 2002
F(n+1) = number of (3412,132)-, (3412,213)- and (3412,321)-avoiding
involutions in S_n.
This is also the Horadam sequence (0,1,1,1). - Ross La Haye, Aug 18 2003
An INVERT transform of A019590. INVERT([1,1,2,3,5,8,...]) gives A000129.
INVERT([1,2,3,5,8,13,21,...]) gives A028859. - Antti Karttunen, Dec 12
2003
Number of meaningful differential operations of the k-th order on the
space R^3. - Branko Malesevic, Mar 02 2004
F(n) = number of compositions of n-1 with no part greater than 2. Example:
F(4) = 3 because we have 3 = 1+1+1 = 1+2 = 2+1.
F(n) = number of compositions of n into odd parts; e.g., F(6) counts
1+1+1+1+1+1, 1+1+1+3, 1+1+3+1, 1+3+1+1, 1+5, 3+1+1+1, 3+3, 5+1. - Clark
Kimberling, Jun 22 2004
F(n) = number of binary words of length n beginning with 0 and having all
runlengths odd; e.g., F(6) counts 010101, 010111, 010001, 011101,
011111, 000101, 000111, 000001. - Clark Kimberling, Jun 22 2004
The number of sequences (s(0),s(1),...,s(n)) such that 0<s(i)<5, |s(i)-
s(i-1)|=1 and s(0)=1 is F(n+1); e.g., F(5+1) = 8 corresponds to 121212,
121232, 121234, 123212, 123232, 123234, 123432, 123434. - Clark
Kimberling, Jun 22 2004 [corrected by Neven Juric, Jan 09 2009]
Likewise F(6+1) = 13 corresponds to these thirteen sequences with seven
numbers: 1212121, 1212123, 1212321, 1212323, 1212343, 1232121, 1232123,
1232321, 1232323, 1232343, 1234321, 1234323, 1234343. - Neven Juric, Jan
09 2008
A relationship between F(n) and the Mandelbrot set is discussed in the
link "Le nombre d'or dans l'ensemble de Mandelbrot" (in French).
- Gerald McGarvey, Sep 19 2004
For n>0, the continued fraction for F(2n-1)*Phi = [F(2n);L(2n-1),L(2n-
1),L(2n-1),...] and the continued fraction for F(2n)*Phi=[F(2n+1)-
1;1,L(2n)-2,1,L(2n)-2,...]. Also true: F(2n)*Phi=[F(2n+1);-L(2n),L(2n),-
L(2n),L(2n),...] where L(i) is the i-th Lucas number (A000204)....
- Clark Kimberling, Nov 28 2004 [corrected by Hieronymus Fischer, Oct 20
2010]
For any nonzero number k, the continued fraction [4,4,...,4,k], which is n
4's and a single k, equals (F(3n) + k*F(3n+3))/(F(3n-3) + k*F(3n)).
- Greg Dresden, Aug 07 2019
F(n+1) (for n >= 1) = number of permutations p of 1,2,3,...,n such that |
k-p(k)| <= 1 for k=1,2,...,n. (For <= 2 and <= 3,
see A002524 and A002526.) - Clark Kimberling, Nov 28 2004
The ratios F(n+1)/F(n) for n > 0 are the convergents to the simple
continued fraction expansion of the golden section. - Jonathan Sondow,
Dec 19 2004
Lengths of successive words (starting with a) under the substitution: {a
-> ab, b -> a}. - Jeroen F.J. Laros, Jan 22 2005
The Fibonacci sequence, like any additive sequence, naturally tends to be
geometric with common ratio not a rational power of 10; consequently,
for a sufficiently large number of terms, Benford's law of first
significant digit (i.e., first digit 1 <= d <= 9 occurring with
probability log_10(d+1) - log_10(d)) holds. - Lekraj Beedassy, Apr 29
2005 (See Brown-Duncan, 1970. - N. J. A. Sloane, Feb 12 2017)
a(n) = Sum_{k=0..n} abs(A108299(n, k)). - Reinhard Zumkeller, Jun 01 2005
a(n) = A001222(A000304(n)).
F(n+2) = Sum_{k=0..n} binomial(floor((n+k)/2),k), row sums of A046854.
- Paul Barry, Mar 11 2003
Number of order ideals of the "zig-zag" poset. See vol. 1, ch. 3, prob. 23
of Stanley. - Mitch Harris, Dec 27 2005
F(n+1)/F(n) is also the Farey fraction sequence (see A097545 for
explanation) for the golden ratio, which is the only number whose Farey
fractions and continued fractions are the same. - Joshua Zucker, May 08
2006
a(n+2) is the number of paths through 2 plates of glass with n reflections
(reflections occurring at plate/plate or plate/air interfaces).
Cf. A006356-A006359. - Mitch Harris, Jul 06 2006
F(n+1) equals the number of downsets (i.e., decreasing subsets) of an n-
element fence, i.e., an ordered set of height 1 on {1,2,...,n} with 1 >
2 < 3 > 4 < ... n and no other comparabilities. Alternatively, F(n+1)
equals the number of subsets A of {1,2,...,n} with the property that, if
an odd k is in A, then the adjacent elements of {1,2,...,n} belong to A,
i.e., both k - 1 and k + 1 are in A (provided they are in {1,2,...,n}).
- Brian Davey, Aug 25 2006
Number of Kekulé structures in polyphenanthrenes. See the paper by
Lukovits and Janezic for details. - Parthasarathy Nambi, Aug 22 2006
Inverse: With phi = (sqrt(5) + 1)/2, round(log_phi(sqrt((sqrt(5) a(n) +
sqrt(5 a(n)^2 - 4))(sqrt(5) a(n) + sqrt(5 a(n)^2 + 4)))/2)) = n for n >=
3, obtained by rounding the arithmetic mean of the inverses given
in A001519 and A001906. - David W. Cantrell (DWCantrell(AT)sigmaxi.net),
Feb 19 2007
A result of Jacobi from 1848 states that every symmetric matrix over a
p.i.d. is congruent to a triple-diagonal matrix. Consider the maximal
number T(n) of summands in the determinant of an n X n triple-diagonal
matrix. This is the same as the number of summands in such a determinant
in which the main-, sub- and super-diagonal elements are all nonzero. By
expanding on the first row we see that the sequence of T(n)'s is the
Fibonacci sequence without the initial stammer on the 1's. - Larry
Gerstein (gerstein(AT)math.ucsb.edu), Mar 30 2007
Suppose psi=log(phi). We get the representation
F(n)=(2/sqrt(5))*sinh(n*psi) if n is even; F(n)=(2/sqrt(5))*cosh(n*psi)
if n is odd. There is a similar representation for Lucas numbers
(A000032). Many Fibonacci formulas now easily follow from appropriate
sinh and cosh formulas. For example: the de Moivre theorem (cosh(x)
+sinh(x))^m = cosh(mx)+sinh(mx) produces L(n)^2 + 5F(n)^2 = 2L(2n) and
L(n)F(n) = F(2n) (setting x=n*psi and m=2). - Hieronymus Fischer, Apr 18
2007
Inverse: floor(log_phi(sqrt(5)*F(n)) + 1/2) = n, for n > 1. Also for n >
0, floor((1/2)*log_phi(5*F(n)*F(n+1))) = n. Extension valid for integer
n, except n=0,-1: floor((1/2)*sign(F(n)*F(n+1))*log_phi|5*F(n)*F(n+1)|)
= n (where sign(x) = sign of x). - Hieronymus Fischer, May 02 2007
F(n+2) = The number of Khalimsky-continuous functions with a two-point
codomain. - Shiva Samieinia (shiva(AT)math.su.se), Oct 04 2007
From Kauffman and Lopes, Proposition 8.2, p. 21: "The sequence of the
determinants of the Fibonacci sequence of rational knots is the
Fibonacci sequence (of numbers)." - Jonathan Vos Post, Oct 26 2007
This is a_1(n) in the Doroslovacki reference.
Let phi = (sqrt(5)+1)/2 = 1.6180339...; then phi^n = (1/phi)*a(n) +
a(n+1). Example: phi^4 = 6.8541019... = (0.6180339...)*3 + 5. Also phi =
1/1 + 1/2 + 1/(2*5) + 1/(5*13) + 1/(13*34) + 1/(34*89) + ... - Gary W.
Adamson, Dec 15 2007
The sequence of first differences, F(n+1)-F(n), is essentially the same
sequence: 1, 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ... - Colm
Mulcahy, Mar 03 2008
a(n) = the number of different ways to run up a staircase with n steps,
taking steps of odd sizes where the order is relevant and there is no
other restriction on the number or the size of each step taken.
- Mohammad K. Azarian, May 21 2008
Equals row sums of triangle A144152. - Gary W. Adamson, Sep 12 2008
Except for the initial term, the numerator of the convergents to the
recursion x = 1/(x+1). - Cino Hilliard, Sep 15 2008
F(n) is the number of possible binary sequences of length n that obey the
sequential construction rule: if last symbol is 0, add the complement
(1); else add 0 or 1. Here 0,1 are metasymbols for any 2-valued symbol
set. This rule has obvious similarities to JFJ Laros's rule, but is
based on addition rather than substitution and creates a tree rather
than a single sequence. - Ross Drewe, Oct 05 2008
F(n) = Product_{k=1..(n-1)/2} (1 + 4*cos^2 k*Pi/n), where terms = roots to
the Fibonacci product polynomials, A152063. - Gary W. Adamson, Nov 22
2008
Fp == 5^((p-1)/2) mod p, p = prime [Schroeder, p. 90]. - Gary W.
Adamson & Alexander R. Povolotsky, Feb 21 2009
(Ln)^2 - 5*(Fn)^2 = 4*(-1)^n. Example: 11^2 - 5*5 = -4. - Gary W. Adamson,
Mar 11 2009
Output of Kasteleyn's formula for the number of perfect matchings of an m
X n grid specializes to the Fibonacci sequence for m=2. - Sarah-Marie
Belcastro (smbelcas(AT)toroidalsnark.net), Jul 04 2009
(F(n),F(n+4)) satisfies the Diophantin

You might also like