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 A163655 #14 Dec 17 2019 05:30:31 %S A163655 0,10,31,69,130,220,345,511,724,990,1315,1705,2166,2704,3325,4035, %T A163655 4840,5746,6759,7885,9130,10500,12001,13639,15420,17350,19435,21681, %U A163655 24094,26680,29445,32395,35536,38874,42415,46165,50130,54316,58729,63375 %N A163655 a(n) = n*(2*n^2 + 5*n + 13)/2. %H A163655 Vincenzo Librandi, <a href="/A163655/b163655.txt">Table of n, a(n) for n = 0..1000</a> %H A163655 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (4,-6,4,-1). %F A163655 Row sums from A163652: a(n) = Sum_{m=1..n} (2*m*n + m + n + 6). %F A163655 G.f.: x*(10 - 9*x + 5*x^2)/(x-1)^4. %F A163655 a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4). %F A163655 E.g.f.: (1/2)*x*(20 + 11*x + 2*x^2)*exp(x). - _G. C. Greubel_, Aug 01 2017 %t A163655 CoefficientList[Series[x*(10-9*x+5*x^2)/(x-1)^4,{x,0,40}],x] (* _Vincenzo Librandi_, Mar 05 2012 *) %t A163655 LinearRecurrence[{4,-6,4,-1}, {0,10,31,69}, 50] (* _G. C. Greubel_, Aug 01 2017 *) %o A163655 (PARI) x='x+O('x^50); concat([0], Vec(x*(10-9*x+5*x^2)/(x-1)^4)) \\ _G. C. Greubel_, Aug 01 2017 %Y A163655 Cf. A163652. %K A163655 nonn,easy %O A163655 0,2 %A A163655 _Vincenzo Librandi_, Aug 02 2009 %E A163655 Edited by _R. J. Mathar_, Aug 05 2009