login
A203358
Number of n X 4 binary arrays with every 1 immediately preceded by 0 to the left or above.
1
5, 61, 565, 5677, 55517, 547897, 5390325, 53087833, 522656405, 5146261573, 50669762053, 498898530085, 4912170264077, 48365462156161, 476208363192837, 4688768398640689, 46165815830098469, 454550623943557645
OFFSET
1,1
COMMENTS
Column 4 of A203362.
LINKS
FORMULA
Empirical: a(n) = 5*a(n-1) +42*a(n-2) +54*a(n-3) +23*a(n-4) -7*a(n-5).
Empirical g.f.: x*(5 + 36*x + 50*x^2 + 20*x^3 - 7*x^4) / (1 - 5*x - 42*x^2 - 54*x^3 - 23*x^4 + 7*x^5). - Colin Barker, Jun 04 2018
EXAMPLE
Some solutions for n=5:
..0..0..0..0....0..0..0..1....0..1..0..1....0..1..0..1....0..1..0..0
..0..0..0..1....0..1..0..0....1..0..0..1....0..1..1..0....0..1..1..0
..1..1..1..0....0..0..0..1....0..1..1..0....0..1..0..0....1..0..1..1
..0..1..0..0....0..0..0..0....0..0..0..1....1..0..0..1....0..0..0..1
..1..0..0..1....0..0..0..1....0..0..1..0....0..0..1..0....0..1..0..1
CROSSREFS
Cf. A203362.
Sequence in context: A345649 A000363 A200956 * A099666 A350973 A189444
KEYWORD
nonn
AUTHOR
R. H. Hardin, Dec 31 2011
STATUS
approved