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

%I #4 Dec 10 2017 11:48:14

%S 1,1,1,1,3,1,1,5,5,1,1,8,11,8,1,1,15,23,23,15,1,1,26,54,61,54,26,1,1,

%T 45,122,185,185,122,45,1,1,80,278,562,853,562,278,80,1,1,140,634,1677,

%U 3569,3569,1677,634,140,1,1,245,1438,4998,14691,20088,14691,4998,1438,245,1,1

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

%C Table starts

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

%C .1...3....5.....8.....15......26.......45........80.........140..........245

%C .1...5...11....23.....54.....122......278.......634........1438.........3274

%C .1...8...23....61....185.....562.....1677......4998.......14968........44818

%C .1..15...54...185....853....3569....14691.....62193......261763......1099727

%C .1..26..122...562...3569...20088...112235....643541.....3666933.....20890748

%C .1..45..278..1677..14691..112235...850404...6660799....51754039....401363520

%C .1..80..634..4998..62193..643541..6660799..72224019...769931084...8196375877

%C .1.140.1438.14968.261763.3666933.51754039.769931084.11207386103.163095751500

%H R. H. Hardin, <a href="/A296327/b296327.txt">Table of n, a(n) for n = 1..449</a>

%F Empirical for column k:

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

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

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

%F k=4: [order 14]

%F k=5: [order 40]

%F k=6: [order 83]

%e Some solutions for n=5 k=4

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

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

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

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

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

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

%K nonn,tabl

%O 1,5

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