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.

A213748 Principal diagonal of the convolution array A213747.

This page as a plain text file.
%I A213748 #15 Nov 07 2017 05:26:02
%S A213748 1,16,125,758,4071,20424,98185,458506,2096651,9436172,41941005,
%T A213748 184545294,805298191,3489644560,15032352785,64424443922,274877775891,
%U A213748 1168230842388,4947801800725,20890719879190,87960928124951
%N A213748 Principal diagonal of the convolution array A213747.
%H A213748 Clark Kimberling, <a href="/A213748/b213748.txt">Table of n, a(n) for n = 1..1000</a>
%H A213748 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (12,-53,106,-96,32).
%F A213748 a(n) = 12*a(n-1) - 53*a(n-2) + 106*a(n-3) - 96*a(n-4) + 32*a(n-5).
%F A213748 G.f.:  f(x)/g(x), where f(x) = x*(1 + 4*x - 14*x^2) and g(x) = (1 - 2*x)*(1 - 5*x + 4*x^2)^2.
%F A213748 a(n) = 2 - 2^n + 4^n*(n-1) + n. - _Colin Barker_, Nov 07 2017
%t A213748 (See A213747.)
%t A213748 LinearRecurrence[{12,-53,106,-96,32},{1,16,125,758,4071},30] (* _Harvey P. Dale_, Aug 15 2012 *)
%Y A213748 Cf. A213747, A213500.
%K A213748 nonn,easy
%O A213748 1,2
%A A213748 _Clark Kimberling_, Jun 19 2012