If $\sum n, \frac{\sqrt{10}}{3}\sum n^2, \sum n^3$ are in geometric progression, then find the value of n?
I had initially typed the question incorrectly which was the sole reason why I couldn't solve it. Have corrected it now.
The options given for 'n'are: 3,4,2,6
I suppose that the problem is to find $n$ such that $$a_1=\sqrt{\sum_{i=1}^n i}\qquad a_2=\frac {10}{\sqrt 3}\qquad a_3=\sqrt{\sum_{i=1}^n i^2}\qquad a_4=\sqrt{\sum_{i=1}^n i^3}$$ be in geometric progression.
Considering $$\frac{a_2}{a_1}=\frac{a_4}{a_3}\implies \frac{10 \sqrt{\frac{2}{3}}}{\sqrt{n (n+1)}}=\frac{\sqrt{\frac{3}{2}} n (n+1)}{\sqrt{n (n+1) (2 n+1)}}$$ that is to say $${10 \sqrt{\frac{2}{3}}}=\sqrt{\frac{3}{2}}\frac{n(n+1)}{\sqrt{2n+1} }$$ which is effectively satisfied for $n=4$.