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.
%I A346933 #12 Aug 05 2024 13:50:52 %S A346933 7,3,1,0,8,1,8,0,7,4,8,8,1,0,0,6,3,8,4,3,2,1,8,4,5,1,8,5,0,9,3,4,4,5, %T A346933 2,8,5,4,1,7,5,5,5,1,1,6,4,7,4,6,5,9,7,2,3,2,6,9,1,4,7,6,8,6,0,8,8,9, %U A346933 2,2,0,9,0,6,8,0,8,9,2,7,7,2,5,9,3,9,0 %N A346933 Decimal expansion of 2 * Pi^2 / 27. %D A346933 L. B. W. Jolley, Summation of Series, Dover, 1961, Eq. (312). %H A346933 Michael I. Shamos, <a href="https://citeseerx.ist.psu.edu/pdf/ae33a269baba5e8b1038e719fb3209e8a00abec5">Shamos's catalog of the real numbers</a> (2011). %H A346933 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a> %F A346933 Equals 2 * Pi^2 / 3^3. %F A346933 Equals 1 + Sum_{k>=1} ( (-1)^k/(3*k-1)^2 + (-1)^k/(3*k+1)^2 ). %F A346933 Equals Integral_{0..infinity} x * log(x) / (x^3+1) dx. %F A346933 Equals Integral_{0..1} (1+x) * log(x) / (1-x^3) dx. %F A346933 Equals Integral_{0..infinity} x * (1-exp(-x)) / (exp(x) * (1+exp(-3*x))) dx. %e A346933 0.73108180748810063843218451850... %t A346933 RealDigits[(2 Pi^2)/27,10,120][[1]] (* _Harvey P. Dale_, Dec 04 2022 *) %Y A346933 Cf. A346932, A346931, A346930, A346929. %K A346933 nonn,cons %O A346933 0,1 %A A346933 _Sean A. Irvine_, Aug 07 2021