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!)
A231131 T(n,k)=Number of (n+1)X(k+1) white-square subarrays of 0..2 arrays with no element equal to a strict majority of its diagonal and antidiagonal neighbors, with values 0..2 introduced in row major order 8

%I #4 Nov 04 2013 07:14:21

%S 1,2,2,6,8,6,16,40,40,16,44,176,308,176,44,120,808,2260,2260,808,120,

%T 328,3584,16812,27664,16812,3584,328,896,16368,124644,336004,336004,

%U 124644,16368,896,2448,72640,924900,4150352,6794904,4150352,924900,72640,2448

%N T(n,k)=Number of (n+1)X(k+1) white-square subarrays of 0..2 arrays with no element equal to a strict majority of its diagonal and antidiagonal neighbors, with values 0..2 introduced in row major order

%C Table starts

%C ..1...2.....6.....16......44.......120........328.........896..........2448

%C ..2...8....40....176.....808......3584......16368.......72640........331648

%C ..6..40...308...2260...16812....124644.....924900.....6862052......50913012

%C .16.176..2260..27664..336004...4150352...50257244...621150768....7520563372

%C .44.808.16812.336004.6794904.137063228.2766762720.55844298404.1127200291672

%H R. H. Hardin, <a href="/A231131/b231131.txt">Table of n, a(n) for n = 1..312</a>

%F Empirical for column k:

%F k=1: a(n) = 2*a(n-1) +2*a(n-2)

%F k=2: a(n) = 22*a(n-2) -36*a(n-4) +16*a(n-6)

%F k=3: [order 8]

%F k=4: [order 18, even terms]

%F k=5: [order 34]

%F k=6: [order 90, even terms]

%e Some solutions for n=2 k=4

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

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

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

%Y Column 1 is A002605

%K nonn,tabl

%O 1,2

%A _R. H. Hardin_, Nov 04 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 29 18:36 EDT 2024. Contains 372952 sequences. (Running on oeis4.)