On the function $f(x)$ = $x^3$ on $(-1,1)$ find Fourier coefficients for this function and then use Parseval's Theorem to evaluate:
$$\sum_{n=1}^{\infty}\frac{1}{n^6}$$
Current work:
I have used Mathematica to find the sum, which results in $\frac{\pi^6}{945}$
Since $a_0$ and $a_n = 0$ as it is an odd function, my problem is calculating $b_n$. I am using Mathematica and resulting in:
$$\int_a^b x^3 \sin{(n x \pi)} \,dx= \frac17$$ in which $a$ is $-1$ and $b$ is $1$, the right hand side is calculated from the average value formula, by squaring Integral$[f(x)dx]$.
This is the problem, as my result for the $b_n$ coefficients, is resulting in a nasty rational:
$$-2(-6+n^2\pi^2)cos(n\pi) / n^3\pi^3$$
where I can't seem to factor out a $\frac{1}{n^6}$ term to evaluate the sum using the theorem.