Questions tagged [lucas-numbers]

Questions on the Lucas numbers, a special sequence of integers that satisfy the recurrence $L_n=L_{n-1}+L_{n-2}$ with the initial conditions $L_0=2$ and $L_1=1$.

The $n$th Lucas number $L_n$ is defined recursively, by

$$L_n = L_{n - 1} + L_{n - 2}$$

for $n > 1$, and $L_0 = 2,\; L_1 = 1$. There is a closed form expression, namely

$$ L_{n}=\varphi ^{n}+(1-\varphi )^{n}=\varphi ^{n}+(-\varphi )^{-n}=\left({1+{\sqrt {5}} \over 2}\right)^{n}+\left({1-{\sqrt {5}} \over 2}\right)^{n},$$

where the golden ratio $\varphi$ is equal to $\dfrac{1 + \sqrt{5}}{2}$.

The sequence of Lucas numbers is: $2,1,3,4,7,11,18,29,47,76,123,\dots$ (sequence A000032 in the OEIS).

Reference: Lucas number.

109 questions
4
votes
3 answers

Lucas Numbers and Matrices

Is there a $2 \times 2$ matrix that can be raised to any power to obtain the Lucas Numbers? If so, what is that matrix? I've looked around on this website and other sites and am not able to find the solution.
1
vote
0 answers

Does not exist a natural number $ n \geq 2 $ such that $ | \tau ( n ) | \neq 1 $

We are define the Ramanujan $\tau$-function as $\tau(n):=$ is the Fourier coefficients of $\displaystyle{\Delta ( z ) = q \prod\limits_{n=1}^{\infty} ( 1 - q^{n} )^{24}}$. \begin{equation*} \Delta ( z ) = q \prod\limits_{n=1}^{\infty} ( 1 - q^{n}…
TrItOs
  • 101
1
vote
0 answers

Perfect Squares on Lucas Sequences

Let the $f(x) = x^2 -ax+b$ has a positive discriminant $D=a^2-4b$ and $k,l$ be its roots. Then $U_n = \frac{k^n-l^n}{k-l}$ and $V_n=k^n+l^n$. I would like to prove these 4 properties If $U_n$ is a perfect square then $n=1,2,3,6$ or $12$ If $V_n$ is…
0
votes
1 answer

Lucas Number Questions!

Problem: Find $(a,b)$ such that $$L_n = a\phi^n + b\widehat{\phi}^n.$$ Where $n$ is the $n^{th}$ lucas number. How would I start this? Would I just start by plugging in $a=b=1$ and then trying to solve?
JenkinsMa
  • 415