A207456 Number of 5 X n 0..1 arrays avoiding 0 0 0 and 0 0 1 horizontally and 0 0 1 and 1 0 1 vertically.
10, 100, 270, 1450, 5200, 23530, 92610, 396100, 1610950, 6754210, 27799200, 115710130, 478341370, 1985702500, 8222193630, 34098329530, 141276194800, 585672013210, 2427100765650, 10060368444100, 41694947333590
Offset: 1
Keywords
Examples
Some solutions for n=5: 1 1 1 1 1 1 0 1 1 0 0 1 0 1 0 0 1 0 1 0 1 1 1 1 1 1 1 0 1 1 1 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..210
Crossrefs
Cf. A207453.
Formula
Empirical: a(n) = a(n-1) + 13*a(n-2) + 4*a(n-3) - 16*a(n-4).
Empirical g.f.: 10*x*(1 + 9*x + 4*x^2 - 16*x^3) / (1 - x - 13*x^2 - 4*x^3 + 16*x^4). - Colin Barker, Jun 23 2018
Comments