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.

A256717 Decimal expansion of G(5/4) where G is the Barnes G-function.

Original entry on oeis.org

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

Views

Author

Jean-François Alcover, Apr 09 2015

Keywords

Examples

			1.0650445385309557171597175836949771419373490732697618922213...
		

Crossrefs

Cf. A006752 (Catalan), A068466 (Gamma(1/4)), A074962 (Glaisher), A087013 (G(1/4)), A087014 (G(1/2)), A087015 (G(3/4)), A087016 (G(3/2)), A087017 (G(5/2)).

Programs

  • Mathematica
    RealDigits[BarnesG[5/4], 10, 104] // First
    RealDigits[Exp[3/32 - Catalan/(4*Pi)]*Gamma[1/4]^(1/4)/Glaisher^(9/8), 10, 100][[1]] (* G. C. Greubel, Aug 25 2018 *)
  • PARI
    exp(3/32 - Catalan/(4*Pi))*gamma(1/4)^(1/4)/exp(3/32-9*zeta'(-1)/8) \\ Charles R Greathouse IV, Jul 01 2016

Formula

Equals exp(3/32 - Catalan/(4*Pi))*Gamma(1/4)^(1/4)/Glaisher^(9/8).
Equals G(1/4)*Gamma(1/4). - Vaclav Kotesovec, Apr 09 2015