$a_{n+1}=2a_n-b_n$
$b_{n+1}=a_n+4b_n$
$a_0=2,b_0=1$
Using generating functions,
$$\sum_{n=0}^{\infty}a_{n}x^{n}-a_0=2x\sum_{n=0}^{\infty}a_nx^n-x\sum_{n=0}^{\infty}b_nx^n$$
$$\sum_{n=0}^{\infty}b_{n}x^{n}-b_0=x\sum_{n=0}^{\infty}a_nx^n+4x\sum_{n=0}^{\infty}b_nx^n$$
$$f(x)=\sum_{n=0}^{\infty}a_{n}x^{n},g(x)=\sum_{n=0}^{\infty}b_{n}x^{n}$$
Now we get
$$f(x)(1-2x)+xg(x)=2$$
$$xf(x)-4xg(x)=1$$
From this we get
$$f(x)=\frac{9}{4-7x}=\frac{9}{4}\cdot\frac{1}{1-\frac{7}{4}x}=\frac{9}{4}\cdot\sum_{n=0}^{\infty}\left(\frac{7}{4}\right)^nx^n$$
But this is not correct since $a_0=2$ and we got that $a_n=\frac{9}{4}\cdot\left(\frac{7}{4}\right)^n$.
Then, for $g(x)$ we get
$$g(x)=\frac{5+7x}{4x(4-7x)}=\frac{5+7x}{x(16-28x)}=\frac{A}{x}+\frac{B}{16-28x}$$
Here is another problem, finding (if exists), the power series of $1/x$.
How solve this system?