8
$\begingroup$

Had been having fun evaluating positive integer powers of the reciprocals of the triangular and hexagonal numbers.

Currently, I'm trying to do the same for the pentagonal numbers, but I've run into a wall trying to evaluate the above series.

(BTW, if the "skip" had been every fourth number instead of every third, I can get expressions in terms of $\zeta(2)$ and Catalan's constant.)

  • 0
    Mathematica spits out a formula involving the [polygamma function](http://mathworld.wolfram.com/PolygammaFunction.html), so I don't think you'll get a nicer expression than that.2012-03-06

1 Answers 1

12

As noted, we have only this in terms of the trigamma function $ \sum_{n = 0}^{\infty} \frac{1}{(3 n + 2)^{2}} = \frac{1}{9}\Psi' \Bigl(\frac{2}{3}\Bigr) $ But there is this nicer one: $ \sum_{n = -\infty}^{\infty} \frac{1}{(3 n + 2)^{2}} = \frac{4\pi^2}{27} $

  • 1
    Alternatively, the sum is expressible in terms of Hurwitz zeta: $\frac19\zeta\left(2,\frac23\right)$2012-07-17