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 A290723 #13 Sep 04 2017 07:28:18 %S A290723 0,1476,11772,61595,249986,846306,2495961,6601035,15978570,35938992, %T A290723 75976077,152318826,291665618,536502980,952506198,1638627738, %U A290723 2740602996,4468742196,7121033250,11112754029,17013984714,25596622646,37892734319,55266332805,79500944910 %N A290723 a(n) = (1/11520) * n*(n+7)^2 * (3*n^7 + 83*n^6 + 961*n^5 + 6201*n^4 + 24708*n^3 + 60700*n^2 + 87968*n + 85056). %H A290723 Colin Barker, <a href="/A290723/b290723.txt">Table of n, a(n) for n = 0..1000</a> %H A290723 <a href="/index/Rec#order_11">Index entries for linear recurrences with constant coefficients</a>, signature (11,-55,165,-330,462,-462,330,-165,55,-11,1). %F A290723 G.f.: x*(1476 - 4464*x + 13283*x^2 - 23639*x^3 + 28885*x^4 - 24502*x^5 + 14202*x^6 - 5376*x^7 + 1200*x^8 - 120*x^9) / (1 - x)^11. - _Colin Barker_, Aug 09 2017 %t A290723 CoefficientList[Series[x (1476 - 4464 x + 13283 x^2 - 23639 x^3 + 28885 x^4 - 24502 x^5 + 14202 x^6 - 5376 x^7 + 1200 x^8 - 120 x^9)/(1 - x)^11, {x, 0, 24}], x] (* _Michael De Vlieger_, Aug 09 2017 *) %o A290723 (PARI) concat(0, Vec(x*(1476 - 4464*x + 13283*x^2 - 23639*x^3 + 28885*x^4 - 24502*x^5 + 14202*x^6 - 5376*x^7 + 1200*x^8 - 120*x^9) / (1 - x)^11 + O(x^30))) \\ _Colin Barker_, Aug 09 2017 %Y A290723 This is the negation of column 6 of triangle A290053. %K A290723 nonn,easy %O A290723 0,2 %A A290723 _Gregory Gerard Wojnar_, Aug 09 2017