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

%I #4 Nov 14 2017 11:17:57

%S 1,2,2,3,5,3,4,11,11,4,6,24,33,24,6,9,55,114,114,55,9,13,123,377,578,

%T 377,123,13,19,276,1249,2859,2859,1249,276,19,28,621,4151,14187,21185,

%U 14187,4151,621,28,41,1395,13765,70982,158361,158361,70982,13765,1395,41,60

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

%C Table starts

%C ..1....2.....3.......4........6..........9..........13............19

%C ..2....5....11......24.......55........123.........276...........621

%C ..3...11....33.....114......377.......1249........4151.........13765

%C ..4...24...114.....578.....2859......14187.......70982........353880

%C ..6...55...377....2859....21185.....158361.....1182050.......8806229

%C ..9..123..1249...14187...158361....1767431....19730839.....220211372

%C .13..276..4151...70982..1182050...19730839...329926211....5515740725

%C .19..621.13765..353880..8806229..220211372..5515740725..137994394960

%C .28.1395.45704.1763742.65681168.2459567704.92205260806.3452787904343

%H R. H. Hardin, <a href="/A295097/b295097.txt">Table of n, a(n) for n = 1..287</a>

%F Empirical for column k:

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

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

%F k=3: [order 16]

%F k=4: [order 45]

%e Some solutions for n=5 k=4

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

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

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

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

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

%Y Column 1 is A000930(n+1).

%K nonn,tabl

%O 1,2

%A _R. H. Hardin_, Nov 14 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 September 10 08:05 EDT 2024. Contains 375785 sequences. (Running on oeis4.)