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 A294047 #13 Oct 24 2017 09:30:03 %S A294047 1,1,10,195,6136,280745,17452296,1406162695,141881576320, %T A294047 17464107109329,2568781033444000,444027365181074411, %U A294047 88960718926056936960,20419945656807380230105,5317219394033953475875456,1557341699638685065316319375,509241278697083918035944964096 %N A294047 a(n) = n! * [x^n] exp(1/(1-x)^n - 1). %H A294047 Seiichi Manyama, <a href="/A294047/b294047.txt">Table of n, a(n) for n = 0..257</a> %p A294047 S:=series(exp(1/(1-x)^n-1),x,31): %p A294047 seq(n!*coeff(S,x,n),n=0..30); # _Robert Israel_, Oct 22 2017 %t A294047 Table[n!*SeriesCoefficient[Exp[1/(1-x)^n - 1], {x, 0, n}], {n, 0, 20}] (* _Vaclav Kotesovec_, Oct 22 2017 *) %Y A294047 Main diagonal of A294046. %K A294047 nonn %O A294047 0,3 %A A294047 _Seiichi Manyama_, Oct 22 2017