The discussion revolves around a recurrent sequence defined by a specific recurrence relation and whether the product of two consecutive terms in the sequence is divisible by a preceding term. Participants explore the conditions under which the expression \((a_{k+1}*a_{k+2}) \mod a_{k} = 0\) holds for integer \(k \geq 2\).
One participant poses the initial question regarding the divisibility condition for the recurrent sequence defined by \(a_{n}=3a_{n-1}+5a_{n-2}\).
Another participant challenges the clarity of the original question, suggesting that the intended inquiry might be whether \(a_{n} | a_{n+1} * a_{n+2}\) for some integer \(n\).
A participant confirms the goal is to find a specific integer \(k\) where the modulo condition holds true.
Further analysis by another participant indicates that if certain terms in the sequence are even, then specific congruences must be avoided for \(k\) to satisfy the divisibility condition.
This participant presents a detailed examination of the sequence's terms and their properties, noting that certain modular conditions must be met or avoided based on the sequence's structure.
They also provide a table of terms and their prime factors, suggesting that various conditions related to divisibility must be considered when identifying valid candidates for \(k\).
Areas of Agreement / Disagreement
Participants express differing interpretations of the original question and the conditions under which the divisibility holds. There is no consensus on a definitive answer or method to find \(k\), and multiple viewpoints on the properties of the sequence are presented.
Contextual Notes
The discussion includes assumptions about the properties of the sequence and the implications of evenness and prime factors, which are not fully resolved. The mathematical steps and reasoning are complex and may depend on specific interpretations of the sequence's terms.
#1
terafull
3
0
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]?
Last edited:
#3
terafull
3
0
Yes. I must find some integer n (exactly k), where this modulo statement is true.
Thanks for reply :)
#4
dodo
695
2
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.