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!)
A220324 Equals two maps: number of n X 3 binary arrays indicating the locations of corresponding elements equal to exactly two of their horizontal and antidiagonal neighbors in a random 0..1 n X 3 array. 1

%I #8 Jul 31 2018 08:53:27

%S 2,16,92,508,2788,15316,84196,462940,2545492,13996468,76959844,

%T 423164812,2326777444,12793817140,70346976484,386803802332,

%U 2126845944052,11694491219668,64302318307108,353567167818892,1944093859291588

%N Equals two maps: number of n X 3 binary arrays indicating the locations of corresponding elements equal to exactly two of their horizontal and antidiagonal neighbors in a random 0..1 n X 3 array.

%C Column 3 of A220328.

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

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

%F Empirical g.f.: 2*x*(1 + x - x^2 + x^3) / (1 - 7*x + 9*x^2 - 3*x^3 - 6*x^4). - _Colin Barker_, Jul 31 2018

%e Some solutions for n=3:

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

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

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

%Y Cf. A220328.

%K nonn

%O 1,1

%A _R. H. Hardin_, Dec 10 2012

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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)