OFFSET
3,1
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 3..1000
T. Hearne and C. G. Wagner, Minimal covers of finite sets, Discr. Math. 5 (1973), 247-251.
Index entries for linear recurrences with constant coefficients, signature (20, -166, 740, -1921, 2960, -2656, 1280, -256).
FORMULA
G.f.: x^3*(1 + (1-4*x)^(-4) + 3*(1-x)^(-4)). - corrected by Vaclav Kotesovec, Oct 04 2012
Recurrence (for n>3): 4*(n-1)*n*a(n-2)-5*(n-4)*n*a(n-1)+(n-4)*(n-3)*a(n)=0. - Vaclav Kotesovec, Oct 04 2012
For n>3, a(n) = n*(n-1)*(n-2)*(4^n+192)/384. - Vaclav Kotesovec, Oct 26 2012
MATHEMATICA
Table[SeriesCoefficient[x^3*(1+(1-4*x)^(-4)+3*(1-x)^(-4)), {x, 0, n}], {n, 3, 25}] (* Vaclav Kotesovec, Oct 04 2012 *)
PROG
(Magma) [5] cat [n*(n-1)*(n-2)*(4^n+192)/384: n in [4..30]]; // Vincenzo Librandi, May 03 2013
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Name clarified by Geoffrey Critzer, Apr 23 2017
STATUS
approved