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!)
A220250 Sum of neighbor maps: number of nX2 binary arrays indicating the locations of corresponding elements equal to the sum mod 3 of their king-move neighbors in a random 0..2 nX2 array 1

%I #8 Jul 06 2013 11:35:03

%S 2,16,48,256,928,4096,15872,65536,259584,1048576,4182016,16777216,

%T 67051520,268435456,1073479680,4294967296,17178689536,68719476736,

%U 274872664064,1099511627776,4398023442432,17592186044416,70368643514368

%N Sum of neighbor maps: number of nX2 binary arrays indicating the locations of corresponding elements equal to the sum mod 3 of their king-move neighbors in a random 0..2 nX2 array

%C Column 2 of A220254

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

%F Empirical: a(n)=4*a(n-1)+8*a(n-2)-32*a(n-3)-16*a(n-4)+64*a(n-5)

%F a(n) = 4^n - 2^(n-2)*(n+1)*(1-(-1)^n). - _Vaclav Kotesovec_, Jul 06 2013

%e Some solutions for n=3

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

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

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

%K nonn

%O 1,1

%A _R. H. Hardin_ Dec 08 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 May 11 10:11 EDT 2024. Contains 372409 sequences. (Running on oeis4.)