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.

A020773 Decimal expansion of 1/4.

Original entry on oeis.org

2, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Offset: 0

Views

Author

Keywords

Comments

Also, decimal expansion of 1/2 * integral_0^infinity 1/cosh(Pi*x) dx. - Bruno Berselli, Mar 20 2013
In the complex plane, this purely real number gives the coordinates for the inward cusp of the main cardioid of the Mandelbrot set. - Alonso del Arte, Jun 05 2016
Equals the sum of the fractional parts of the odd-indexed zeta values [Adamchik]: Sum_{k>=1} [Zeta(2k+1)-1] = 1/4 = A002117-1 + A013663-1 + A013665-1 + ... - R. J. Mathar, Jan 13 2021

Programs

Formula

1/4 = Sum_{n >= 1} (-1)^(n+1)*n/(4*n^2-1). - Bruno Berselli, Sep 09 2020