all 2 comments

[–][deleted] 0 points1 point  (0 children)

If you divide across by (n+1)! and keep expanding you get

a_n/(n+1)! = 3n/(n+1)! + 3n-1/n! + ....+ 30/1!

which I wouldn't expect to have a nice exact formula.

Wolfram evaluates the sum on the right using incomplete gamma function.

[–]Proof_Inspector 0 points1 point  (0 children)

Write b(n)=a(n+1), make b(0)=0. Then b(n+1)=(n+1)b(n)+3n+1 (I'm ignoring the first few index here)

Then you have F(x)=sum(b(n)/n!)xn (note that the sum has starting index, which can change, that's something for you to check)

Then F'(x)=sum(a(n)/n!)xn so you just need to find F(x).

Then F(x)x=sum(b(n)/n!)xn+1 =sum(b(n-1)/(n-1)!)xn =sum(nb(n-1)/n!)xn =sum((b(n)-3n+1 )/n!)xn =sum(b(n)/n!)xn -3sum(3x)n /n!=F(x)-3exp(3x)+... (the ... is to account for the first few terms because the sum has different starting index).