The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A252713 Number of (n+2) X (2+2) 0..3 arrays with every consecutive three elements in every row and diagonal having exactly two distinct values, and in every column and antidiagonal not having exactly two distinct values, and new values 0 upwards introduced in row major order. 1

%I #8 Dec 05 2018 09:36:59

%S 52,46,56,76,102,154,220,306,478,700,990,1570,2332,3330,5326,7996,

%T 11502,18514,28060,40626,65758,100540,146430,238210,367132,537570,

%U 878446,1363516,2005902,3290674,5139100,7590546,12493438,19611580,29063070

%N Number of (n+2) X (2+2) 0..3 arrays with every consecutive three elements in every row and diagonal having exactly two distinct values, and in every column and antidiagonal not having exactly two distinct values, and new values 0 upwards introduced in row major order.

%H R. H. Hardin, <a href="/A252713/b252713.txt">Table of n, a(n) for n = 1..210</a>

%F Empirical: a(n) = a(n-1) + 7*a(n-3) - 7*a(n-4) - 12*a(n-6) + 12*a(n-7) for n>9.

%F Empirical g.f.: 2*x*(26 - 3*x + 5*x^2 - 172*x^3 + 34*x^4 - 9*x^5 + 275*x^6 - 84*x^7 - 36*x^8) / ((1 - x)*(1 - 3*x^3)*(1 - 4*x^3)). - _Colin Barker_, Dec 05 2018

%e Some solutions for n=4:

%e ..0..1..0..0....0..0..1..1....0..0..1..0....0..0..1..0....0..1..0..0

%e ..2..2..0..2....2..2..0..0....0..2..2..0....0..2..2..0....1..1..2..1

%e ..1..0..0..1....3..3..2..2....0..1..0..0....0..3..0..0....2..1..1..2

%e ..0..1..0..0....1..1..3..3....0..0..1..0....0..0..3..0....0..1..0..0

%e ..2..2..0..2....0..0..1..1....0..2..2..0....0..1..1..0....1..1..2..1

%e ..3..0..0..1....2..2..0..2....0..1..0..0....0..2..0..0....2..1..1..2

%Y Column 2 of A252719.

%K nonn

%O 1,1

%A _R. H. Hardin_, Dec 20 2014

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 14 21:33 EDT 2024. Contains 372533 sequences. (Running on oeis4.)