Thursday, November 30, 2017

sequences and series - Finding the ntextth term of frac14+frac1cdot34cdot6+frac1cdot3cdot54cdot6cdot8+ldots



I need help on finding the nth term of this infinite series?
s=14+1346+135468+



Could you help me in writing the general term/solving?


Answer



The first thing you can do is start with a1=14 and then realize that an+1=an2n12n+2


that doesn't seem to get you anywhere, however.



As commentator Tenali notes, you can write the numerator as 13(2n1)=123(2n)24(2n)=(2n)!2nn!



The denominator, on the other hand, is 46(2(n+1))=2n(23(n+1))=2n(n+1)!



So this gives the result:




an=(2n)!22nn!(n+1)!=122n1n+1(2nn)=122nCn



where Cn is the nth Catalan number.



If all you want is then ntn term, that might be enough - you can even skip the part about Catalan numbers and just write it as an=14n(n+1)(2nn).



As it turns out, the Catalan numbers have a generating function (see the link above:)



21+14x=n=0Cnxn




So, if the series converges when x=14, it converges to 2.



(It does converge, since Cn22nn3/2π.)


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...