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 A368321 #11 Dec 21 2023 10:24:07 %S A368321 1,6,42,354,3642,45426,673962,11641314,229708122,5098836306, %T A368321 125752998282,3411596337474,100968384710202,3237242806231986, %U A368321 111776324007217002,4135115023742364834,163175176006352025882,6841471526492783720466,303716608443703306594122 %N A368321 Expansion of e.g.f. exp(4*x) / (3 - 2*exp(x)). %F A368321 a(n) = 4^n + 2 * Sum_{k=1..n} binomial(n,k) * a(n-k). %F A368321 a(n) = (81/16)*A004123(n+1) - (1/2)*(3^n + (3/2)*2^n + 9/4 + (27/8)*0^n). %o A368321 (PARI) b(n, t) = sum(k=0, n, t^k*k!*stirling(n, k, 2)); %o A368321 a(n, m=4, t=2) = my(u=1+1/t); u^m*b(n, t)-(1/t)*sum(j=0, m-1, u^j*(m-1-j)^n); %Y A368321 Cf. A004123, A201339, A368319, A368320. %K A368321 nonn %O A368321 0,2 %A A368321 _Seiichi Manyama_, Dec 21 2023