Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A233152
Number of n X 5 0..2 arrays with no element x(i,j) adjacent to value 2-x(i,j) horizontally or antidiagonally.
1
48, 648, 8856, 121176, 1658232, 22692312, 310536504, 4249585944, 58154132088, 795819434328, 10890517137336, 149033007242136, 2039465800159992, 27909392872041432, 381930508677741624, 5226588558469378584
OFFSET
1,1
LINKS
FORMULA
Empirical: a(n) = 15*a(n-1) - 18*a(n-2).
Empirical g.f.: 24*x*(2 - 3*x) / (1 - 15*x + 18*x^2). - Colin Barker, Oct 08 2018
EXAMPLE
Some solutions for n=4:
..1..2..1..2..2....0..1..2..1..0....2..1..0..0..0....1..2..1..2..2
..2..2..1..2..2....0..1..0..1..2....2..1..0..1..2....2..2..2..2..2
..2..2..1..2..1....0..1..2..1..0....2..1..0..1..2....2..1..2..1..2
..1..2..1..2..2....2..1..0..1..2....0..0..0..1..2....0..1..0..1..2
CROSSREFS
Column 5 of A233155.
Sequence in context: A008658 A215893 A136038 * A138411 A361188 A186162
KEYWORD
nonn
AUTHOR
R. H. Hardin, Dec 05 2013
STATUS
approved