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.

A091671 Decimal expansion of (3*Gamma(1/3)^6)/(16*2^(2/3)*Pi^4).

Original entry on oeis.org

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

Views

Author

Eric W. Weisstein, Jan 27 2004

Keywords

Comments

Watson's second triple integral.

Examples

			0.448220394388381432116385450017485249569392201708120730....
		

Crossrefs

Programs

  • Magma
    SetDefaultRealField(RealField(100)); R:= RealField(); (3*Gamma(1/3)^6)/(16*2^(2/3)*Pi(R)^4); // G. C. Greubel, Oct 26 2018
  • Mathematica
    RealDigits[(3*Gamma[1/3]^6)/(16*2^(2/3)*Pi^4), 10, 100][[1]] (* G. C. Greubel, Oct 26 2018 *)
  • PARI
    default(realprecision, 100); (3*gamma(1/3)^6)/(16*2^(2/3)*Pi^4) \\ G. C. Greubel, Oct 26 2018