I was given the following series $\ S(n) = 1+\frac{1}{2}\cdot \frac{1}{2}+ \frac{3*1}{4*2}\cdot\left ( \frac{1}{2}\right )^2 + \frac{5*3*1}{6*4*2}\left ( \frac{1}{2} \right )^3 + ... $
i noticed that each individual term looks very similar to the solution for a wallis integral
Thus $$ S(n) = \frac{2}{\pi}\int_{0}^{\pi/2}\frac{sin^0x}{2^0} + \frac{sin^2x}{2^1}+\frac{sin^4x}{2^2}+\frac{sin^6x}{2^3}+...dx $$ Which appeared to be a geometric series, Hence $$ S(n) = \frac{2}{\pi}\int_{0}^{\pi/2} \frac{(\frac{sin^2x}{2})^n-1}{\frac{sin^2x}{2}-1} dx $$ Which after some algebraic simplifications gives me this horrible integral at which i am stuck $$ = \frac{2^{2 - n}}{\pi}\int_{0}^{\pi/2}\frac{sin^{2n}x - 2^n }{sin^2x - 2} dx $$
So how can this integral be solved ? is it non-elementary integral ? Or is there another approach to solve this problem ?
Edit: Thanks for your response, i thought at first that the question wanted me to find the sum of the series to the n-th term,
In continuing to my previous approach i would be using infinite geometric series formula instead
$$ S =\frac{2}{π} \int_{0}^{\pi/2} \frac{dx}{1 - \frac{sin^2x}{2}} = √2 $$ Which can be easily solved by different techniques !