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.

A175575 Decimal expansion of (Gamma(3/4))^2 / Pi^(3/2) .

Original entry on oeis.org

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

Views

Author

R. J. Mathar, Jul 15 2010

Keywords

Comments

Entry 34 d of chapter 11 of Ramanujan's second notebook.

Examples

			0.2696763005941896783339678...
		

Programs

  • Maple
    GAMMA(3/4)^2/Pi^(3/2) ; evalf(%) ;
  • Mathematica
    RealDigits[Gamma[3/4]^2/Pi^(3/2),10,120][[1]] (* Harvey P. Dale, Mar 16 2021 *)

Formula

Equals A068465^2 / (A000796 * A002161 ) = 1/A175576.
Equals (5/16)*hypergeom([1/4, -3/4], [3/2], 1). - Peter Bala, Mar 02 2022