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

A281211
Number of 7 X n 0..1 arrays with no element equal to more than one of its horizontal and antidiagonal neighbors, with the exception of exactly one element, and with new values introduced in order 0 sequentially upwards.
1
0, 1308, 2688, 3604, 5712, 9118, 14375, 22700, 36144, 58168, 94524, 154800, 254959, 421560, 698756, 1159898, 1926760, 3201376, 5318733, 8833940, 14666360, 24337820, 40366132, 66914912, 110866187, 183590176, 303864300, 502685950, 831204864
OFFSET
1,2
LINKS
FORMULA
Empirical: a(n) = 4*a(n-1) - 4*a(n-2) - 2*a(n-3) + 4*a(n-4) - a(n-6) for n>13.
Empirical g.f.: x^2*(1308 - 2544*x - 1916*x^2 + 4664*x^3 + 830*x^4 - 2793*x^5 - 12*x^6 + 920*x^7 + 274*x^8 + 40*x^9 - 18*x^10 - 10*x^11) / ((1 - x)^2*(1 - x - x^2)^2). - Colin Barker, Feb 18 2019
EXAMPLE
Some solutions for n=4:
..0..1..0..1. .0..0..1..0. .0..0..1..0. .0..1..0..1. .0..1..1..0
..0..0..0..1. .1..0..1..0. .1..0..1..0. .1..0..1..0. .0..0..1..0
..0..1..0..1. .1..1..1..0. .0..1..0..1. .1..0..1..0. .1..0..1..0
..0..1..0..0. .0..0..1..0. .0..1..0..1. .1..0..1..0. .0..1..0..1
..0..1..1..0. .1..0..1..0. .0..0..1..0. .0..1..1..0. .0..1..1..1
..0..0..1..0. .1..0..1..0. .1..0..1..0. .0..0..1..0. .0..1..0..1
..1..0..1..1. .0..1..0..1. .0..1..0..1. .1..0..1..0. .0..1..0..0
CROSSREFS
Row 7 of A281205.
Sequence in context: A126841 A106815 A325605 * A233975 A209853 A165936
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jan 17 2017
STATUS
approved