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 A113329 #10 Sep 08 2024 19:26:50 %S A113329 1,4,32,272,2400,21792,203008,1940224,19065344,193410560,2038078464, %T A113329 22490167296,262429339648,3271314362368,43955391856640, %U A113329 640254018879488,10121874150653952,173145693892509696,3186234896556752896 %N A113329 a(n) = Sum_{k=0..n} 4^k*A111146(n,k). %F A113329 G.f.: A(x) = 1/(1 - (2/3)*x*Sum_{k>=0} (k+3)!*x^k ). %e A113329 A(x) = (1 + 4*x + 32*x^2 + 272*x^3 + 2400*x^4 + 21792*x^5 +..) %e A113329 = 1/(1 - 4/3!*x*(3! + 4!*x + 5!*x^2 + 6!*x^3 + 7!*x^4 +..) ). %o A113329 (PARI) {a(n)=local(y=4,x=X+X*O(X^n)); polcoeff(1/(1 - y/(y-1)!*x*sum(k=0,n,(y-1+k)!*x^k)),n,X)} %Y A113329 Cf. A111146, A113326, A113327 (y=2), A113328 (y=3), A113330 (y=5), A113331 (y=6). %K A113329 nonn %O A113329 0,2 %A A113329 _Philippe Deléham_ and _Paul D. Hanna_, Oct 26 2005