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.

A257870 Decimal expansion of the Madelung type constant C(1|1/4) (negated).

Original entry on oeis.org

1, 0, 5, 8, 9, 3, 5, 1, 5, 5, 3, 3, 1, 3, 1, 5, 2, 0, 7, 6, 1, 3, 7, 2, 2, 1, 0, 6, 0, 8, 5, 3, 5, 1, 4, 5, 4, 4, 6, 5, 2, 7, 0, 6, 6, 5, 5, 0, 2, 9, 7, 5, 8, 9, 8, 9, 7, 6, 7, 6, 5, 1, 8, 8, 7, 4, 2, 5, 9, 0, 3, 1, 1, 5, 8, 9, 9, 0, 2, 2, 3, 3, 8, 3, 2, 1, 0, 5, 7, 1, 8, 2, 7, 9, 6, 7, 6, 7, 0, 7, 2, 6, 5, 7, 3
Offset: 2

Views

Author

Jean-François Alcover, May 11 2015

Keywords

Examples

			-10.58935155331315207613722106085351454465270665502975898976765...
		

Crossrefs

Programs

  • Maple
    evalf(2*GAMMA(1/4)*Zeta(1/2),120); # Vaclav Kotesovec, May 11 2015
  • Mathematica
    RealDigits[2*Gamma[1/4]*Zeta[1/2], 10, 105] // First
  • PARI
    -2*gamma(1/4)*zeta(1/2) \\ Charles R Greathouse IV, May 11 2015

Formula

2*gamma(1/4)*zeta(1/2).