|
|
A184035
|
|
1/16 the number of (n+1) X 6 0..3 arrays with all 2 X 2 subblocks having the same four values.
|
|
1
|
|
|
169, 181, 202, 244, 322, 478, 778, 1378, 2554, 4906, 9562, 18874, 37402, 74458, 148378, 296218, 591514, 1182106, 2362522, 4723354, 9443482, 18883738, 37761178, 75516058, 151019674, 302026906, 604029082, 1208033434, 2416017562, 4831985818
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
COMMENTS
|
|
|
LINKS
|
|
|
FORMULA
|
Empirical: a(n) = 3*a(n-1) - 6*a(n-3) + 4*a(n-4).
G.f.: x*(169 - 326*x - 341*x^2 + 652*x^3) / ((1 - x)*(1 - 2*x)*(1 - 2*x^2)).
a(n) = 9*2^(n/2-1) + 9*2^(n-1) + 154 for n even.
a(n) = 9*2^(n-1) + 3*2^((n+1)/2) + 154 for n odd.
(End)
|
|
EXAMPLE
|
Some solutions for 3 X 6:
..1..2..0..3..0..2....0..0..3..1..3..1....3..2..2..2..3..2....0..0..2..0..0..3
..0..3..1..2..1..3....3..1..0..0..0..0....2..2..3..2..2..2....2..3..0..3..2..0
..1..2..0..3..0..2....0..0..3..1..3..1....3..2..2..2..3..2....0..0..2..0..0..3
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|