login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A323552 Denominators of the partial Euler product representation of Pi/4. 1
4, 16, 128, 512, 6144, 98304, 393216, 9437184, 37748736, 1207959552, 43486543872, 1739461754880, 6957847019520, 333976656936960, 1335906627747840, 80154397664870400, 4809263859892224000, 19237055439568896000, 1385067991648960512000, 99724895398725156864000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The Euler product representation follows from the classical Leibniz series representation of Pi/4 interpreted as a Dirichlet L-series using the unique non-principal Dirichlet characters modulo 4, whose (infinite) Euler product representation can be written as (3/4) * (5/4) * (7/8) * (11/12) * (13/12) * (17/16) * (19/20) * ... with each term in the product being the ratio of a prime number to its nearest multiple of 4. The sequence consists of the denominators of the partial products.
LINKS
L. Euler, On the sums of series of reciprocals, arXiv:math/0506415 [math.HO], 2005-2008.
Wikipedia, Wallis Product
Wikipedia, Gregory Series
Wikipedia, Madhava Series
EXAMPLE
a(3) = 128 = denominator((3/4) * (5/4) * (7/8)).
PROG
(PARI) a(n) = denominator(prod(k=2, n+1, my(p=prime(k)); if(p%4==1, p/(p-1), p/(p+1)))); \\ Daniel Suteu, Jan 22 2019
CROSSREFS
Cf. A003881 (Decimal Expansion of Pi/4).
Cf. A101455 (Dirichlet L-series of The Non-Principal Dirichlet Characters Mod 4).
Cf. A323551 (Numerators of the Partial Euler Product Representation of Pi/4).
Sequence in context: A322236 A318152 A358083 * A363443 A349264 A061129
KEYWORD
nonn,frac
AUTHOR
Anthony Hernandez, Jan 17 2019
EXTENSIONS
More terms from Daniel Suteu, Jan 22 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 7 17:41 EDT 2024. Contains 372312 sequences. (Running on oeis4.)