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.

A052699 Expansion of e.g.f. (1+x^5-x^6)/(1-x).

This page as a plain text file.
%I A052699 #21 May 31 2022 11:07:50
%S A052699 1,1,2,6,24,240,720,5040,40320,362880,3628800,39916800,479001600,
%T A052699 6227020800,87178291200,1307674368000,20922789888000,355687428096000,
%U A052699 6402373705728000,121645100408832000,2432902008176640000
%N A052699 Expansion of e.g.f. (1+x^5-x^6)/(1-x).
%H A052699 Vincenzo Librandi, <a href="/A052699/b052699.txt">Table of n, a(n) for n = 0..200</a>
%H A052699 INRIA Algorithms Project, <a href="http://ecs.inria.fr/services/structure?nbr=649">Encyclopedia of Combinatorial Structures 649</a>
%F A052699 E.g.f.: (1+x^5-x^6)/(1-x).
%F A052699 a(n+1) = (n+1)*a(n), for n > 5.
%F A052699 a(n) = n! + 5!*[n=5].
%p A052699 spec := [S,{S=Union(Sequence(Z),Prod(Z,Z,Z,Z,Z))},labeled]: seq(combstruct[count](spec,size=n), n=0..20);
%t A052699 With[{nn=20},CoefficientList[Series[(1+x^5-x^6)/(1-x),{x,0,nn}],x] Range[0,nn]!] (* _Harvey P. Dale_, Feb 04 2014 *)
%t A052699 Table[n! + 5!*Boole[n==5], {n, 0, 40}] (* _G. C. Greubel_, May 31 2022 *)
%o A052699 (SageMath) [factorial(n) + factorial(5)*bool(n==5) for n in (0..30)] # _G. C. Greubel_, May 31 2022
%Y A052699 Cf. A000142.
%K A052699 easy,nonn
%O A052699 0,3
%A A052699 encyclopedia(AT)pommard.inria.fr, Jan 25 2000