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!)
A281715 T(n,k)=Number of nXk 0..1 arrays with no element unequal to a strict majority of its horizontal, diagonal and antidiagonal neighbors and with new values introduced in order 0 sequentially upwards. 13

%I #4 Jan 28 2017 13:45:51

%S 1,1,2,1,3,4,2,7,4,8,3,14,8,6,16,5,29,38,14,9,32,8,61,90,97,17,14,64,

%T 13,126,305,294,245,22,22,128,21,265,902,1410,937,631,30,35,256,34,

%U 553,2710,5781,6417,3166,1625,43,56,512,55,1162,8376,23798,37781,29849,10738,4234

%N T(n,k)=Number of nXk 0..1 arrays with no element unequal to a strict majority of its horizontal, diagonal and antidiagonal neighbors and with new values introduced in order 0 sequentially upwards.

%C Table starts

%C ...1..1..1.....2......3........5.........8..........13...........21

%C ...2..3..7....14.....29.......61.......126.........265..........553

%C ...4..4..8....38.....90......305.......902........2710.........8376

%C ...8..6.14....97....294.....1410......5781.......23798.......103034

%C ..16..9.17...245....937.....6417.....37781......214045......1321909

%C ..32.14.22...631...3166....29849....252867.....1987696.....17241122

%C ..64.22.30..1625..10738...142023...1721319....18779855....230037168

%C .128.35.43..4234..37285...677045..11737418...178547832...3076165855

%C .256.56.64.11017.129586..3244671..80326035..1704685390..41247350230

%C .512.90.98.28652.452042.15605137.550174620.16297041786.554236736742

%H R. H. Hardin, <a href="/A281715/b281715.txt">Table of n, a(n) for n = 1..199</a>

%F Empirical for column k:

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

%F k=2: a(n) = 2*a(n-1) -a(n-3) for n>4

%F k=3: a(n) = 2*a(n-1) -a(n-3) for n>6

%F k=4: [order 15] for n>16

%F k=5: [order 24] for n>28

%F Empirical for row n:

%F n=1: a(n) = a(n-1) +a(n-2) for n>3

%F n=2: a(n) = 3*a(n-1) +a(n-2) -6*a(n-3) -2*a(n-4) +4*a(n-5)

%F n=3: [order 20] for n>21

%F n=4: [order 72] for n>73

%e Some solutions for n=4 k=4

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

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

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

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

%Y Column 1 is A000079(n-1).

%Y Column 2 is A001611(n+1).

%Y Row 1 is A000045(n-1).

%K nonn,tabl

%O 1,3

%A _R. H. Hardin_, Jan 28 2017

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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)