login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A280813
Denominators of 4 * Sum_{k=0..3*n-1} (-1)^k/(2*k+1) + (-1)^(n+1) * Sum_{k=0..2*n-1} (-1)^k/(2^(2*n-k-2) * (8*n-k-1) * binomial(8*n-k-2, 4*n+k)).
2
7, 15015, 137287920, 235953517800, 8548690331301120, 67462193289708771840, 161102819285860855603200, 6305423381881718760060595200, 7411866941185812791748757094400, 28422996899365886608045972478361600, 24827411794278189209115835981312819200
OFFSET
1,1
COMMENTS
1/(2^(2*n-1) * (8*n+1) * binomial(8*n, 4*n)) < 1/2^(2*n-2) * Integral_{x=0..1} (x^(4*n) * (1-x)^(4*n))/(1+x^2) dx < 1/(2^(2*n-2) * (8*n+1) * binomial(8*n, 4*n)). So b(n) = 4 * Sum_{k=0..3*n-1} (-1)^k/(2*k+1) + (-1)^(n+1) * Sum_{k=0..2*n-1} (-1)^k/(2^(2*n-k-2) * (8*n-k-1) * binomial(8*n-k-2, 4*n+k)) is nearly Pi. And the limit of b(n) is Pi.
LINKS
Jean-Christophe Pain, Successive approximations of Pi using Euler Beta functions, arXiv:2204.10693 [math.HO], 2022. See Table 1 p. 3.
EXAMPLE
1/1260 < 1/2^0 * Integral_{x=0..1} (x^4 * (1-x)^4)/(1+x^2) dx < 1/630. So 1/1260 < 22/7 - Pi < 1/630.
1/1750320 < 1/2^2 * Integral_{x=0..1} (x^8 * (1-x)^8)/(1+x^2) dx < 1/875160. So 1/1750320 < Pi - 47171/15015 < 1/875160.
CROSSREFS
Cf. A000796, A280812 (numerators).
Sequence in context: A333338 A131676 A344532 * A203685 A134645 A327840
KEYWORD
nonn,frac
AUTHOR
Seiichi Manyama, Jan 08 2017
STATUS
approved