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 A293717 #11 Nov 15 2020 15:38:40 %S A293717 1,1,5,31,241,1661,16861,181315,2091041,25320601,354057301,5149373351, %T A293717 78917379025,1281478466581,22335899616941,403305062965771, %U A293717 7612564457632321,150561914023428785,3113594618276542501,66512360356769464111,1474726318816689523121 %N A293717 E.g.f.: exp(x + 2*x^2 + 3*x^3 + 4*x^4). %H A293717 Seiichi Manyama, <a href="/A293717/b293717.txt">Table of n, a(n) for n = 0..491</a> %t A293717 With[{nn=20},CoefficientList[Series[Exp[x+2x^2+3x^3+4x^4],{x,0,nn}],x] Range[ 0,nn]!] (* _Harvey P. Dale_, Nov 15 2020 *) %o A293717 (PARI) N=66; x='x+O('x^N); Vec(serlaplace(exp(x+2*x^2+3*x^3+4*x^4))) %Y A293717 Column k=4 of A293718. %K A293717 nonn %O A293717 0,3 %A A293717 _Seiichi Manyama_, Oct 15 2017