A369588 Triangular array read by rows: T(m,n) = number of Yamanouchi words of length m that start with n, m >= 1, n = 1..m.
1, 1, 1, 2, 1, 1, 4, 3, 2, 1, 10, 7, 5, 3, 1, 26, 20, 14, 11, 4, 1, 76, 56, 44, 31, 19, 5, 1, 232, 182, 139, 106, 69, 29, 6, 1, 764, 589, 475, 351, 265, 127, 41, 7, 1, 2620, 2088, 1658, 1303, 971, 583, 209, 55, 8, 1, 9496, 7522, 6146, 4846, 3734, 2446, 1106, 319, 71, 9, 1, 35696, 28820, 23495, 19108, 14629, 10616, 5323, 1904, 461, 89, 10, 1
Offset: 1
Examples
Array starts with m=1: 1 m=2: 1, 1 m=3: 2, 1, 1 m=4: 4, 3, 2, 1 m=5: 10, 7, 5, 3, 1 m=6: 26, 20, 14, 11, 4, 1 m=7: 76, 56, 44, 31, 19, 5, 1
Links
- Wikipedia, Lattice word.