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.

A087016 Decimal expansion of G(3/2), where G is the Barnes G-function.

Original entry on oeis.org

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

Views

Author

Eric W. Weisstein, Jul 30 2003

Keywords

Examples

			1.0692...
		

Crossrefs

Programs

  • Mathematica
    (2^(1/24)*E^(1/8)*Pi^(1/4))/Glaisher^(3/2)
    (* Or, since version 7.0, *) RealDigits[BarnesG[3/2], 10, 102] // First (* Jean-François Alcover, Jul 11 2014 *)
  • PARI
    2^(1/24)*Pi^(1/4)*exp(3/2*zeta'(-1)) \\ Charles R Greathouse IV, Dec 12 2013

Formula

Equals A087014 * A002161. - R. J. Mathar, Jul 24 2025