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 A294051 #14 Jun 09 2023 23:05:50 %S A294051 1,5,55,785,13705,280745,6561175,171559925,4947814225,155676898925, %T A294051 5297647127575,193609855201625,7554669411801625,313185598385812625, %U A294051 13735697420477200375,634998741428031792125,30844527567399706110625,1569784302914751616023125 %N A294051 Expansion of e.g.f.: exp(1/(1-x)^5 - 1). %H A294051 Seiichi Manyama, <a href="/A294051/b294051.txt">Table of n, a(n) for n = 0..402</a> %F A294051 E.g.f.: exp(1/(1-x)^5 - 1). %t A294051 nmax = 20; CoefficientList[Series[Exp[1/(1-x)^5 - 1], {x, 0, nmax}], x] * Range[0, nmax]! (* _Vaclav Kotesovec_, Oct 22 2017 *) %o A294051 (PARI) N=66; x='x+O('x^N); Vec(serlaplace(exp(1/(1-x)^5-1))) %Y A294051 Column k=5 of A294046. %K A294051 nonn %O A294051 0,2 %A A294051 _Seiichi Manyama_, Oct 22 2017