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 A145426 #36 May 26 2025 11:57:17 %S A145426 2,8,9,8,6,8,1,3,3,6,9,6,4,5,2,8,7,2,9,4,4,8,3,0,3,3,3,2,9,2,0,5,0,3, %T A145426 7,8,4,3,7,8,9,9,8,0,2,4,1,3,5,9,6,8,7,5,4,7,1,1,1,6,4,5,8,7,4,0,0,1, %U A145426 4,9,4,0,8,0,6,4,0,1,7,4,7,6,6,7,2,5,7,8,0,1,2,3,9 %N A145426 Decimal expansion of Sum_{k>=0} (k!/(k+2)!)^2. %D A145426 Alexander Apelblat, Tables of Integrals and Series, Harri Deutsch, (1996), 4.1.31. %D A145426 Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 2.19 Vallée's Constant, p. 161. %H A145426 R. J. Mathar, <a href="http://arxiv.org/abs/1301.6293">Tightly circumscribed regular polygons</a>, arXiv:1301.6293 [math.MG], 2013, value (A15). %F A145426 Equals A002388/3-3 = Sum_{n>=1} 1/A002378(n)^2 = Sum_{n>=2} 1/A035287(n). %e A145426 0.28986813369645287294483... %p A145426 evalf(1/3*Pi^2-3) ; %t A145426 RealDigits[Pi^2/3 - 3, 10, 120][[1]] (* _Amiram Eldar_, Jun 17 2023 *) %o A145426 (PARI) Pi^2/3-3 \\ _Seiichi Manyama_, Dec 09 2021 %o A145426 (PARI) sumnumrat(1/(x^4 + 2*x^3 + x^2), 1) \\ _Charles R Greathouse IV_, Jan 20 2022 %Y A145426 Cf. A002388 (Pi^2), A002378 (oblong numbers), A035287, A348670. %K A145426 cons,easy,nonn %O A145426 0,1 %A A145426 _R. J. Mathar_, Feb 08 2009