I'm currently trying to rewrite a power series I have into summation notation.
The series is as follows: $$ 2x + 3x^{4} + 2x^{7} + 3x^{10} + 2x^{13} + ... $$
Obviously I'll have $x^{3n+1}$ in the summation, but I'm not sure on how to piece together the coefficient for each term.
I've worked with alternating coefficients before, typically when the coefficients can use the $(-1)^n$ trick in order to alternate between two specific integers, but I've never encountered a series when the coefficients differ by 1 each time. I feel like I'm overlooking something really simple in regards to solving this.
Thanks for any pointers or help.
The coefficients are alternating between $2$ and $3$, so you can do something like
$$c_k = \frac{5+(-1)^k}{2}$$
Now you just have to express $k$ in terms of $n$, I think $k=3n+1$ might work.
We obviously only care whether $k$ is even or odd. So if $n$ is even, $k$ will be odd and vice versa. So we could also choose $k=n+1$.