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 A132060 #5 Nov 21 2013 12:49:06 %S A132060 1,9,145,3361,101601,3786601,167756689,8611201665,502522701121, %T A132060 32854723149961,2378687990172561,188913154677765409, %U A132060 16328988725252964385,1525987835722540609641,153312690475268723848081 %N A132060 Row sums of triangle A132056 (S2(8), Stirling2 generalization). %C A132060 Generalized Bell numbers B(8,1;n). %F A132060 a(n)=sum(A132056(n, m), m=1..n), n>=1. %F A132060 E.g.f.: exp(-1+(1-7*x)^(-1/7)) - 1. %t A132060 With[{nn=30},Rest[CoefficientList[Series[Exp[-1+(1-7x)^(-1/7)]-1,{x,0,nn}],x] Range[0,nn]!]] (* _Harvey P. Dale_, Sep 23 2011 *) %Y A132060 Cf. A092084 (row sums of S2(7)=A092082). %K A132060 nonn,easy %O A132060 1,2 %A A132060 _Wolfdieter Lang_ Sep 14 2007