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.

A213832 Principal diagonal of the convolution array A213831.

This page as a plain text file.
%I A213832 #20 Feb 19 2018 03:37:39
%S A213832 1,19,78,202,415,741,1204,1828,2637,3655,4906,6414,8203,10297,12720,
%T A213832 15496,18649,22203,26182,30610,35511,40909,46828,53292,60325,67951,
%U A213832 76194,85078,94627,104865,115816,127504
%N A213832 Principal diagonal of the convolution array A213831.
%H A213832 Clark Kimberling, <a href="/A213832/b213832.txt">Table of n, a(n) for n = 1..1000</a>
%H A213832 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (4,-6,4,-1).
%F A213832 G.f.: x*(1 + 15*x + 8*x^2)/(1-x)^4.
%F A213832 a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4).
%F A213832 a(n) = (n - 7*n^2 + 8*n^3)/2.
%F A213832 a(n) = Sum_{i = 0..n-1} (n + i)*(n + 3*i). - _Bruno Berselli_, Feb 14 2018
%t A213832 (See A213831.)
%Y A213832 Cf. A213831.
%K A213832 nonn,easy
%O A213832 1,2
%A A213832 _Clark Kimberling_, Jul 04 2012