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

A266050
Number of n X 3 integer arrays with each element equal to the number of horizontal and antidiagonal neighbors less than or equal to itself.
1
2, 12, 20, 54, 120, 284, 660, 1540, 3592, 8376, 19536, 45560, 106256, 247808, 577936, 1347856, 3143456, 7331136, 17097600, 39874848, 92995712, 216883648, 505813824, 1179653824, 2751176576, 6416265856, 14963949568, 34898770048, 81390554368
OFFSET
1,1
LINKS
FORMULA
Empirical: a(n) = 2*a(n-1) + 2*a(n-2) - 2*a(n-3) - 2*a(n-4).
Empirical g.f.: 2*x*(1 + 4*x - 4*x^2 - 3*x^3) / (1 - 2*x - 2*x^2 + 2*x^3 + 2*x^4). - Colin Barker, Jan 09 2019
EXAMPLE
Some solutions for n=4:
..0..3..1....1..0..2....1..0..2....1..1..2....1..0..1....1..0..1....1..1..2
..1..0..2....2..1..2....2..0..2....2..0..2....1..4..1....1..4..0....2..0..2
..2..0..2....0..1..2....2..0..2....2..0..1....1..0..2....0..4..1....2..0..2
..2..0..1....2..1..1....2..1..0....1..3..0....2..1..0....1..0..1....2..0..1
CROSSREFS
Column 3 of A266055.
Sequence in context: A353399 A121859 A145622 * A291698 A174478 A331947
KEYWORD
nonn
AUTHOR
R. H. Hardin, Dec 20 2015
STATUS
approved