I need to find Closed form for $$\sum_{k=1}^{n} \dfrac{k}{1.4.7.10.....(3k-2)}$$
Let $S_n=\displaystyle\sum_{k=1}^n \dfrac{k}{1\cdot4\cdot7\cdot10\cdots(3k-2)}$.
Then, $S_1=1$, $S_2=\dfrac{6}{1\cdot4}$, $S_3=\dfrac{45}{1\cdot4\cdot7}$. Are we getting at something ?
By ratio test, it can be seen that the series is convergent but is it possible to find an expression for the $n$the term of te sequence of $n$th partial sums ?
Suppose,
$$f(x)=\sum_{k=0}^{n} \frac{x^{(3k-2)}}{1.4.7...(3k-2)}$$
So, $$f'(x)=1+x^2\sum_{k=0}^{n-1} \frac{x^{(3k-2)}}{1.4.7...(3k-2)} -a_nx^{3n}=1+f(x)-a_nx^{(3n-2)}$$
(Where $a_n=\frac{1}{1.4.7....(3n-2)}$)
So we got the differential equation,
$\frac{\text{d}y(x)}{\text{d}x}-x^2y=1-a_nx^{3n}$ with the boundary condition $y(0)=0$.
Now, it is easy to see the original sum is $S_n=\frac{\text{d}}{\text{d}x^3}x^2y(x)|_{x=1}=\frac{1}{3}(\frac{\text{d}}{\text{d}x}x^2y(x))|_{x=1}$
For, large $n$, say $n≈20$, $S_n≈S_{\infty}$.
So, the differential equation will be replaced by a simpler version,
$\frac{\text{d}y(x)}{\text{d}x}-x^2y=1$ with boundary condition $y(0)=0$.
So, $y(x)=e^{\frac{x^3}{3}}\int_{0}^{x} e^{-\frac{t^3}{3}} \text{d}t$
So, $\frac{1}{3}(\frac{\text{d}}{\text{d}x}x^2y(x))|_{x=1}$
$=\frac{1}{3}((\frac{\text{d}}{\text{dx}}(x^2e^{-\frac{x^3}{3}})\int_{0}^{x} e^{-\frac{t^3}{3}} dt)|{x=1} + (x^2)|{x=1})$
$=\frac{1}{3}(3e^{\frac{1}{3}}\int_{0}^{1} e^{-\frac{t^3}{3}} dt+ 1)$
$≈\frac{1}{3}(3e^{\frac{1}{3}}(0.924023)+1) ≈1.62291131$.