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!)
A301450 T(n,k)=Number of nXk 0..1 arrays with every element equal to 0, 1, 2, 3, 5 or 6 horizontally, vertically or antidiagonally adjacent elements, with upper left element zero. 7

%I #4 Mar 21 2018 11:56:38

%S 1,2,2,4,8,4,8,29,29,8,16,108,171,108,16,32,401,1008,1008,401,32,64,

%T 1490,5930,9541,5930,1490,64,128,5536,34976,91370,91370,34976,5536,

%U 128,256,20569,206266,877044,1423344,877044,206266,20569,256,512,76424,1216562

%N T(n,k)=Number of nXk 0..1 arrays with every element equal to 0, 1, 2, 3, 5 or 6 horizontally, vertically or antidiagonally adjacent elements, with upper left element zero.

%C Table starts

%C ...1.....2.......4.........8..........16............32...............64

%C ...2.....8......29.......108.........401..........1490.............5536

%C ...4....29.....171......1008........5930.........34976...........206266

%C ...8...108....1008......9541.......91370........877044..........8414314

%C ..16...401....5930.....91370.....1423344......22207589........346263718

%C ..32..1490...34976....877044....22207589.....564002959......14319674594

%C ..64..5536..206266...8414314...346263718...14319674594.....592006690060

%C .128.20569.1216562..80726964..5399605493..363595763125...24472344492129

%C .256.76424.7175157.774477323.84198470831.9231743942243.1011614229196954

%H R. H. Hardin, <a href="/A301450/b301450.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) = 3*a(n-1) +3*a(n-2) -a(n-3) -a(n-4)

%F k=3: [order 13]

%F k=4: [order 40]

%e Some solutions for n=5 k=4

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

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

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

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

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

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

%Y Column 2 is A220547.

%K nonn,tabl

%O 1,2

%A _R. H. Hardin_, Mar 21 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 July 20 23:17 EDT 2024. Contains 374461 sequences. (Running on oeis4.)