Possible Duplicate:
What is the expression of $n$ that equals to $\sum_{i=1}^n \frac{1}{i^2}$?
Asymptotic formulas for the n-th harmonic number are well-known: $$ \sum_{k=1}^n\frac1n=\log n+\gamma+\frac{1}{2n}-\frac{1}{12n^2}+O\left(\frac{1}{n^4}\right) $$ with more terms easy to generate if needed.
Is there is a similar formula for the sums of reciprocal squares? Something like $$ \sum_{k=1}^n\frac{1}{n^2}=\frac{\pi^2}{6}+\cdots+O\left(\frac{1}{n^4}\right) $$ (order negotiable, but ideally something decent like the above).