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 A221209 #44 May 28 2025 09:16:42 %S A221209 1,8,3,1,9,3,1,1,8,8,3,5,4,4,3,8,0,3,0,1,0,9,2,0,7,0,2,9,8,6,4,7,6,8, %T A221209 2,2,1,5,4,8,2,9,8,7,4,8,5,6,3,3,4,4,2,6,8,5,3,2,9,9,6,2,3,9,2,4,3,5, %U A221209 2,6,0,3,9,5,5,2,5,0,9,5,3,8,9,5,8,7,1,3,0,2,5,8,5,2,2,3,0,2,1,2 %N A221209 Decimal expansion of two times the Catalan constant. %D A221209 Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 1.7.2, p. 55. %D A221209 I.S. Gradshteyn and I.M. Ryzhik, Table of integrals, series and products, 5th edition, Academic Press, 1994, eq. (3.521.2). %H A221209 G. C. Greubel, <a href="/A221209/b221209.txt">Table of n, a(n) for n = 1..10000</a> %H A221209 E. D. Krupnikov and K. S. Kölbig, <a href="https://doi.org/10.1016/S0377-0427(96)00111-2">Some special cases of the generalized hypergeometric function (q+1)Fq</a>, J. Comp. Appl. Math. 78 (1997) 79-95. %H A221209 Michael I. Shamos, <a href="http://euro.ecom.cmu.edu/people/faculty/mshamos/cat.pdf">A catalog of the real numbers</a>, (2007). See p. 594. %F A221209 Equals Integral_{x=0..oo} x/cosh(x) dx. %F A221209 Equals 2*A006752. %F A221209 From _Amiram Eldar_, Aug 20 2020: (Start) %F A221209 Equals Integral_{x=0..Pi/2} x/sin(x) dx. %F A221209 Equals 1 + Integral_{x=0..oo} x * exp(-x) * tanh(x) dx. (End) %F A221209 Equals 3F2(1/2,1,1;3/2,3/2;1) [Krupnikov]. - _R. J. Mathar_, May 13 2024 %F A221209 From _Stefano Spezia_, Nov 12 2024: (Start) %F A221209 Equals Integral_{x=0..oo} arctan(x)/(x*sqrt(x^2 + 1)) dx = Integral_{x=0..1} K(x^2) dx, where K(x) is the complete elliptic integral of the first kind (see Shamos). %F A221209 Equals Sum_{k>=0} 2^(2*k)/((2*k + 1)^2*binomial(2*k,k)) (see Finch). (End) %F A221209 Equals A247685/2. - _Hugo Pfoertner_, Nov 12 2024 %F A221209 Equals Sum_{n>=1} H(2*n) * binomial(2*n, n) / (4^n * (2*n + 1)), where H(n) is the n-th harmonic number. - _Antonio Graciá Llorente_, Apr 04 2025 %F A221209 Equals Integral_{x=-1..1} -log(abs(x))/(1 + x^2) dx. - _Kritsada Moomuang_, May 28 2025 %e A221209 1.83193118835443803010920702986476822154... %p A221209 evalf(2*Catalan) ; %t A221209 RealDigits[2 Catalan, 10, 100][[1]] (* _Bruno Berselli_, Feb 21 2013 *) %o A221209 (PARI) default(realprecision, 100); 2*Catalan \\ _G. C. Greubel_, Aug 25 2018 %o A221209 (Magma) SetDefaultRealField(RealField(100)); R:=RealField(); 2*Catalan(R); // _G. C. Greubel_, Aug 25 2018 %Y A221209 Cf. A006752, A247685. %K A221209 nonn,cons,easy %O A221209 1,2 %A A221209 _R. J. Mathar_, Feb 21 2013