A265232 T(n,k)=Number of nXk arrays containing k copies of 0..n-1 with no equal vertical neighbors and new values introduced sequentially from 0.
1, 1, 1, 1, 2, 1, 1, 4, 7, 1, 1, 8, 56, 43, 1, 1, 16, 495, 2592, 372, 1, 1, 32, 4686, 184740, 222850, 4027, 1, 1, 64, 46456, 14439456, 164933040, 29357385, 51871, 1, 1, 128, 475392, 1196114464, 137409486772, 277778385204, 5460708807, 773186, 1, 1, 256
Offset: 1
Examples
Some solutions for n=4 k=4 ..0..1..1..2....0..0..1..1....0..0..1..2....0..1..0..0....0..0..0..1 ..1..0..3..0....2..2..3..0....2..1..3..3....2..3..2..1....2..3..2..3 ..2..1..0..2....1..1..0..3....1..2..0..0....3..2..1..3....1..1..3..0 ..3..2..3..3....2..3..3..2....3..1..3..2....0..1..3..2....2..3..2..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..60
Comments