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 A193245 #12 Jan 03 2013 11:02:12 %S A193245 0,1,2,11,24,35,85,175,274,322,546,720,870,1320,1624,1925,2717,3731, %T A193245 5005,6580,6769,8500,10812,13068,13566,16815,20615,22449,25025,30107, %U A193245 35926,40320,42550,50050,58500,63273,67977,78561,90335,103385,117800,118124,133672 %N A193245 Ordered Stirling numbers S1(n,k) >= 0. %C A193245 List all Stirling numbers of the first kind >=0, sort and remove duplicates. %t A193245 s1 = Select[Union[Flatten[Table[Table[StirlingS1[n,k], {k,1,100}], {n,1,100}]]], #>=0&]; Table[s1[[j]], {j, 1, 100}] %Y A193245 Cf. A193246, A024412. %K A193245 nonn %O A193245 1,3 %A A193245 _Vaclav Kotesovec_, Jan 01 2013