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 A294216 #13 Dec 02 2021 12:15:56 %S A294216 1,1,5,31,265,2621,30901,411475,6232241,103992985,1909517221, %T A294216 38038551431,819452533945,18924054045781,466804248205205, %U A294216 12234394315501051,339537099805667041,9941204417393228465,306212116909615474501,9894769026271957204975 %N A294216 E.g.f.: exp(1/((1-x)*(1-x^2)*(1-x^3)*(1-x^4)*(1-x^5)) - 1). %H A294216 Seiichi Manyama, <a href="/A294216/b294216.txt">Table of n, a(n) for n = 0..425</a> %H A294216 Vaclav Kotesovec, <a href="/A294216/a294216.txt">Recurrence (of order 25)</a> %t A294216 With[{nn=20},CoefficientList[Series[Exp[1/Times@@(1-x^Range[5])-1],{x,0,nn}],x] Range[0,nn]!] (* _Harvey P. Dale_, Sep 08 2018 *) %o A294216 (PARI) N=66; x='x+O('x^N); Vec(serlaplace(exp(1/((1-x)*(1-x^2)*(1-x^3)*(1-x^4)*(1-x^5))-1))) %Y A294216 Column k=5 of A294212. %K A294216 nonn %O A294216 0,3 %A A294216 _Seiichi Manyama_, Oct 25 2017