I can prove it for base case $n=1$. I have assumed it true for $n=k$ But I cant prove it for $n=k+1$.
2026-03-31 17:48:59.1774979339
Deduce that the next integer greater than $(3+\sqrt{5})^n$ is divisible by $2^n$
187 Views Asked by user659479 https://math.techqa.club/user/user659479/detail At
3
This integer is clearly $a_n:=(3+\sqrt{5})^n+(3-\sqrt{5})^n$. This sequence satisfies the recurrence relation $a_{n+2}=6a_{n+1}-4a_n$, from which we can prove $2^n|a_n$ by induction (the base case will use two consecutive cases of $n$). Indeed $2|a_1=6,\,4|a_2=28$, and $k_n:=2^{-n} a_n\implies k_{n+2}=3k_{n+1}-k_n$, giving what is clearly a sequence of integers.