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 A110467 #14 Dec 07 2020 17:26:32 %S A110467 1,5,38,430,6640,130200,3088560,85828080,2731899456,97956720000, %T A110467 3906077932800,171436911264000,8211994618982400,426284974571904000, %U A110467 23836815193556736000,1428394963614554880000,91316330157374106624000 %N A110467 Convolution of 4^n*n! and n!. %H A110467 G. C. Greubel, <a href="/A110467/b110467.txt">Table of n, a(n) for n = 0..360</a> %F A110467 E.g.f. (for offset 1): log((1-x)*(1-4*x))/(4*x-5). %F A110467 a(n) = n!*Sum_{k=0..n} 4^k/binomial(n, k). %F A110467 a(n) = Sum_{k=0..n} k!*4^k*(n-k)!. %F A110467 a(n) ~ 4^n * n! * (1 + 1/(4*n) + 1/(8*n^2) + 7/(32*n^3) + 1/(2*n^4) + 187/(128*n^5) + 1337/(256*n^6) + 22559/(1024*n^7) + 109517/(1024*n^8) + 1202047/(2048*n^9) + 14710847/(4096*n^10) + ...). - _Vaclav Kotesovec_, Dec 07 2020 %t A110467 Table[Sum[k!*4^k*(n - k)!, {k, 0, n}], {n, 0, 50}] (* _G. C. Greubel_, Aug 28 2017 *) %o A110467 (PARI) for(n=0,50, print1(sum(k=0,n, k!*4^k*(n-k)!), ", ")) \\ _G. C. Greubel_, Aug 28 2017 %Y A110467 Cf. A107713, A108953. %K A110467 easy,nonn %O A110467 0,2 %A A110467 _Paul Barry_, Jul 21 2005