A200000 Number of meanders filling out an n X n grid, reduced for symmetry.
1, 1, 0, 4, 42, 9050, 6965359, 26721852461, 429651752290375, 31194475941824888769, 9828395457980805457337560, 13684686862375136981850903785368, 83297108604256429529069019958551956425, 2226741508593975401942934273354241209226704830, 260577257822688861848154672171293101310412373160498171, 133631198381015786582155688877301469836628906260462969996612568, 299985729493560746632648983353916422875677601725131683097521792924081609
Offset: 1
Examples
a(1) counts the paths that visit the single cell of the 1 X 1 lattice: there is one, the "fat dot". The 4 solutions for n=4, 42 solutions for n=5 and 9050 solutions for n=6 are illustrated in the supporting .png files.
Links
- Dale Gerdemann, Video illustration for a(5) = 42
- OEIS Wiki, Number of meanders filling out an n-by-n grid (reduced for symmetry)
- Jon Wild, Illustration for a(4) = 4
- Jon Wild, Illustration for a(5) = 42
- Jon Wild, Illustration for a(6) = 9050 [Warning: this is a large file!]
- Zhao Hui Du, C++ source code for A200000 and A200749
Crossrefs
Extensions
a(8) and a(10) from Alex Chernov, May 28 2012
a(9) from Alex Chernov, added by Max Alekseyev, Jul 21 2013
a(11) to a(17) from Zhao Hui Du, Apr 03 2014
Comments