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

A253022
Number of (n+2)X(5+2) 0..3 arrays with every consecutive three elements in every row and column not having exactly two distinct values, and in every diagonal and antidiagonal having exactly two distinct values, and new values 0 upwards introduced in row major order
1
105, 133, 219, 230, 327, 537, 554, 753, 1193, 1250, 1721, 2747, 2894, 3987, 6343, 6694, 9207, 14609, 15474, 21273, 33681, 35802, 49177, 77675, 82870, 113723, 179191, 191910, 263103, 413537, 444650, 608977, 954721, 1030770, 1410201, 2205003
OFFSET
1,1
COMMENTS
Column 5 of A253025
LINKS
FORMULA
Empirical: a(n) = 5*a(n-3) -6*a(n-6) -2*a(n-9) +2*a(n-12) +3*a(n-15) +a(n-18) for n>22
EXAMPLE
Some solutions for n=4
..0..0..0..0..0..0..0....0..0..0..0..0..0..0....0..1..2..0..1..3..0
..1..2..0..1..2..0..1....1..2..0..1..2..0..3....3..1..0..2..1..0..3
..2..1..0..2..1..0..2....2..1..0..2..1..0..2....1..1..1..1..1..1..1
..0..0..0..0..0..0..0....0..0..0..0..0..0..0....0..1..3..0..1..2..0
..3..2..0..1..2..0..1....3..2..0..1..2..0..1....3..1..0..3..1..0..2
..2..1..0..2..1..0..3....2..3..0..2..1..0..3....1..1..1..1..1..1..1
CROSSREFS
Sequence in context: A325903 A095643 A206265 * A267891 A097217 A115935
KEYWORD
nonn
AUTHOR
R. H. Hardin, Dec 26 2014
STATUS
approved