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.

A052593 E.g.f. 1/(1-x-x^4).

This page as a plain text file.
%I A052593 #23 May 09 2023 12:27:45
%S A052593 1,1,2,6,48,360,2880,25200,282240,3628800,50803200,758419200,
%T A052593 12454041600,224172748800,4358914560000,90229531392000,
%U A052593 1987665039360000,46595053080576000,1158829640736768000,30411275102208000000,839351192820940800000,24319288473733693440000
%N A052593 E.g.f. 1/(1-x-x^4).
%H A052593 INRIA Algorithms Project, <a href="http://ecs.inria.fr/services/structure?nbr=538">Encyclopedia of Combinatorial Structures 538</a>
%F A052593 E.g.f.: -1/(-1+x^4+x).
%F A052593 Recurrence: {a(1)=1, a(0)=1, a(3)=6, a(2)=2, (-n^4-35*n^2-50*n-24-10*n^3)*a(n) +(-n-4)*a(n+3) +a(n+4)=0}
%F A052593 Sum(1/283*(27+36*_alpha^3+48*_alpha^2+64*_alpha)*_alpha^(-1-n), _alpha=RootOf(-1+_Z^4+_Z))*n!
%F A052593 a(n) = n!*A003269(n+1). - _R. J. Mathar_, Nov 27 2011
%p A052593 spec := [S,{S=Sequence(Union(Z,Prod(Z,Z,Z,Z)))},labeled]: seq(combstruct[count](spec,size=n), n=0..20);
%p A052593 a:= n-> n! * (Matrix([[1,1,0,0], [0,0,1,0], [0,0,0,1], [1,0,0,0]])^n)[1,1]: seq(a(n), n=0..20);  # _Alois P. Heinz_, Jun 01 2009
%t A052593 With[{nn=20},CoefficientList[Series[1/(1-x-x^4),{x,0,nn}],x] Range[0,nn]!] (* _Harvey P. Dale_, Feb 02 2012 *)
%Y A052593 Row sums of A145142. - _Alois P. Heinz_, Jun 01 2009
%K A052593 easy,nonn
%O A052593 0,3
%A A052593 encyclopedia(AT)pommard.inria.fr, Jan 25 2000