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.

A091474 Decimal expansion of Pi^2 * (2-sqrt(2))/32.

This page as a plain text file.
%I A091474 #23 Feb 16 2025 08:32:52
%S A091474 1,8,0,6,7,1,2,6,2,5,9,0,6,5,4,9,4,2,7,9,2,3,0,8,1,2,8,9,8,1,6,7,1,6,
%T A091474 1,5,3,3,7,1,1,4,5,7,1,0,1,8,2,9,6,7,6,6,2,6,6,2,4,0,7,9,4,2,9,3,7,5,
%U A091474 8,5,6,6,2,2,4,1,3,3,0,0,1,7,7,0,8,9,8,2,5,4,1,5,0,4,8,3,7,9,9,7,0,7
%N A091474 Decimal expansion of Pi^2 * (2-sqrt(2))/32.
%H A091474 G. C. Greubel, <a href="/A091474/b091474.txt">Table of n, a(n) for n = 0..10000</a>
%H A091474 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/DefiniteIntegral.html">Definite Integral</a>.
%H A091474 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>
%F A091474 Equals Integral_{t=0..1} t^2 * log(t)/((t^2 - 1)*(t^4 + 1)) dt.
%F A091474 Equals Sum_{k>=1} 1/A047621(k)^2. - _Amiram Eldar_, Apr 17 2022
%e A091474 0.18067126259065494279230812898167161533711457101829...
%t A091474 RealDigits[Pi^2 (2-Sqrt[2])/32,10,120][[1]] (* _Harvey P. Dale_, Nov 18 2013 *)
%o A091474 (PARI) default(realprecision, 100); Pi^2*(2-sqrt(2))/32 \\ _G. C. Greubel_, Oct 01 2018
%o A091474 (Magma) SetDefaultRealField(RealField(100)); R:= RealField(); Pi(R)^2*(2-Sqrt(2))/32; // _G. C. Greubel_, Oct 01 2018
%Y A091474 Cf. A047621.
%K A091474 nonn,cons
%O A091474 0,2
%A A091474 _Eric W. Weisstein_, Jan 13 2004