Suppose that a sequence satisfies the following J0 0 J1 1
     Suppose that a sequence satisfies the following: J_0 = 0, J_1 = 1, and J_n+2 = J_n+1+ 2J_n for n = 0, 1, 2, ... Solve the difference equation and apply the initial conditions to find an explicit formula for J_n  
  
  Solution
Jn+2 = Jn+1 + 2Jn
n= 0 , 1, 2, 3....
J0 =0 ; J1 = 1
let us take n=0 , then J 2 = J1 + 2J0
= 1 + 2(0)
J2 = 1
n= 1 , J3 = J2 + 2 J1
= 1 + 2 = 3
n= 2 , J4 = J3 + 2 J2
= 3 + 2(1) = 5
so the series is 0, 1, 1, 3 ,5, 11.......

