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 A054766 #28 Jul 02 2025 16:01:59 %S A054766 1,0,1,5,44,476,6336,99504,1803024,37019664,849418560,21539756160, %T A054766 598194037440,18056575823040,588622339549440,20609136708249600, %U A054766 771323264354361600,30729606721005830400,1298448658633614566400 %N A054766 a(n+2) = (2*n + 3)*a(n+1) + (n + 1)^2*a(n), a(0) = 1, a(1) = 0. %C A054766 Numerators of the convergents of the generalized continued fraction expansion 4/Pi - 1 = [0; 1/3, 4/5, 9/7,..., n^2/(2*n + 1),...] = 1/(3 + 4/(5 + 9/(7 + ...))). The first 4 convergents are 1/3, 5/19, 44/160 and 476/1744. %H A054766 Indranil Ghosh, <a href="/A054766/b054766.txt">Table of n, a(n) for n = 0..392</a> %H A054766 K. S. Brown, <a href="https://www.mathpages.com/home/kmath381/kmath381.htm">Integer Sequences Related To Pi</a> %F A054766 a(n) ~ (1 - Pi/4) * (1 + sqrt(2))^(n + 1/2) * n^n / (2^(1/4) * exp(n)). - _Vaclav Kotesovec_, Feb 18 2017 %t A054766 RecurrenceTable[{a[n+2] == (2*n+3)*a[n+1] + (n+1)^2*a[n], a[0] == 1, a[1] == 0}, a, {n, 0, 25}] (* _Vaclav Kotesovec_, Feb 18 2017 *) %t A054766 t={1,0};Do[AppendTo[t,(2(n-2)+3)*t[[-1]]+(n-1)^2*t[[-2]]],{n,2,18}];t (* _Indranil Ghosh_, Feb 25 2017 *) %Y A054766 Cf. A012244, A054765. %K A054766 nonn,easy,frac %O A054766 0,4 %A A054766 _N. J. A. Sloane_, May 26 2000 %E A054766 More terms from _James Sellers_, May 27 2000 %E A054766 Definition expanded by Al Hakanson (hawkuu(AT)gmail.com), Dec 01 2008 %E A054766 Keyword frac added by _Michel Marcus_, Feb 25 2017