Documentation

FormalConjectures.Wikipedia.FlintCooksonHills

Convergence of the Flint Hills and Cookson Hills series #

References:

theorem FlintCooksonHills.flint_hills_series_converges :
True Summable fun (n : ) => 1 / ((n + 1) ^ 3 * Real.sin (n + 1) ^ 2)

The Flint Hills series summing $csc(n)^2 / n^3$ from $n=1$ to $\infty$ converges. (Note that we 0-index the series below.)

theorem FlintCooksonHills.cookson_hills_series_converges :
True Summable fun (n : ) => 1 / ((n + 1) ^ 3 * Real.cos (n + 1) ^ 2)

The Cookson Hills series summing $sec(n)^2 / n^3$ from $n=1$ to $\infty$ converges.