cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A251967 Decimal expansion of 29*Pi^3/864.

This page as a plain text file.
%I A251967 #17 Oct 01 2022 14:18:24
%S A251967 1,0,4,0,7,1,9,9,3,4,8,7,1,1,7,4,5,1,9,7,7,8,7,1,8,9,0,8,5,0,2,2,4,5,
%T A251967 9,0,3,7,7,8,3,9,5,1,0,2,3,2,7,1,6,2,1,7,9,5,4,8,8,3,2,8,7,6,1,6,9,4,
%U A251967 2,7,6,0,7,1,8,3,4,5,5,4,1,0,9,8,3,1,4
%N A251967 Decimal expansion of 29*Pi^3/864.
%H A251967 Bruno Berselli, <a href="/A251967/a251967_1.pdf">Sums of the type sum(i>=0, (-1)^k/(2i+1)^3)</a>.
%H A251967 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>
%F A251967 Equals Sum_{i>=0} (-1)^floor(i/3)/(2i+1)^3 = +1 +1/3^3 +1/5^3 -1/7^3 -1/9^3 -1/11^3 +1/13^3 +1/15^3 +1/17^3 - ...
%e A251967 1.040719934871174519778718908502245903778395102327162179548832876169...
%t A251967 RealDigits[29 Pi^3/864, 10, 90][[1]]
%o A251967 (PARI) 29*Pi^3/864 \\ _Charles R Greathouse IV_, Oct 01 2022
%Y A251967 Cf. similar sums:
%Y A251967 A233091 for Sum_{i>=0} 1/(2i+1)^3;
%Y A251967 A153071 for Sum_{i>=0} (-1)^i/(2i+1)^3;
%Y A251967 A251809 for Sum_{i>=0} (-1)^floor(i/2)/(2i+1)^3.
%K A251967 nonn,cons
%O A251967 1,3
%A A251967 _Bruno Berselli_, Dec 12 2014