MHB Sequence Challenge: Find $a_{61}+a_{63}$

AI Thread Summary
The sequence is defined with initial values a1=2007, a2=2008, and a3=-2009, and for n>3, the recursive formula is a_n=a_{n-1}-a_{n-2}+a_{n-3}+n. To find a_{61}+a_{63}, the sequence must be computed for the required indices using the recursive definition. Participants discuss the calculations and patterns observed in the sequence. The final goal is to determine the specific values of a_{61} and a_{63} and their sum. The challenge emphasizes the complexity of recursive sequences and their evaluation.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
A sequence is defined recursively by $a_1=2007$, $a_2=2008$, $a_3=-2009$, and for $n>3$, $a_n=a_{n-1}-a_{n-2}+a_{n-3}+n$.

Find $a_{61}+a_{63}$.
 
Mathematics news on Phys.org
anemone said:
A sequence is defined recursively by $a_1=2007$, $a_2=2008$, $a_3=-2009$, and for $n>3$, $a_n=a_{n-1}-a_{n-2}+a_{n-3}+n$.

Find $a_{61}+a_{63}$.

we have

$a_n+a_{n-2}=a_{n-1} + a_{n-3} + n$

hence
$a_{63}+a_{61}=a_{62} + a_{60} + 63$
= $a_{61} + a_{59} + 62 + 63 $
= $a_{3} + a_{1} +4 \cdots+ 62 + 63 $
= - 2009 + 2007 + 63 * 64/2 - 6= 63 * 32 - 8 = 2008
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...

Similar threads

Replies
1
Views
1K
Replies
15
Views
2K
Replies
2
Views
2K
Replies
3
Views
2K
Replies
11
Views
2K
Replies
4
Views
2K
Replies
3
Views
1K
Replies
6
Views
1K
Back
Top