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

  • Context:
  • Thread starter Thread starter anemone
  • Start date Start date
  • Tags Tags
    Challenge Sequence
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
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