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 A162264 #15 Aug 31 2018 02:56:40 %S A162264 7,25,60,118,205,327,490,700,963,1285,1672,2130,2665,3283,3990,4792, %T A162264 5695,6705,7828,9070,10437,11935,13570,15348,17275,19357,21600,24010, %U A162264 26593,29355,32302,35440,38775,42313,46060,50022,54205,58615,63258 %N A162264 a(n) = (2*n^3 + 5*n^2 + 7*n)/2. %H A162264 Vincenzo Librandi, <a href="/A162264/b162264.txt">Table of n, a(n) for n = 1..1000</a> %H A162264 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (4,-6,4,-1). %F A162264 Row sums from A154681: a(n) = Sum_{m=1..n} (2*m*n + m + n + 3). %F A162264 From _Vincenzo Librandi_, Mar 05 2012: (Start) %F A162264 G.f.: x*(7 - 3*x + 2*x^2)/(1-x)^4. %F A162264 a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4). (End) %t A162264 LinearRecurrence[{4, -6, 4, -1}, {7, 25, 60, 118}, 50] (* or *) CoefficientList[Series[(7-3*x+2*x^2)/(1-x)^4,{x,0,40}],x] (* _Vincenzo Librandi_, Mar 05 2012 *) %Y A162264 Cf. A154681. %K A162264 nonn,easy %O A162264 1,1 %A A162264 _Vincenzo Librandi_, Jun 29 2009 %E A162264 New name from _Vincenzo Librandi_, Mar 05 2012