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!)
A222381 Sum of neighbor maps: number of n X 2 binary arrays indicating the locations of corresponding elements equal to the sum mod 3 of their horizontal and antidiagonal neighbors in a random 0..2 n X 2 array. 2

%I #9 Mar 15 2018 06:46:16

%S 2,16,64,232,1024,4096,16224,65536,262144,1047680,4194304,16777216,

%T 67104256,268435456,1073741824,4294944768,17179869184,68719476736,

%U 274877800448,1099511627776,4398046511104,17592185552896,70368744177664

%N Sum of neighbor maps: number of n X 2 binary arrays indicating the locations of corresponding elements equal to the sum mod 3 of their horizontal and antidiagonal neighbors in a random 0..2 n X 2 array.

%C Column 2 of A222386.

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

%F Empirical: a(n) = 4*a(n-1) + 8*a(n-3) - 32*a(n-4) - 16*a(n-6) + 64*a(n-7).

%F Empirical g.f.: 2*x*(1 + 4*x - 20*x^3 + 16*x^4 + 32*x^6) / ((1 - 4*x)*(1 - 4*x^3)^2). - _Colin Barker_, Mar 15 2018

%e Some solutions for n=3:

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

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

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

%Y Cf. A222386.

%K nonn

%O 1,1

%A _R. H. Hardin_, Feb 18 2013

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 10:37 EDT 2024. Contains 372532 sequences. (Running on oeis4.)