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!)
A238726 T(n,k)=Number of nXk 0..2 arrays with no element equal to the sum modulo 3 of elements to its left or elements above it 8

%I #4 Mar 03 2014 16:10:56

%S 2,2,2,4,4,4,4,10,10,4,8,16,40,16,8,8,42,86,86,42,8,16,64,336,284,336,

%T 64,16,16,170,704,1506,1506,704,170,16,32,256,2704,4636,11440,4636,

%U 2704,256,32,32,682,5660,24298,48538,48538,24298,5660,682,32,64,1024,21504,73300

%N T(n,k)=Number of nXk 0..2 arrays with no element equal to the sum modulo 3 of elements to its left or elements above it

%C Table starts

%C ..2....2.....4.......4........8..........8..........16...........16

%C ..2....4....10......16.......42.........64.........170..........256

%C ..4...10....40......86......336........704........2704.........5660

%C ..4...16....86.....284.....1506.......4636.......24298........73300

%C ..8...42...336....1506....11440......48538......359456......1502622

%C ..8...64...704....4636....48538.....296384.....3022230.....17949864

%C .16..170..2704...24298...359456....3022230....43248968....354823094

%C .16..256..5660...73300..1502622...17949864...354823094...4105077596

%C .32..682.21504..381280.10971288..180550234..4990305568..79679547754

%C .32.1024.45176.1144292.45750856.1061806368.40601871406.909801061032

%H R. H. Hardin, <a href="/A238726/b238726.txt">Table of n, a(n) for n = 1..312</a>

%F Empirical for column k:

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

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

%F k=3: a(n) = 17*a(n-2) -96*a(n-4) +210*a(n-6) -152*a(n-8)

%F k=4: [order 18]

%F k=5: [order 38]

%F k=6: [order 90]

%e Some solutions for n=5 k=4

%e ..2..1..1..2....1..2..1..2....1..2..1..2....1..2..2..1....2..1..2..1

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

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

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

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

%K nonn,tabl

%O 1,1

%A _R. H. Hardin_, Mar 03 2014

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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)