OFFSET
1,2
COMMENTS
Gosper found that lim[n approaches infinity] Prod[i=n..2n] Pi/2 arctan i = 4^(1/Pi) ~ 1.554682275...
REFERENCES
Gosper, R. W. math-fun(AT)cs.arizona.edu posting, Sept. 1996.
Gosper, R. W. "a product." math-fun(AT)cs.arizona.edu posting, Sept. 27, 1996.
LINKS
R. W. Gosper, Some identities
Eric Weisstein's World of Mathematics, Pi Formulas.
EXAMPLE
1.5546822754821000898702320807828040020604473062656613790989...
MATHEMATICA
RealDigits[4^(1/Pi), 10, 120][[1]] (* Harvey P. Dale, Sep 05 2019 *)
PROG
(Macsyma) 'limit(funmake_no_simp(".", [%pi/2/atan(n), %pi/2/atan(n+1), "", "", %pi/2/atan(2*n)]), n, inf)=4^(1/%pi)
CROSSREFS
KEYWORD
AUTHOR
Jonathan Vos Post, Apr 21 2006
EXTENSIONS
More terms from Eric W. Weisstein, May 01 2006
Edited by N. J. A. Sloane, Jul 01 2008 at the suggestion of R. J. Mathar
STATUS
approved