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 A292912 #20 Nov 12 2021 12:54:13 %S A292912 1,0,0,0,1,-5,15,-35,105,-756,6510,-46530,283470,-1667380,11457446, %T A292912 -99776040,969295145,-9298091180,86154691680,-804769174536, %U A292912 8052676029420,-88489327173660,1038440150703340,-12501684521410700,151866259113256611 %N A292912 E.g.f.: exp(1/4! * x^4 * exp(-x)). %H A292912 Seiichi Manyama, <a href="/A292912/b292912.txt">Table of n, a(n) for n = 0..534</a> %F A292912 a(n) = (-1)^n * A145454(n). %t A292912 With[{nn=30},CoefficientList[Series[Exp[x^4/4! Exp[-x]],{x,0,nn}],x] Range[ 0,nn]!] (* _Harvey P. Dale_, Nov 12 2021 *) %o A292912 (PARI) x='x+O('x^66); Vec(serlaplace(exp(1/4!*x^4*exp(-x)))) %Y A292912 Column k=4 of A292948. %Y A292912 Cf. A145454. %K A292912 sign %O A292912 0,6 %A A292912 _Seiichi Manyama_, Sep 26 2017