For what value of real constant $a$ does the following series converge? $$ 1+(1/\sqrt{3})-(a/\sqrt{2})+(1/\sqrt{5})+(1/\sqrt{7})-(a/\sqrt{4})+(1/\sqrt{9})+(1/\sqrt{11})-(a/\sqrt{6})... $$ I do not have a clue on how to proceed. Suggest a possible route.
can we do it by comparison test somehow? Can we comapre it with $c/\sqrt{(n)}$ for some $c$ and some large enough $n$?
So, the terms come in blocks of three, where the sum of the $k$-th block of terms is $$ s_k=y_{3k-2}+y_{3k-1}+y_{3k}=\frac{1}{\sqrt{4k-3}}+\frac{1}{\sqrt{4k-1}}-\frac{a}{\sqrt{2k}}. $$ Since the individual $y_i\rightarrow 0$, the sum $\sum_{k=1}^{\infty} y_k$ converges if and only if the sum $\sum_{k=1}^{\infty} s_k$ converges. I suggest you calculate the asymptotic behavior of $s_k$. For large $k$, $$s_k \sim A(a) k^{-1/2} + B(a) k^{-3/2}+O(k^{-5/2}),$$ so the sum converges if and only if $A(a)=0$. Can you find what this implies about $a$?