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!)
A305685 T(n,k)=Number of nXk 0..1 arrays with every element unequal to 0, 2, 3, 4, 5 or 6 king-move adjacent elements, with upper left element zero. 7

%I #4 Jun 08 2018 08:09:40

%S 1,1,1,1,4,1,1,8,8,1,1,24,25,24,1,1,82,139,139,82,1,1,272,818,1595,

%T 818,272,1,1,908,4869,17947,17947,4869,908,1,1,3076,29339,207116,

%U 383910,207116,29339,3076,1,1,10444,177688,2403703,8417922,8417922,2403703

%N T(n,k)=Number of nXk 0..1 arrays with every element unequal to 0, 2, 3, 4, 5 or 6 king-move adjacent elements, with upper left element zero.

%C Table starts

%C .1.....1.......1.........1...........1..............1................1

%C .1.....4.......8........24..........82............272..............908

%C .1.....8......25.......139.........818...........4869............29339

%C .1....24.....139......1595.......17947.........207116..........2403703

%C .1....82.....818.....17947......383910........8417922........185389115

%C .1...272....4869....207116.....8417922......351440611......14724197226

%C .1...908...29339...2403703...185389115....14724197226....1172824606532

%C .1..3076..177688..27979008..4094434997...618597002816...93679147557172

%C .1.10444.1078090.325990496.90512430926.26011056462909.7488807032051960

%H R. H. Hardin, <a href="/A305685/b305685.txt">Table of n, a(n) for n = 1..180</a>

%F Empirical for column k:

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

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

%F k=3: [order 14] for n>16

%F k=4: [order 38] for n>40

%e Some solutions for n=5 k=4

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

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

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

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

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

%Y Column 2 is A303882.

%K nonn,tabl

%O 1,5

%A _R. H. Hardin_, Jun 08 2018

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