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 A060559 #12 Jul 03 2018 02:33:18 %S A060559 3,43,311,1551,6061,19877,57057,147433,349778,773058,1609322,3182842, %T A060559 6021366,10956806,19264366,32851038,54506573,88232485,139667385, %U A060559 216629985,329804475,493596675,727193415,1055862015 %N A060559 One half of sixth column (m=5) of triangle A060556. %H A060559 Harry J. Smith, <a href="/A060559/b060559.txt">Table of n, a(n) for n = 0..500</a> %F A060559 a(n) = (8*n^2 + 72*n + 135)*binomial(n+8, 8)/45. %F A060559 G.f.: (3 + 10*x + 3*x^2)/(1-x)^11. %o A060559 (PARI) a(n)={(8*n^2 + 72*n + 135)*binomial(n + 8, 8)/45} \\ _Harry J. Smith_, Jul 07 2009 %Y A060559 Cf. A060558. %K A060559 nonn,easy %O A060559 0,1 %A A060559 _Wolfdieter Lang_, Apr 06 2001