303 views
1 votes
1 votes

How to solve this equation

an+2-5an+1+6an=2   where a0=1 and a1=2

i know how to solve if it is 0 in RHS, but how to take care of this 2?

Please log in or register to answer this question.

Related questions

0 votes
0 votes
2 answers
1
1 votes
1 votes
2 answers
2
Surajit asked Jan 16, 2017
529 views
Find a recurrence relation for the number of bit strings of length $n$ that contain the string $01.$I am getting a recurrence like An = 2^(n-2) + 2A(n-1) - A (N-2) .Answe...
0 votes
0 votes
2 answers
3
22 votes
22 votes
1 answer
4
P C asked Dec 31, 2022
1,491 views
What is the recurrence relation for the ternary strings of length $n$ which can be constructed using 0,1 or 2 only such that the number of 0’s and number of 1's is od...