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.

Showing 1-2 of 2 results.

A238388 Decimal expansion of x^(1/3) * y^(2/3), where x is the constant in A103647 and y is the constant in A238387.

Original entry on oeis.org

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

Views

Author

Eric M. Schmidt, Feb 26 2014

Keywords

Comments

Occurs in a formula concerning the error in various approximations of binomial distributions. See [Prohorov].

Examples

			0.31295644329257221613608878676292116801179369870970508298082007371...
		

References

  • Yu. V. Prohorov, Asymptotic behavior of the binomial distribution. 1961. Select. Transl. Math. Statist. and Probability, Vol. 1 pp. 87-95. Inst. Math. Statist. and Amer. Math. Soc., Providence, R.I.

Crossrefs

Programs

  • PARI
    x = sqrt(2/Pi)*exp(-1/2); y = (1 + 4*exp(-3/2))/(3*sqrt(2*Pi)); x^(1/3) * y^(2/3) \\ Michel Marcus, Feb 27 2014

A238387 Decimal expansion of (1 + 4*e^(-3/2))/(3*sqrt(2*Pi)).

Original entry on oeis.org

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

Views

Author

Eric M. Schmidt, Feb 26 2014

Keywords

Comments

Occurs in a formula estimating the error in approximating a binomial distribution with a normal distribution. See [Prohorov].

Examples

			0.25166883335507952210292348310539606239875418040734266550892142061...
		

References

  • Yu. V. Prohorov, Asymptotic behavior of the binomial distribution. 1961. Select. Transl. Math. Statist. and Probability, Vol. 1 pp. 87-95. Inst. Math. Statist. and Amer. Math. Soc., Providence, R.I.

Crossrefs

Programs

  • Mathematica
    RealDigits[N[(1 + 4*Exp[-3/2])/(3*Sqrt[2*Pi]), 1001]] (* G. C. Greubel, Jan 26 2016 *)
  • PARI
    (1 + 4*exp(-3/2))/(3*sqrt(2*Pi)) \\ Michel Marcus, Feb 27 2014
Showing 1-2 of 2 results.