cp's OEIS Frontend

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.

A353885 Expansion of e.g.f. 1/(1 - (x * (exp(x) - 1))^4 / 576).

This page as a plain text file.
%I A353885 #11 May 09 2022 15:19:53
%S A353885 1,0,0,0,0,0,0,0,70,1260,13650,115500,841995,5555550,34139105,
%T A353885 198948750,1175994820,10315705400,192609389700,4563951046200,
%U A353885 98992258506345,1898260633492650,32787422848455275,520556451785466250,7722233521138092726,108688302800107222500
%N A353885 Expansion of e.g.f. 1/(1 - (x * (exp(x) - 1))^4 / 576).
%F A353885 a(n) = n! * Sum_{k=0..floor(n/8)} (4*k)! * Stirling2(n-4*k,4*k)/(576^k * (n-4*k)!).
%o A353885 (PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(1/(1-(x*(exp(x)-1))^4/576)))
%o A353885 (PARI) a(n) = n!*sum(k=0, n\8, (4*k)!*stirling(n-4*k, 4*k, 2)/(576^k*(n-4*k)!));
%Y A353885 Cf. A052848, A353883, A353884.
%Y A353885 Cf. A346895, A353882.
%K A353885 nonn
%O A353885 0,9
%A A353885 _Seiichi Manyama_, May 09 2022