A215228
T(n,k) = number of length-n 0..k arrays connected end-around, with no sequence of L
2, 3, 2, 4, 6, 0, 5, 12, 6, 0, 6, 20, 24, 12, 0, 7, 30, 60, 72, 0, 0, 8, 42, 120, 240, 120, 18, 0, 9, 56, 210, 600, 720, 408, 0, 0, 10, 72, 336, 1260, 2520, 2940, 840, 24, 0, 11, 90, 504, 2352, 6720, 12600, 10080, 2448, 0, 0, 12, 110, 720, 4032, 15120, 40110, 57960, 38640
Offset: 1
Examples
Some solutions for n=5, k=4: 3 0 1 1 1 0 4 4 0 1 3 2 2 3 1 0 2 4 0 3 0 4 3 2 2 2 4 0 4 4 4 1 0 2 2 2 2 3 0 3 1 4 0 4 3 1 0 0 3 0 3 0 3 1 3 4 4 0 3 0 0 3 4 2 1 3 2 4 0 2 1 0 1 4 2 1 4 0 2 3
Links
- R. H. Hardin, Table of n, a(n) for n = 1..165
Comments