cp's OEIS Frontend

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.

A090453 Third column (m=4) of array A090452.

This page as a plain text file.
%I A090453 #8 Jun 13 2015 00:51:16
%S A090453 2,16,51,118,230,402,651,996,1458,2060,2827,3786,4966,6398,8115,10152,
%T A090453 12546,15336,18563,22270,26502,31306,36731,42828,49650,57252,65691,
%U A090453 75026,85318,96630,109027,122576,137346,153408,170835,189702,210086
%N A090453 Third column (m=4) of array A090452.
%H A090453 Harvey P. Dale, <a href="/A090453/b090453.txt">Table of n, a(n) for n = 0..1000</a>
%H A090453 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (5, -10, 10, -5, 1).
%F A090453 a(n)= (n+1)*(n^3+15*n^2+56*n+24)/12.
%F A090453 G.f.: (2+6*x-9*x^2+3*x^3)/(1-x)^5.
%t A090453 Table[(n+1)(n^3+15n^2+56n+24)/12,{n,0,40}] (* or *) LinearRecurrence[{5,-10,10,-5,1},{2,16,51,118,230},40] (* _Harvey P. Dale_, Dec 07 2014 *)
%Y A090453 Cf. A055998, A090454.
%K A090453 nonn,easy
%O A090453 0,1
%A A090453 _Wolfdieter Lang_, Dec 23 2003