Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A090674
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A090674 Numerators of rational coefficients in a series expansion of z! = Gamma(z+1), convergent for Re(z) >= 0, given as equation (21) in the referenced paper by Lanczos. +0
2
1, 23, 11237, 2482411, 272785979, 4175309343349, 525035501918789, 628141988536245979, 53917386529177385523923, 148934765720971351352763767, 428338546734334777277256756263, 6301150244751080741665843707891149 (list; graph; listen)
OFFSET

1,2

COMMENT

It would be nice to have a way to generate the sequence which is simpler than that used in the program provided.

REFERENCES

C. Lanczos, A precision approximation of the gamma function, J. SIAM Numer. Anal., Ser. B, 1 (1964), 86-96

LINKS

C. Lanczos, A precision approximation of the Gamma Function, SIAM J. Num. Anal. B1 (1964) 86-96. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 28 2009]

MAPLE

A090674 := proc(n) local e, y, t ; e := exp(1) ; y := (x^2-1)/e ; y := e*exp(LambertW(y)) ; taylor(y, x=0, 2*n+2) ; simplify(coeftayl(%, x=0, 2*n+1), exp) ; %*doublefactorial(2*n+1)/2^n/sqrt(2) ; abs(numer(%)) ; end: seq( A090674(n), n=1..14) ; [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 28 2009]

MATHEMATICA

(* Gamma[z+1] == Sqrt[2*Pi]*((z + 1/2)/E)^(z + 1/2)*(1 - Sum[a[[n]]/Pochhammer[z + 1, n], {n, 1, Infinity}] *) n = 30 (* which must be even *); e[0] = 1; e[1] = Sqrt[2]; f[x_] := SeriesData[x, 0, Table[e[i], {i, 0, n}], 0, n + 1, 1]; d = First[Table[e[i], {i, 0, n - 1}] /. Solve[CoefficientList[Normal[(1/2)*D[f[x]^2, x] - (1 - x^2)*D[f[x], x] - 2*x*f[x]], x] == 0, Table[e[i], {i, 2, n}]]]; c = Table[Sqrt[2]*(i - 1)*d[[i]]*Sin[theta]^(i - 2), {i, 2, n, 2}]; b = Table[Integrate[Cos[theta]^(2*x)*c[[i]], {theta, -(Pi/2), Pi/2}, Assumptions -> x > -(1/2)], {i, 1, n/2}]; a = Table[ -((b[[i]]*Gamma[i + x])/(2*Sqrt[Pi]*Gamma[1/2 + x])), {i, 2, n/2}]; Numerator[a]

CROSSREFS

Denominators are in A090675.

Sequence in context: A134801 A059932 A045735 this_sequence A013728 A028693 A033998

Adjacent sequences: A090671 A090672 A090673 this_sequence A090675 A090676 A090677

KEYWORD

frac,nonn

AUTHOR

David W. Cantrell (DWCantrell(AT)sigmaxi.net), Dec 18 2003

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 December 10 12:37 EST 2009. Contains 170569 sequences.


AT&T Labs Research