A201145 Triangle read by rows: number of meanders filling out an n X k grid, unreduced for symmetry.
1, 0, 1, 0, 1, 0, 0, 1, 2, 11, 0, 1, 2, 42, 320, 0, 1, 6, 199, 3278, 71648, 0, 1, 10, 858, 29904, 1369736, 55717584, 0, 1, 22, 3881, 285124, 27876028, 2372510658, 213773992667, 0, 1, 42, 17156, 2671052, 549405072, 98927211122, 18677872557034, 3437213982024260
Offset: 1
Examples
The 199 meanders on a 6 X 4 rectangle are shown in the supporting png image.
Links
- Alex Chernov, Rows 1..15 of triangle, flattened
- Alex Chernov, Some terms for rows above 15
- Jon Wild, Illustration for T(6,4) = 199
Crossrefs
Formula
T(n,3) is given by A078008, the expansion of (1-x)/(1-x-2*x^2). Benoit Jubin noticed (Nov 22 2011) that T(n,3) is also given by 2*(b(n-2) + b(n-3) + b(n-4) + ... +b(2)).
Extensions
More terms from Alex Chernov, Jan 01 2012
Comments