A208422 Number of 5Xn 0..1 arrays avoiding 0 0 0 and 0 0 1 horizontally and 0 0 0 and 0 1 1 vertically.
13, 169, 611, 3835, 18395, 100113, 512525, 2702193, 14044303, 73505289, 383392451, 2003126697, 10456915209, 54611619153, 285148941623, 1489042615021, 7775302008851, 40601362677837, 212010307642445, 1107075047855985
Offset: 1
Keywords
Examples
Some solutions for n=4 ..1..1..0..1....1..1..1..1....0..1..1..0....0..1..1..1....1..1..0..1 ..0..1..0..0....1..0..1..0....0..1..0..0....1..0..1..1....1..0..1..0 ..0..1..1..0....1..1..1..1....1..0..1..1....0..1..0..1....0..1..0..0 ..1..1..0..1....1..0..1..0....0..1..0..0....1..0..1..0....1..0..1..1 ..0..1..1..0....0..1..1..0....1..0..1..1....0..1..0..0....0..1..0..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..210
Formula
Empirical: a(n) = a(n-1) +23*a(n-2) +11*a(n-3) -83*a(n-4) -21*a(n-5) +96*a(n-6) +12*a(n-7) -42*a(n-8) -2*a(n-9) +6*a(n-10)
Comments