For what set of integers $\{i\}$ does modified Binet's formula for Fibonacci sequence (substituting that integer i for 5) equal an integer series?
$$B_{i,n} = \frac{1}{\sqrt i}\left(\left(\frac{1+\sqrt i}{2}\right)^n-\left(\frac{1-\sqrt i}{2}\right)^n\right)$$
So far I see that for $i$ = 1, 5, 9, 13, 17, ... e.g. every 4th integer, the sequence is all integers.
$B_{i,0} = 0$, $B_{i,1} = 1$ and $B_{i, n+1} = B_{i,n} + \frac{i-1}{4}B_{i,n-1}$ for $n \geqslant 1$, with $B_{i,2} =1$ and $B_{i,3} = 1+\frac{i-1}{4}$.
That implies that $B_{i,n}$ is an integer for every $n$ if and only if $i\equiv 1 \pmod{4}$.