let $a,b$ be integer,and such $a\equiv 0,b\equiv 0\pmod 4$,and sequece $x_{n}$,such $x_{0}=1,x_{1}=\dfrac{b}{2}$and such $$(2n+4)x_{n+2}=b(2n+3)x_{n+1}+2\cdot a\cdot(n+1)x_{n}$$ show that $$x_{n}\in Z$$
I'm not sure I was wrong: I try let $$f(t)=\sum_{n=0}^{+\infty}x_{n}t^n$$,then $$f'(t)=\sum_{n=0}^{+\infty}nx_{n}t^{n-1}=\sum_{n=0}^{+\infty}(n+1)x_{n+1}t^n$$,so we have $$\sum_{n=0}^{+\infty}2(n+2)t^{n+2}=2(tf'(t)-\dfrac{b}{2}t)$$ other hand we have $$\sum_{n=0}^{+\infty}2(n+2)t^{n+2}=\sum_{n=0}^{+\infty}[b(2n+3)x_{n+1}+2a(n+1)x_{n}]t^{n+2}=2bt^2f'(t)+bt(f(t)-1)+2a(tf'(t)+tf(t))$$ so we have $$2tf'(t)-bt=2bt^2f'(t)+btf(t)-bt+2atf'(t)+2atf(t)$$ so we have $$(2-2bt-2a)f'(t)=(b+2a)f(t)$$ so we have $$(ln(f(t)))'=\dfrac{b+2a}{2-2bt-2a}$$ I fell I have wrong