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)).

This page as a plain text file.
%I A092677 #32 Feb 16 2025 08:32:52
%S A092677 1,3,30,630,22680,178200,97297200,10216206000,198486288000,
%T A092677 237588086736000,49893498214560000,1803293578326240000,
%U A092677 222759794969712000000,1329207696584271504000000
%N A092677 Denominators of coefficients in the series for inverf(2x/sqrt(Pi)).
%C A092677 Differs from A007019(n) at n = 6, 9, 12, ....
%H A092677 G. C. Greubel, <a href="/A092677/b092677.txt">Table of n, a(n) for n = 1..235</a>
%H A092677 G. Alkauskas, <a href="http://arxiv.org/abs/1506.08028">Algebraic and abelian solutions to the projective translation equation</a>, arXiv preprint arXiv:1506.08028 [math.AG], 2015-2016; Aequationes Math. 90 (4) (2016), 727-763.
%H A092677 J. M. Blair, C. A. Edwards and J. H. Johnson, <a href="http://dx.doi.org/10.1090/S0025-5718-1976-0421040-7">Rational Chebyshev approximations for the inverse of the error function</a>, Math. Comp. 30 (1976), 827-830.
%H A092677 L. Carlitz, <a href="http://projecteuclid.org/euclid.pjm/1103035736">The inverse of the error function</a>, Pacific J. Math., 13 (1963), 459-470.
%H A092677 Eric Weisstein, <a href="/A092676/a092676.txt">Mathematica program and first 50 terms of the series</a>
%H A092677 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/InverseErf.html">Inverse Erf</a>
%e A092677 inverf(2x/sqrt(Pi)) = x + x^3/3 + 7x^5/30 + 127x^7/630 + 4369x^9/22680 + 34807x^11/178200 + ...
%t A092677 Denominator[CoefficientList[Series[InverseErf[2*x/Sqrt[Pi]], {x, 0, 50}],
%t A092677 x]][[2 ;; ;; 2]] (* _G. C. Greubel_, Jan 09 2017 *)
%Y A092677 Cf. A007019, A092677.
%K A092677 nonn
%O A092677 1,2
%A A092677 _Eric W. Weisstein_, Mar 02 2004