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.

A092677 Denominators of coefficients in the series for inverf(2x/sqrt(Pi)).

Original entry on oeis.org

1, 3, 30, 630, 22680, 178200, 97297200, 10216206000, 198486288000, 237588086736000, 49893498214560000, 1803293578326240000, 222759794969712000000, 1329207696584271504000000
Offset: 1

Views

Author

Eric W. Weisstein, Mar 02 2004

Keywords

Comments

Differs from A007019(n) at n = 6, 9, 12, ....

Examples

			inverf(2x/sqrt(Pi)) = x + x^3/3 + 7x^5/30 + 127x^7/630 + 4369x^9/22680 + 34807x^11/178200 + ...
		

Crossrefs

Programs

  • Mathematica
    Denominator[CoefficientList[Series[InverseErf[2*x/Sqrt[Pi]], {x, 0, 50}],
    x]][[2 ;; ;; 2]] (* G. C. Greubel, Jan 09 2017 *)