cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A077055 Call two meanders from A005316 equivalent if they differ by a reflection in the Y axis (if n even) or by reflections in the X or Y axes (if n odd). Sequence gives number of inequivalent meanders with n crossings.

Original entry on oeis.org

1, 1, 1, 2, 3, 8, 13, 42, 72, 273, 475, 1970, 3506, 15368, 27888, 126510, 233809, 1086546, 2039564, 9652364, 18360296, 88172609, 169610371, 824506191, 1601297937, 7865294687, 15401847339, 76331857094, 150547538649, 751981532942, 1492452957398
Offset: 0

Views

Author

N. J. A. Sloane and Jon Wild, Nov 29 2002

Keywords

Comments

Meander shapes. [Stéphane Legendre, Apr 09 2013]

Examples

			For n=7 the A005316(7) = 42 meanders with 7 crossings fall into 5 equivalence classes of size 2 and 8 of size 4, so a(7) = 5+8 = 13.
		

Crossrefs

Formula

For n even a(n) = (A005316(n)+A005316(n/2))/2 (this is A078592).
For n odd a(n) = (A005316(n)+2*A223096(floor(n/2)))/4. [Stéphane Legendre, Apr 09 2013]

Extensions

More terms from the Sawada-Li paper from Daniel Recoskie, Jul 11 2012