Monday, September 3, 2018

Series with nth term having integer raised to the power of n in the denominator





1+46+4569+4566912+




I could reduce it to nth term being (n+1)(n+2)n!3n.
Took me an hour just to get to this.
But I am now stuck up. PL. Help



Answer



1+46+4569+4566912+


=1+n=1(n+3)!2×3×3n×(n+1)!

=1+12n=1(n+2)×(n+3)3n+1



By induction, we can show that for n7, 0<(n+2)×(n+3)3n+1<1n2, and hence the series is convergent.



In fact, =1+12114=198


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...