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”).

A278001
Number of nX3 0..2 arrays with every element plus 1 mod 3 equal to some element at offset (-1,-1) (-1,0) (-1,1) (0,-1) (0,1) (1,-1) or (1,0), with upper left element zero.
1
0, 52, 866, 16583, 316432, 6031565, 114975158, 2191741025, 41780404363, 796445224559, 15182359059263, 289416039476474, 5517037468209865, 105169369667173021, 2004807177668663124, 38216943130107881653
OFFSET
1,2
COMMENTS
Column 3 of A278006.
LINKS
FORMULA
Empirical: a(n) = 18*a(n-1) +21*a(n-2) +15*a(n-3) -530*a(n-4) -562*a(n-5) +986*a(n-6) +5831*a(n-7) -1452*a(n-8) -8962*a(n-9) -19556*a(n-10) +24096*a(n-11) +21600*a(n-12) +12480*a(n-13) -45824*a(n-14) +3456*a(n-15) -768*a(n-16)
EXAMPLE
Some solutions for n=4
..0..2..1. .0..2..1. .0..1..0. .0..1..2. .0..1..2. .0..0..1. .0..1..0
..1..2..1. .1..2..0. .2..0..2. .2..0..2. .0..1..0. .1..2..1. .0..2..1
..0..1..0. .2..0..1. .2..0..2. .1..2..2. .2..2..0. .1..0..1. .1..0..0
..2..1..2. .1..1..0. .1..1..1. .1..1..1. .1..1..2. .0..0..0. .2..1..2
CROSSREFS
Cf. A278006.
Sequence in context: A163691 A007247 A232312 * A083936 A273655 A160288
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 08 2016
STATUS
approved