login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092676 Numerators of coefficients in the series for InverseErf[2x/Sqrt[Pi]]. 5
1, 1, 7, 127, 4369, 34807, 20036983, 2280356863, 49020204823, 65967241200001, 15773461423793767, 655889589032992201, 94020690191035873697, 655782249799531714375489, 44737200694996264619809969 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

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

REFERENCES

L. Carlitz, The inverse of the error function, Pacific J. Math., 13 (1963), 459-470.

LINKS

Eric Weisstein, Mathematica program and first 50 terms of the series

Eric Weisstein's World of Mathematics, Inverse Erf

Wikipedia, Error Function

FORMULA

See Maple program for recurrence.

EXAMPLE

InverseErf[2x/Sqrt[Pi]] = x + x^3/3 + 7x^5/30 + 127x^7/630 + 4369x^9/22680 + 34807x^11/178200 + ...

The first few coefficients are 1, 1, 7/6, 127/90, 4369/2520, 34807/16200, 20036983/7484400, 2280356863/681080400, ...

MAPLE

c:=proc(n) option remember; if n <= 0 then RETURN(1); else RETURN( add( c(k)*c(n-k-1)/((k+1)*(2*k+1)), k=0..n-1 ) ); fi; end;

CROSSREFS

Cf. A002067, A092677, A052712. For denominators see A132467.

Sequence in context: A064754 A025166 A139291 * A002067 A138523 A034670

Adjacent sequences:  A092673 A092674 A092675 * A092677 A092678 A092679

KEYWORD

nonn,frac

AUTHOR

Eric Weisstein (eric(AT)weisstein.com), Mar 02, 2004

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Nov 15 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 05:45 EST 2012. Contains 205694 sequences.