|
Search: id:A092799
|
|
|
| A092799 |
|
Denominator of partial products in an approximation to Pi/2. |
|
+0 4
|
|
| 1, 3, 243, 215233605, 2849452841966467687734375, 34139907905802495953388390516678108673704867996275424957275390625
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
REFERENCES
|
J. Sondow, A faster product for Pi and a new integral for ln Pi/2, Amer. Math. Monthly 112 (2005) 729-734.
|
|
LINKS
|
J. Sondow, A faster product for Pi and a new integral for ln(Pi/2)
J. Guillera and J. Sondow, Double integrals and infinite products for some classical constants via analytic continuations of Lerch's transcendent
|
|
FORMULA
|
a(n) = Product_{k=1...n+1} A122215(k)^2^(n-k+1). - Jonathan Sondow (jsondow(AT)alumni.princeton.edu), Sep 13 2006
a(n) = Denominator[Product_{k=1...n+1} (A122216(k)/A122217(k))^2^(n-k+1)]. - Jonathan Sondow (jsondow(AT)alumni.princeton.edu), Sep 13 2006
|
|
EXAMPLE
|
The first approximations are 2^(1/2),(16/3)^(1/4),(8192/243)^(1/8),
(274877906944/215233605)^(1/16).
|
|
PROGRAM
|
(PARI) for(m=1, 10, p=1:for(n=1, m, p=p*p*(prod(k=1, ceil(n/2), (2*k)^binomial(n, 2*k-1))/(prod(k=1, floor(n/2)+1, (2*k-1)^binomial(n, 2*k-2))))):print(denominator(p)))
|
|
CROSSREFS
|
Numerators are in A092798.
Cf. A000246, A001900, A001901, A001902.
Cf. A122215, A122217.
Sequence in context: A069640 A013778 A146313 this_sequence A140163 A157573 A082717
Adjacent sequences: A092796 A092797 A092798 this_sequence A092800 A092801 A092802
|
|
KEYWORD
|
nonn,easy,frac
|
|
AUTHOR
|
Ralf Stephan (ralf(AT)ark.in-berlin.de), Mar 05 2004
|
|
|
Search completed in 0.002 seconds
|