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 A243569 #7 Jun 06 2014 16:35:22 %S A243569 1,36,870,18150,357423,6926634,135036473,2681453775,54631129553, %T A243569 1146901283528,24871845297936,557921681547048,12953636989943896, %U A243569 311333643161390640,7744654310169576800,199321978221066137360 %N A243569 Unsigned Stirling numbers of the first kind s(n,8). %H A243569 Stanislav Sykora, <a href="/A243569/b243569.txt">Table of n, a(n) for n = 8..307</a> %H A243569 Wikipedia, <a href="http://en.wikipedia.org/wiki/Stirling_numbers_of_the_first_kind">Stirling numbers of the first kind</a> %t A243569 Drop[Table[Abs[StirlingS1[n, 8]], {n, 0, 20}], 8] (* _Vaclav Kotesovec_, Jun 06 2014 *) %o A243569 (PARI) abs(stirling(n,8)) %Y A243569 Cf. A000254, A000399, A000454, A000482, A001233, A001234, A008275, A243570. %K A243569 nonn,easy %O A243569 8,2 %A A243569 _Stanislav Sykora_, Jun 06 2014