Skip to main content

Questions tagged [fibonacci-numbers]

Filter by
Sorted by
Tagged with
18 votes
2 answers
2k views

In August 2025, SciAm ran a piece about an arXiv preprint, last revised May 2025, that proves the following: Select $n$ stick lengths independently and uniformly at random from the interval $[0, 1]$. ...
Benjamin Dickman's user avatar
0 votes
1 answer
327 views

Let $F_n$ denote the $n$th Fibonacci number and $a$ and $b$ nonzero coprime integers. Is it true that the DE $x^3 = aF_{n}+b$ has finitely many solutions?
Benjamin L. Warren's user avatar
2 votes
0 answers
151 views

The first terms of A061446 are $(p(n))_{n\geq 1} =(1,1,2,3,5,4,13,7,17,11,89,6,233,29,\dots)$. I know that $p(n)=\phi(n,5)$ for $n\geq 2$, where $\phi(n,x)$ denotes the Minimal Polynomials of $(2sin(\...
Johann Cigler's user avatar
3 votes
1 answer
247 views

Let $\binom{n}{k}_F$ be the fibonomial coefficient and $p$ a prime $\equiv 3, 7 \pmod{20}$ (OEIS A053027). Is it true that: $$\nu_p\Bigg(\sum_{k=0}^{(p+1)n+1} \binom{(p+1)n+1}{k}_F\Bigg) = \nu_p((2pn)!...
Fabius Wiesner's user avatar
0 votes
1 answer
160 views

Let $X_{n+1} = U_n X_n + V_n X_{n-1}$ where $X_0 = X_1 =1$ and $(U_n), (V_n)$ are sequences of random variables with $E[U_n] = E[V_n] = 1$, both independent, identically distributed and independent ...
Vincent Granville's user avatar
14 votes
1 answer
1k views

This question is motivated by the "pseudo-prime" question Primality test using the Golden Ratio . Consider the two sequences I. odd composite integers satisfying the two conditions $F_n^2\...
Carlo Beenakker's user avatar
2 votes
0 answers
150 views

Does anyone recognize this recursive polynomial? $$ \rho_{i+1}(z)=\rho_0(z)+\sum_{j=0}^i(j+1) z \rho_{i-j}(z),\qquad \rho_0(z)=1 $$ Chatgpt and copilot are totally stumped. One thing to recognize is ...
Jim Adriazola's user avatar
3 votes
1 answer
291 views

The well-known Fibonacci sequence $(F_n)_{n\ge0}$ and Lucas sequence $(L_n)_{n\ge0}$ are defined by $$F_0=0,\ F_1=1,\ \text{and}\ F_{n+1}=F_n+F_{n-1}\ \text{for}\ n=1,2,3,\ldots,$$ and $$L_0=2,\ L_1=1,...
Zhi-Wei Sun's user avatar
  • 18.1k
18 votes
2 answers
947 views

The golden ratio $\varphi$ is the solution of the golden ratio equation $$\varphi^2 = \varphi + 1.$$ This led me to wonder whether such an equation can have a solution in the realm $\mathbb{N}^\mathbb{...
Dominic van der Zypen's user avatar
0 votes
1 answer
163 views

I'm examining the expression involving the Fibonacci numbers $$-231F_{2n+1}^3+264F_{2n+1}^2F_{2n}+198F_{2n+1}F_{2n}^2-33F_{2n}^3-308F_{2n+1}^2+308F_{2n+1}F_{2n}+308F_{2n}^2+231F_{2n+1}-33F_{2n}+321.$$ ...
Benjamin L. Warren's user avatar
6 votes
1 answer
435 views

$\newcommand{\GCD}{\operatorname{GCD}}$ For $n=0,1,2,\ldots,$ let $F_n=0,1,1,2,3,5,\ldots$ and $L_n=2,1,3,4,7,11,\ldots$ be the Fibonacci and Lucas sequences. I expect the following is well known, but ...
Jason Semeraro's user avatar
2 votes
1 answer
213 views

Let $F_n$ be A000045 (i.e., Fibonacci numbers). Here $$ F_n = F_{n-1} + F_{n-2}, \\ F_0 = 0, F_1 = 1. $$ Let $C_n$ be A000108 (i.e., Catalan numbers). Here $$ C_n = \frac{1}{n+1}\binom{2n}{n}. $$ Let $...
user avatar
0 votes
1 answer
352 views

In the left Figure, consider a right triangle $OPA$ with $\angle {AOP} = 90^\circ$. Let $\ell$ be the reflection of $PO$ in $PA$ and $\ell$ meets $OA$ at $A_1$. Let $O_1$ be the center of the circle $(...
Đào Thanh Oai's user avatar
1 vote
1 answer
115 views

Let F_n be A000045 (i.e., Fibonacci numbers). Here $$ F_n = F_{n-1} + F_{n-2}, \\ F_0 = 0, F_1 = 1 $$ Let $\operatorname{wt}(n)$ be A000120 (i.e., number of ones in the binary expansion of $n$). ...
user avatar
2 votes
2 answers
286 views

Let $F_n$ be A000045 (i.e., Fibonacci numbers). Here $$ F_n = F_{n-1} + F_{n-2}, \\ F_0 = 0, F_1 = 1, \\ F_{-n} = (-1)^{n-1}F_n $$ I conjecture that $$ F_{-n} = \left\lfloor\frac{n+1}{2}\right\rfloor ...
user avatar
16 votes
1 answer
720 views

Helo, Let $F(n)$ be the $n$th Fibonacci number, if $\left\{ x\right\}$ denotes the fractional part of $x$, how proving $$\lim_{n\rightarrow\infty}\frac{1}{2n}\sum_{k=1}^{2n}\left\{ \frac{F(2n)}{F(k)}\...
 Babar's user avatar
  • 713
3 votes
1 answer
271 views

Many years ago, I saw the following Fibonacci identity from somewhere online, without proof: Let usual $F(n)$ be Fibonacci numbers with $F(0) = 0, F(1) = 1$, then we have $$F(n) = \left(p ^ {n + 1} \...
Voile's user avatar
  • 131
2 votes
0 answers
108 views

Let $F(n)$ be A000045 i.e. Fibonacci numbers. Here $$ F(n) = F(n-1) + F(n-2), \\ F(0) = 0, F(1) = 1 $$ Let $a(n)$ be A066258 i.e. $$ a(n) = F(n)^2F(n+1) $$ Let $b(n)$ be A345253 i.e. maximal ...
user avatar
20 votes
2 answers
839 views

Let $F_n$ denote a Fibonacci number ($F_1=F_2=1$, $F_{n+1}=F_n+F_{n-1}$ for $n\geq 2$). Define $$\prod_{k=1}^n (1+x^{F_{k+1}}) = \sum_j f(n,j)x^j. $$ For a positive integer $r$ let $$ v_r(n) = \sum_j ...
Richard Stanley's user avatar
4 votes
0 answers
223 views

Given a subset $\mathcal S\subset \mathbb N\setminus\{0\}$ of (strictly) positive integers, we can consider subsets $A$ of $\mathbb N$ (or $\mathbb Z$) with no differences in $\mathcal S$. Examples: ...
Roland Bacher's user avatar
14 votes
3 answers
1k views

I want to check if $$\left\lfloor \left( \sum_{k=n}^{2n}{\frac{1}{F_{2k}}} \right)^{-1} \right\rfloor =F_{2n-1}~~(n\ge 3) \tag{$*$}$$ where $\lfloor x \rfloor$ is th floor function. The Fibonacci ...
fusheng's user avatar
  • 147
3 votes
1 answer
213 views

Let $\phi$ be the golden ratio and look at real numbers as expansions in digits from base $\phi + 1$. Has this base been considered or studied anywhere? Note that integers in this base are palindromes ...
Maarten Havinga's user avatar
0 votes
1 answer
235 views

Let $F$ be the set of all integers $n>1$ such that in the Fibonacci sequence modulo $n$, the value $0$ occurs infinitely often. What is the value of $\lim\sup_{n\to\infty}\frac{|F\cap\{0,\ldots,n\}|...
Dominic van der Zypen's user avatar
0 votes
1 answer
247 views

The motivation for my current question arises from this MO post by R. Stanley. Caveat. There's a slight alteration. With the convention $F_1=F_2=1$ for the Fibonacci numbers, define the polynomials $...
T. Amdeberhan's user avatar
0 votes
0 answers
112 views

For given positive integers $a$ and $b$, let $(a,b)$ be "special" if $an+b$ is not a Fibonacci number for every positive integer $n$. For instance, $(8,4)$ and $(8,6)$ are special. There are ...
Ilhee Kim's user avatar
  • 248
3 votes
0 answers
518 views

I posted this conjecture on math.stackexchange, but I received no answer proving or disproving it: if $ m > 4 $ is a positive integer not divisible by $ 2 $ or $ 3 $, it's ever possible to find a ...
user967210's user avatar
6 votes
0 answers
159 views

The period of Fibonacci numbers modulo $m$ is called Pisano period and its length is denoted as $\pi(m)$. Define the Pisano partition of $m$ as the set partition of the indices $\{0,1,\dotsc,\pi(m)-1\}...
Max Alekseyev's user avatar
3 votes
0 answers
170 views

It is well-known folklore that every natural integer has a unique Zeckendorf expansion as a sum over a finite set of Fibonacci numbers containing no pair of consecutive Fibonacci numbers. It is easy ...
Roland Bacher's user avatar
1 vote
1 answer
264 views

A Fibonacci-type sequence is a sequence with two seed-values, $F_1$ and $F_2$, and which, for all $n>2$, abides by the recurrence relation $F_n = F_{n-1} + F_{n-2}$. If $F_1 = F_2 = s$, then the $n$...
user1113719's user avatar
16 votes
2 answers
628 views

Let $F_i$ denote the $i$th Fibonacci number (with $F_1=F_2=1$). Define $$ P_n(x) = \prod_{i=1}^n (1+x^{F_{i+1}}). $$ Let $\nu_k(n)$ denote the number of coefficients of the polynomial $P_n(x)$ that ...
Richard Stanley's user avatar
3 votes
1 answer
1k views

I am a third-year computer science student. I am interested, why doesn't the number of ones in the binary representation of Fibonacci numbers grow linearly? I would expect it to grow linearly all the ...
FlatAssembler's user avatar
4 votes
0 answers
182 views

Let $\operatorname{wt}(n)$ be A000120, i.e. the number of $1$'s in binary expansion of $n$ (or the binary weight of $n$). Also let's consider $$\ell(n)=\left\lfloor\log_{2} n\right\rfloor$$ and $$T(n,...
user avatar
0 votes
0 answers
254 views

I'm doing some archeology and trying to understand a claim. As summed up by David Roberts, on the FOM list in 2011: Let the statement "every infinite sequence of rationals in [0,1] has an ...
Corbin's user avatar
  • 446
1 vote
1 answer
387 views

I recently saw a question here on mathoverflow: «For what n and t can a square be partitioned into n similar rectangles in t congruence classes?», where Joseph Gordon gave a proof that, indeed, a ...
Arne Erikson's user avatar
4 votes
1 answer
267 views

Start with this triangle (OEIS A118981). This triangle is simple to generate with the following recurrence relation (though $T(0,0)$ ends up different from the OEIS version): $$ T(0,0) = 2;T(1,0) = 1;...
Mitch's user avatar
  • 194
2 votes
0 answers
399 views

I'm a high school student, and was playing around with pascals triangle. and ended up taking (weird) diagonals. And I saw Fibonacci numbers, from the sum of the diagonals. Pascall's triangle is just ...
Josh's user avatar
  • 21
20 votes
4 answers
2k views

Is there a non-enumerative proof that, in average, less than 50% of tiles in domino tiling of 2-by-n rectangle are vertical? It is a nice exercise with rational generating functions (or equivalently, ...
Sam Hopkins's user avatar
  • 26k
8 votes
1 answer
452 views

I think that I might have spotted I small mistake (a missing $5$-defective Lehmer pair) in the classification of terms of Lehmer sequences without primitive divisors given in: 1 Bilu, Hanrot, and ...
Seee's user avatar
  • 75
3 votes
0 answers
307 views

where $\phi = \frac{1+\sqrt{5}}{2}$ and $k!_F$ is the fibonorial of $k$, or the product of the first $k$ Fibonacci numbers? My hunch is that, this can be represented as a function in terms of the ...
Michael Smith's user avatar
2 votes
1 answer
219 views

Let $k=m+\sum^{m+1}_{j=1} a_j$ such that $a,m,k\in\mathbb{N}$ and $a_1$ or $a_{m+1}\geq 0$ with all other $a\geq1$. Note that we assume natural numbers start from $0$ and we have the restriction that $...
UNOwen's user avatar
  • 79
-1 votes
1 answer
238 views

I discovered the identity below which generalizes Vajda's identity concerning Fibonacci Numbers. The identity states that: if $F_r$ is the rth Fibonacci number, then $$F_{n+i+x-z}F_{n+j+y+z}-F_{n+x+y-...
Shuaib Lateef's user avatar
0 votes
0 answers
130 views

$$ \sum_{n=0}^{k+1}\frac{3F_{n+1}-L_{n+1}}{2n!}\frac{(k+1)!}{(k-n+1)!}x^{k-n+1}=(\varphi+x)^k\left(\frac{\sqrt{5}}{5}-\frac{\sqrt{5}-5}{10}x\right)+(\psi+x)^k\left(\frac{\sqrt{5}+5}{10}x-\frac{\sqrt{5}...
Michael Smith's user avatar
12 votes
2 answers
1k views

Let $(F_k)_{k=0}^\infty$ be the classical Fibonacci sequence, defined by the recursive formula $F_{k+1}=F_k+F_{k-1}$ where $F_0=0$ and $F_1=1$. For every $n\in\mathbb N$ let $\pi(n)$ be the smallest ...
Taras Banakh's user avatar
  • 44.5k
4 votes
1 answer
350 views

Let $n\in\mathbb{N}$ be an integer with $n>1$. For $x_0, x_1 \in \mathbb{Z}/n\mathbb{Z}$ we define the map $\text{fib}_{n, x_0, x_1}: \mathbb{N} \to \mathbb{Z}/n\mathbb{Z}$ by $0 \mapsto x_0, 1 \...
Dominic van der Zypen's user avatar
2 votes
0 answers
140 views

I wonder whether all (composites of) trigonometric and inverse trigonometric functions with periodic functional iterations can be found. In order to specify what I mean by that, let's introduce some ...
Max Lonysa Muller's user avatar
7 votes
1 answer
334 views

This question is related to sequence of numbers $t$ such that $F_{6t}$ is a nontotient where $F_n$ represents the sequence of Fibonacci numbers for $n\geq 0$. The online encyclopedia Wikipedia has the ...
Alkan's user avatar
  • 701
18 votes
1 answer
725 views

In my work I encountered the following FIBMOD PROBLEM: Given $k,m$ in binary, decide if there exists $n$ such that $\, F_n = k \,$ (mod $m$). Here $F_n$ is a Fibonacci number. This is a variation ...
Igor Pak's user avatar
  • 17.4k
47 votes
5 answers
4k views

The Fibonacci recurrence $F_n=F_{n-1}+F_{n-2}$ allows values for all indices $n\in\mathbb{Z}$. There is an almost endless list of properties of these numbers in all sorts of ways. The below question ...
T. Amdeberhan's user avatar
20 votes
3 answers
4k views

Is the sum of the reciprocals of Fibonacci numbers a transcendental?
vamsi krishna's user avatar
9 votes
2 answers
1k views

I need help in proving one elementary result with Fibonacci numbers. Prove that for $n>2$, the product $F_1 \cdot F_2 \cdots F_n$ cannot be a perfect square, where $F_1 = F_2 = 1, F_{n+1}=F_n + F_{...
Bogdan Grechuk's user avatar