OFFSET
0,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 0..200
Index entries for linear recurrences with constant coefficients, signature (2,18,-13,-70,24,64).
FORMULA
Empirical: a(n) = 2*a(n-1) + 18*a(n-2) - 13*a(n-3) - 70*a(n-4) + 24*a(n-5) + 64*a(n-6).
Empirical g.f.: (8 + 17*x - 49*x^2 - 82*x^3 + 66*x^4 + 88*x^5) / ((1 + 2*x)*(1 - 4*x - 10*x^2 + 33*x^3 + 4*x^4 - 32*x^5)). - Colin Barker, Apr 04 2018
The above g.f. is correct. See A183782 for bounds on the order of the recurrence. - Andrew Howroyd, Jan 09 2025
EXAMPLE
Some solutions with a(1,1)=0 for 3 X 4:
..0..1..1..1....0..0..0..0....0..0..0..0....0..0..0..0....0..1..0..1
..0..0..1..0....0..0..0..0....0..1..0..1....0..0..1..0....0..0..0..0
..0..0..0..0....0..1..0..0....0..0..0..0....1..0..0..0....1..0..1..0
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
R. H. Hardin, Jan 07 2011
EXTENSIONS
a(0) prepended by Andrew Howroyd, Jan 09 2025
STATUS
approved