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!)
A295781 T(n,k)=Number of nXk 0..1 arrays with each 1 adjacent to 0 or 2 king-move neighboring 1s. 7

%I #4 Nov 27 2017 07:15:52

%S 2,3,3,5,9,5,8,19,19,8,13,49,56,49,13,21,123,198,198,123,21,34,297,

%T 665,1059,665,297,34,55,739,2213,5263,5263,2213,739,55,89,1825,7479,

%U 25529,37897,25529,7479,1825,89,144,4491,25105,127731,262707,262707,127731

%N T(n,k)=Number of nXk 0..1 arrays with each 1 adjacent to 0 or 2 king-move neighboring 1s.

%C Table starts

%C ..2....3.....5.......8.......13.........21..........34............55

%C ..3....9....19......49......123........297.........739..........1825

%C ..5...19....56.....198......665.......2213........7479.........25105

%C ..8...49...198....1059.....5263......25529......127731........630988

%C .13..123...665....5263....37897.....262707.....1905471......13577504

%C .21..297..2213...25529...262707....2602065....27085621.....276224518

%C .34..739..7479..127731..1905471...27085621...409525082....6037613762

%C .55.1825.25105..630988.13577504..276224518..6037613762..128171125105

%C .89.4491.84326.3118368.96726819.2819029784.89072774496.2722986415966

%H R. H. Hardin, <a href="/A295781/b295781.txt">Table of n, a(n) for n = 1..311</a>

%F Empirical for column k:

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

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

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

%F k=4: [order 10]

%F k=5: [order 22]

%F k=6: [order 43]

%F k=7: [order 91]

%e Some solutions for n=5 k=4

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

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

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

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

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

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

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

%K nonn,tabl

%O 1,1

%A _R. H. Hardin_, Nov 27 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 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)