[go: up one dir, main page]

login
A208558
Number of 6 X n 0..1 arrays avoiding 0 0 0 and 0 0 1 horizontally and 0 0 1 and 0 1 1 vertically.
1
16, 256, 784, 5776, 25600, 150544, 753424, 4129024, 21492496, 115175824, 607129600, 3230330896, 17097131536, 90759997696, 480986635024, 2551443960976, 13527095526400, 71739070491664, 380392441337104, 2017207032035584
OFFSET
1,1
COMMENTS
Row 6 of A208555.
LINKS
FORMULA
Empirical: a(n) = 4*a(n-1) +12*a(n-2) -27*a(n-3).
Empirical g.f.: 16*x*(1 + 12*x - 27*x^2) / ((1 + 3*x)*(1 - 7*x + 9*x^2)). - Colin Barker, Jul 04 2018
EXAMPLE
Some solutions for n=4:
..0..1..0..1....0..1..1..1....1..0..1..0....1..0..1..0....0..1..0..0
..0..1..0..0....1..1..0..1....1..1..0..1....1..1..1..1....0..1..1..1
..0..1..0..1....0..1..0..1....1..0..1..0....1..0..1..0....0..1..0..0
..0..1..0..0....1..1..0..1....1..1..0..0....1..1..1..1....0..1..1..1
..0..1..0..1....0..1..0..1....1..0..1..0....1..0..1..0....0..1..0..0
..0..1..0..0....0..1..0..0....0..1..0..0....1..0..1..0....0..1..1..0
CROSSREFS
Cf. A208555.
Sequence in context: A208121 A207371 A208016 * A207349 A207771 A207898
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 28 2012
STATUS
approved