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

%I #4 Mar 30 2018 12:53:02

%S 1,2,2,4,8,4,8,32,32,8,16,128,240,128,16,32,512,1808,1808,512,32,64,

%T 2048,13616,25808,13616,2048,64,128,8192,102544,369040,368144,102544,

%U 8192,128,256,32768,772272,5276816,9989376,5251712,772272,32768,256,512,131072

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

%C Table starts

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

%C ...2......8.......32.........128...........512.............2048

%C ...4.....32......240........1808.........13616...........102544

%C ...8....128.....1808.......25808........369040..........5276816

%C ..16....512....13616......368144.......9989376........270990144

%C ..32...2048...102544.....5251712.....270422672......13918667808

%C ..64...8192...772272....74917424....7320574992.....714887543376

%C .128..32768..5816080..1068722240..198174358400...36717919842624

%C .256.131072.43801648.15245681888.5364752820144.1885898831169344

%H R. H. Hardin, <a href="/A302010/b302010.txt">Table of n, a(n) for n = 1..479</a>

%F Empirical for column k:

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

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

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

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

%F k=5: a(n) = 24*a(n-1) +82*a(n-2) +34*a(n-3) -90*a(n-4) -40*a(n-5) +37*a(n-6)

%F k=6: [order 10] for n>12

%F k=7: [order 17] for n>19

%F Empirical for row n:

%F n=1: a(n) = 2*a(n-1)

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

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

%F n=4: a(n) = 13*a(n-1) +20*a(n-2) -16*a(n-3) -64*a(n-4) for n>6

%F n=5: [order 12] for n>15

%F n=6: [order 32] for n>36

%F n=7: [order 78] for n>83

%e Some solutions for n=5 k=4

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

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

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

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

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

%Y Column 1 and row 1 are A000079(n-1).

%Y Column 2 and row 2 are A004171(n-1).

%Y Column 3 and row 3 are A301779.

%K nonn,tabl

%O 1,2

%A _R. H. Hardin_, Mar 30 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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)