cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A127758 Integer part of Gauss's Arithmetic-Geometric Mean M(1,n^2).

Original entry on oeis.org

1, 2, 3, 6, 8, 11, 14, 18, 22, 26, 30, 35, 40, 46, 51, 58, 64, 71, 77, 85, 92, 100, 108, 116, 125, 134, 143, 152, 162, 172, 182, 193, 204, 215, 226, 238, 249, 261, 274, 286, 299, 312, 326, 339, 353, 367, 381, 396, 411, 426, 441, 457, 473, 489, 505, 521, 538, 555
Offset: 1

Views

Author

Artur Jasinski, Jan 28 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Floor[ArithmeticGeometricMean[1, n^2]], {n, 1, 100}]

Formula

a(n) ~ Pi*n^2/(4*log(2*n)). - Vaclav Kotesovec, May 09 2016