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.
%I A052658 #26 Dec 10 2024 08:59:00 %S A052658 1,1,4,30,264,3000,40320,635040,11410560,230791680,5185555200, %T A052658 128172844800,3455996544000,100952461209600,3175730791833600, %U A052658 107037070043904000,3848161361780736000,146994587721805824000 %N A052658 Expansion of e.g.f. (1-x^2)*(1-x)/(1-2x-x^2+x^3). %H A052658 Vincenzo Librandi, <a href="/A052658/b052658.txt">Table of n, a(n) for n = 0..200</a> %H A052658 INRIA Algorithms Project, <a href="http://ecs.inria.fr/services/structure?nbr=605">Encyclopedia of Combinatorial Structures 605</a> %F A052658 E.g.f.: (-1+x^2)*(-1+x)/(x^3-x^2-2*x+1) %F A052658 Recurrence: {a(1)=1, a(0)=1, a(2)=4, (n^3+6*n^2+11*n+6)*a(n)+(-n^2-5*n-6)*a(n+1)+(-2*n-6)*a(n+2)+a(n+3)=0, a(3)=30} %F A052658 a(n) = Sum(-1/7*(_alpha+_alpha^2-2)*_alpha^(-1-n), _alpha=RootOf(_Z^3-_Z^2-2*_Z+1))*n!. %F A052658 a(n) = n!*A006054(n+1),n>0. - _R. J. Mathar_, Jun 03 2022 %p A052658 spec := [S,{S=Sequence(Prod(Z,Sequence(Z),Sequence(Prod(Z,Z))))},labeled]: seq(combstruct[count](spec,size=n), n=0..20); %t A052658 With[{nn=20},CoefficientList[Series[((1-x^2)(1-x))/(1-2x-x^2+x^3),{x,0,nn}], x]Range[0,nn]!] (* _Harvey P. Dale_, May 16 2012 *) %K A052658 easy,nonn %O A052658 0,3 %A A052658 encyclopedia(AT)pommard.inria.fr, Jan 25 2000