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 (3,4,-8).
FORMULA
Empirical: a(n) = 3*a(n-1) + 4*a(n-2) - 8*a(n-3).
Empirical g.f.: (4 + x - 8*x^2) / (1 - 3*x - 4*x^2 + 8*x^3). - 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 5 X 3:
..0..1..0....0..1..1....0..0..0....0..1..0....0..1..0....0..0..0....0..0..0
..1..1..1....1..1..1....1..0..1....1..1..1....1..1..1....0..0..1....0..0..0
..1..0..1....1..1..1....0..0..0....1..1..1....1..0..1....0..1..1....1..0..0
..0..0..0....1..1..0....0..0..0....1..1..1....0..0..0....1..1..1....1..1..0
..0..0..0....1..1..1....0..1..0....1..1..1....1..0..0....1..1..0....1..1..1
CROSSREFS
KEYWORD
nonn,easy,changed
AUTHOR
R. H. Hardin, Jan 07 2011
EXTENSIONS
a(0) prepended by Andrew Howroyd, Jan 09 2025
STATUS
approved