We have recurrent sequence of integer number [tex]a_{1},a_{2},...[/tex]
[tex]a1=1, a2=2[/tex]
[tex]a_{n}=3a_{n-1}+5a_{n-2}[/tex] for [tex]n=3,4,5,...[/tex]
Is integer number [tex]k>=2[/tex], that [tex](a_{k+1}*a_{k+2}) mod a_{k} = 0[/tex] ?
We have recurrent sequence of integer number [tex]a_{1},a_{2},...[/tex]
[tex]a1=1, a2=2[/tex]
[tex]a_{n}=3a_{n-1}+5a_{n-2}[/tex] for [tex]n=3,4,5,...[/tex]
Is integer number [tex]k>=2[/tex], that [tex](a_{k+1}*a_{k+2}) mod a_{k} = 0[/tex] ?
Please for quick help :)
You need to clarify your post A(2) = 2. A(3)*A(4) = 11*43 is not divisible by A(2). Do you mean to ask whether for some integer n that [tex]a_{n}|a_{n+1}*a_{n+2}[/tex]?
I was doing some number crunching to reduce the possibilities for k, but I'm still far from an answer.
So far, I get the following:
If b, a, 3a+5b, 14a+15b, ... are contiguous elements of the sequence, then we see that, if [tex]a_n[/tex]=b is even, then [tex]a_{n+3}[/tex]=14a+15b is also even. And since there happens to be an even element among the first 3 (namely, [tex]a_2[/tex]=2, then one every 3 elements from that point on ([tex]a_5, a_8, a_{11}[/tex]...) will be even too.
In short, since [tex]a_2[/tex]=2,
Which means that the desired k cannot be congruent to 2 (mod 3), because [tex]a_k[/tex] would have a factor 2 that [tex](a_{k+1} * a_{k+2})[/tex] doesn't have.
and all these conditions (including the one above about even numbers) must be avoided by your k candidate. However, there are still plenty of valid candidates remaining.