Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A092676
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A092676 Numerators of coefficients in the series for InverseErf[2x/Sqrt[Pi]]. +0
5
1, 1, 7, 127, 4369, 34807, 20036983, 2280356863, 49020204823, 65967241200001, 15773461423793767, 655889589032992201, 94020690191035873697, 655782249799531714375489, 44737200694996264619809969 (list; graph; listen)
OFFSET

1,3

COMMENT

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 this_sequence A002067 A138523 A034670

Adjacent sequences: A092673 A092674 A092675 this_sequence 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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 08:46 EST 2009. Contains 167481 sequences.


AT&T Labs Research