Proving S(m*(2n-1)+n)=0 mod S(n)

  • Context: Graduate 
  • Thread starter Thread starter ramsey2879
  • Start date Start date
Click For Summary
SUMMARY

The discussion centers on proving the equation S(m*(2n-1) + n) = 0 mod S(n) using the recurrence relation S(n) = 6S(n-1) - S(n-2) with initial conditions S(0) = S(1) = 1. A proposed proof involves extending the sequence backward to establish that S(-1*(2n-1) + n) equals S(n), leading to a cyclical pattern in the sequence modulo S(n). The conclusion suggests that the sequence resets, confirming the original statement.

PREREQUISITES
  • Understanding of recurrence relations, specifically S(n) = 6S(n-1) - S(n-2)
  • Familiarity with modular arithmetic and the concept of congruences
  • Knowledge of integer sequences and their properties
  • Ability to manipulate and extend sequences backward
NEXT STEPS
  • Research the properties of linear recurrence relations and their solutions
  • Study modular arithmetic in depth, focusing on congruences and their applications
  • Explore integer sequences, particularly those defined by recurrence relations
  • Investigate proofs by induction and their relevance in mathematical sequences
USEFUL FOR

Mathematicians, students studying number theory, and anyone interested in advanced sequence analysis and modular arithmetic proofs.

ramsey2879
Messages
841
Reaction score
3
Given the following S(0) = S(1) = 1 and S(n) = 6S(n-1) - S(n-2)
Prove (or disprove for m,n integer) S(m*(2n-1) + n) = 0 mod S(n).
Any suggestions would be appreciated. Thanks, Ken
 
Physics news on Phys.org
ramsey2879 said:
Given the following S(0) = S(1) = 1 and S(n) = 6S(n-1) - S(n-2)
Prove (or disprove for m,n integer) S(m*(2n-1) + n) = 0 mod S(n).
Any suggestions would be appreciated. Thanks, Ken
I am not sure but I believe I have a proof: If you extend the sequence backward S(-1) = S(2), S(-2) = S(3) and in general S(1-a)= S(a). Therefor, we have S(-1*(2n-1)+n) = S(-n+1) = S(n) and the sequence Mod S(n) from S(1-n) to S(n) is {0,a,b,...1,1,...b,a,0}. Now S(n+1) = 6*0-a =-a so the next 2n-1 terms are {-a,-b,...-1,-1,...-b,-a,0. Then the original sequence Mod S(n) starts over since 6*0 -(-a) = a. QED??
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 39 ·
2
Replies
39
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K