Suppose $$n(n+1)a_{n+1}=n(n-1)a_{n}-(n-2)a_{n-1}$$ for every postive integers $n\ge 1$,Give that $a_{0}=1,a_{1}=2$
find the $a_{n}$
My try:
$$a_{2}=\dfrac{1}{2}=\dfrac{1}{2!},a_{3}=\dfrac{1}{6}=\dfrac{1}{3!},\cdots$$ so I guess $$a_{n}=\dfrac{1}{n!}(n\ge 2)$$ and we easy use the Mathematical induction prove it.
My question:
This problem have without mathematical induction to solve it?
and following is my idea:
let $n(n+1)a_{n+1}=b_{n+1}$ so $$b_{n+1}=b_{n}-\dfrac{b_{n-1}}{n-1},n\ge 2$$ then I can't,Thank you for your help!
This problem from http://www.artofproblemsolving.com/Forum/viewtopic.php?p=1290603&sid=5c95d4057706d4a61097b007952afb70#p1290603