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 A154416 #15 Sep 16 2016 13:37:47 %S A154416 1,1,1,2,11,35,274,1624,13068,118124,1026576,12753576,120543840, %T A154416 1931559552,20313753096,392156797824,5056995703824,102992244837120, %U A154416 1583313975727488,34012249593822720,610116075740491776,13803759753640704000,284093315901811468800 %N A154416 Maximal Stirling numbers of the first kind. %H A154416 G. C. Greubel, <a href="/A154416/b154416.txt">Table of n, a(n) for n = 0..300</a> %F A154416 a(n) = max_{m=0..n} StirlingS1(n,m). %t A154416 Table[Max[Table[StirlingS1[n, m], {m, 0, n}]], {n, 0, 30}] %o A154416 (PARI) a(n) = vecmax(vector(n+1, m, stirling(n, m-1, 1))); \\ _Michel Marcus_, Sep 16 2016 %Y A154416 Cf. A002870, A006551, A065048. %K A154416 nonn %O A154416 0,4 %A A154416 _Roger L. Bagula_, Jan 09 2009