I've found this $\pi$ formula:
$$ \pi =\lim_{n\to \infty }4\sum_{k=1}^{n} \frac{2 n^3 (1-2 k)^2 \left((k-1) k+n^2\right)}{\left(k^2+n^2\right)^2\left((k-1)^2+n^2\right)^2} $$
What is interesting is that the formula has a very simple geometric explanation. So it could have been found long time ago, long before the discovery of series. So this is also my question: there are so many formulas for $\pi$ that it is hard to say if it is a new one or not. Even if the convergence is slow, it's much better than the classic ArcTan series for $x=1$:
For example and $\pi=3.14159...$, then for $n=100$, the formula gives $3.14144$ against $3.15149$ for the ArcTan series. So 3 correct terms against 1 for the ArcTan series.
Does anybody know?
EDIT1: in fact, the same kind of formula can be used to compute $\text{arccos}(\cdot)$, $\text{arcsin}(\cdot)$ and $\text{arctan}(\cdot)$ formulas based on the area of the angle. See my other post Riemann sum formulas for $\text{acos}(x)$, $\text{asin}(x)$ and $\text{atan}(x)$.
EDIT2: in fact, both formulas given by Lucian are almost equivalent to the one I gave. Indeed, we can rewrite the formula above as: $$ \frac{\pi }{8}=\lim_{n\to \infty }\sum_{k=1}^{n} \frac{n^3 (2 k-1)^2 \left((k-1) k+n^2\right)}{\left(k^2+n^2\right)^2\left((k-1)^2+n^2\right)^2} $$ Now, in relation to large $n$, we can assume that $k-1\approx k$ and so: $$ \frac{\pi }{8}=\lim_{n\to \infty }\sum_{k=1}^{n} \frac{n^3 (2 k-1)^2 \left(k^2+n^2\right)}{\left(k^2+n^2\right)^2\left(k^2+n^2\right)^2}=\lim_{n\to \infty }\sum_{k=1}^{n} \frac{n^3 (2 k-1)^2 }{\left(k^2+n^2\right)^3} $$ and again assuming that $2k-1\approx 2k$: $$ \frac{\pi }{8}=\lim_{n\to \infty }\sum_{k=1}^{n} \frac{n^3 (2 k)^2 }{\left(k^2+n^2\right)^3}\text{ },\text{thus}\text{ }\frac{\pi }{32}= \lim_{n\to \infty }\sum_{k=1}^{n}\frac{n^3 k^2 }{\left(k^2+n^2\right)^3} $$ But with each simplification, the formula converges slower...