login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A275267
Number of 3 X n 0..2 arrays with no element equal to any value at offset (-2,-1) (-2,1) or (-1,-1) and new values introduced in order 0..2.
1
5, 24, 128, 688, 3728, 20224, 109760, 595744, 3233600, 17551552, 95267648, 517101184, 2806762496, 15234766720, 82692468224, 448844700928, 2436274668800, 13223803801600, 71777205266432, 389597975982592, 2114690622553088
OFFSET
1,1
LINKS
FORMULA
Empirical: a(n) = 6*a(n-1) - 2*a(n-2) - 6*a(n-3) for n>4.
Empirical g.f.: x*(5 - 6*x - 6*x^2 - 2*x^3) / (1 - 6*x + 2*x^2 + 6*x^3). - Colin Barker, Feb 02 2019
EXAMPLE
Some solutions for n=4:
..0..0..1..0. .0..0..1..0. .0..1..1..0. .0..0..1..0. .0..0..0..0
..0..1..1..2. .1..1..1..2. .1..1..0..0. .1..1..1..0. .0..1..2..1
..1..2..2..2. .1..2..2..2. .2..2..2..2. .2..2..2..2. .2..1..2..1
CROSSREFS
Row 3 of A275266.
Sequence in context: A006326 A058120 A271544 * A278679 A000349 A327118
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jul 21 2016
STATUS
approved