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.

A213845 Principal diagonal of the convolution array A213844.

This page as a plain text file.
%I A213845 #17 Jun 17 2017 02:59:44
%S A213845 3,32,119,296,595,1048,1687,2544,3651,5040,6743,8792,11219,14056,
%T A213845 17335,21088,25347,30144,35511,41480,48083,55352,63319,72016,81475,
%U A213845 91728,102807,114744,127571,141320,156023,171712
%N A213845 Principal diagonal of the convolution array A213844.
%H A213845 Clark Kimberling, <a href="/A213845/b213845.txt">Table of n, a(n) for n = 1..1000</a>
%H A213845 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (4,-6,4,-1).
%F A213845 a(n) = (2*n - 9*n^2 + 16*n^3)/3.
%F A213845 a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4).
%F A213845 G.f.: f(x)/g(x), where f(x) = x*(3 + 20*x + 9*x^2) and g(x) = (1-x)^4.
%t A213845 (See A213841.)
%t A213845 LinearRecurrence[{4,-6,4,-1},{3,32,119,296},40] (* _Harvey P. Dale_, Nov 06 2014 *)
%Y A213845 Cf. A213841.
%K A213845 nonn,easy
%O A213845 1,1
%A A213845 _Clark Kimberling_, Jul 05 2012