I am given a recursion:
$$(n+1)b_{n+1} = b_n + \frac{1}{(n-1)!}$$
we are to find a substitution which will convey our equation to a linear form and of course we are to find $b_{n}$.
I have no idea what the substitution should look like. I would appreciate any help.
2026-04-01 06:23:51.1775024631
Problems with a non-linear recursion
53 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Hint. Consider the substitution $u_n=n!b_n$ then recursion becomes $$u_{n+1}=u_n+n.$$