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.

Showing 1-2 of 2 results.

A060206 Number of rotationally symmetric closed meanders of length 4n+2.

Original entry on oeis.org

1, 2, 10, 66, 504, 4210, 37378, 346846, 3328188, 32786630, 329903058, 3377919260, 35095839848, 369192702554, 3925446804750, 42126805350798, 455792943581400, 4967158911871358, 54480174340453578, 600994488311709056, 6664356253639465480
Offset: 0

Views

Author

N. J. A. Sloane, Apr 10 2001

Keywords

Comments

Closed meanders of other lengths do not have rotational symmetry. - Andrew Howroyd, Nov 24 2015
See A077460 for additional information on the symmetries of closed meanders.

Crossrefs

Meander sequences in Bacher's paper: A060066, A060089, A060111, A060148, A060149, A060174, A060198.

Programs

Formula

a(n) = A000682(2n + 1). - Andrew Howroyd, Nov 24 2015

Extensions

Name edited by Andrew Howroyd, Nov 24 2015
a(7)-a(20) from Andrew Howroyd, Nov 24 2015

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
Showing 1-2 of 2 results.