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 A026063 #21 Sep 08 2022 08:44:49 %S A026063 71,119,180,255,345,451,574,715,875,1055,1256,1479,1725,1995,2290, %T A026063 2611,2959,3335,3740,4175,4641,5139,5670,6235,6835,7471,8144,8855, %U A026063 9605,10395,11226,12099,13015,13975,14980,16031,17129,18275,19470,20715,22011,23359,24760,26215,27725,29291 %N A026063 dot_product(n,n-1,...2,1)*(6,7,...,n,1,2,3,4,5). %H A026063 Vincenzo Librandi, <a href="/A026063/b026063.txt">Table of n, a(n) for n = 6..1000</a> %H A026063 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (4,-6,4,-1). %F A026063 a(n) = n(n^2+18n-73)/6. - _Ralf Stephan_, Apr 30 2004 %F A026063 G.f.: x^6*(71-165*x+130*x^2-35*x^3)/(1-x)^4. - _Colin Barker_, Sep 17 2012 %t A026063 CoefficientList[Series[(71 - 165 x + 130 x^2 - 35 x^3)/(1 - x)^4, {x, 0, 60}], x] (* _Vincenzo Librandi_, Oct 17 2013 *) %o A026063 (Magma) [n*(n^2+18*n-73)/6: n in [6..60]]; // _Vincenzo Librandi_, Oct 17 2017 %Y A026063 Column 5 of triangle A094415. %K A026063 nonn,easy %O A026063 6,1 %A A026063 _Clark Kimberling_