OFFSET
1,1
REFERENCES
Brualdi, Richard A. and Ryser, Herbert J., Combinatorial Matrix Theory, Cambridge NY (1991), Chapter 7.
LINKS
Indranil Ghosh, Table of n, a(n) for n = 1..444
Seok-Zun Song et al., Extremes of permanents of (0,1)-matrices, Lin. Algebra and its Applic. 373 (2003), pp. 197-210.
FORMULA
a(n) = (n+5)*a(n-1) + (n-2)*a(n-2), a(1)=7, a(2)=49
E.g.f.: 7*exp(-x)/(1-x)^8. - Vladeta Jovovic, Mar 19 2004
a(n) = (A000166(n-1)+7*A000166(n)+21*A000166(n+1)+35*A000166(n+2)+35*A000166(n+3)+21*A000166(n+4)+7*A000166(n+5)+A000166(n+6))/6!. - Vladeta Jovovic, Mar 19 2004
a(n) ~ exp(-1) * n! * n^6 / 6!. - Vaclav Kotesovec, Nov 30 2017
MATHEMATICA
t={7, 49}; Do[AppendTo[t, (n+5)*t[[-1]]+(n-2)*t[[-2]]], {n, 3, 17}]; t (* Indranil Ghosh, Feb 21 2017 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Jaap Spies, Dec 13 2003
EXTENSIONS
Corrected by Jaap Spies, Jan 26 2004
STATUS
approved