Solution
Given that
{a_n} = {a_{n - 1}} - 6{a_{n - 2}}\
And, a0=1 , a2=5
For n=2
{a_2} = {a_{2 - 1}} - 6{a_{2 - 2}}\\
{a_2} = {a_{1}} - 6{a_{0}}\
using, a0=1 , a2=5
5=a1−6(1)→a1=11
Similarly, for For n=3
a3=a2−6a1a3=5−6(11)a3=−61
Similarly, for For n=4
a4=a3−6a2a4=−61−6(5)a4=−91
Continuing in the same way, we get the next few terms, which are tabulated as shown below.

Comments