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.

A089513 Third column of triangle A089504.

This page as a plain text file.
%I A089513 #8 Jul 07 2021 17:10:52
%S A089513 1,90,6156,387720,23705136,1432922400,86230132416,5179923146880,
%T A089513 310942155338496,18660051727004160,1119687641441381376,
%U A089513 67183287394552842240,4031045937469026349056,241863924899255181189120
%N A089513 Third column of triangle A089504.
%C A089513 Convolution of A089507 with powers of 60.
%H A089513 Harvey P. Dale, <a href="/A089513/b089513.txt">Table of n, a(n) for n = 0..562</a>
%H A089513 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (90,-1944,8640).
%F A089513 G.f.: 1/((1-3*2*1*x)*(1-4*3*2*x)*(1-5*4*3*x)).
%F A089513 a(n)=A089504(n+3, 3), n>=0.
%F A089513 a(n)= (50*(5*4*3)^n - 24*(4*3*2)^n + (3*2*1)^n)/27 = (6^n)*(5*10^(n+1) - 3*2^(2*n+3) + 1)/27.
%t A089513 CoefficientList[Series[1/(1-90 x+1944 x^2-8640 x^3),{x,0,20}],x] (* or *) LinearRecurrence[{90,-1944,8640},{1,90,6156},20] (* _Harvey P. Dale_, Jul 07 2021 *)
%Y A089513 Cf. A089505, A089507, A089514.
%K A089513 nonn,easy
%O A089513 0,2
%A A089513 _Wolfdieter Lang_, Dec 01 2003