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.

A330269 The number of semi-meanders with n top arches and concentric arches within the starting arch or a starting arch with length one.

Original entry on oeis.org

1, 1, 2, 4, 8, 18, 42, 108, 282, 786, 2192, 6402, 18600, 55978, 167256, 514102, 1567976, 4896164, 15170630, 47957260, 150468678, 480371736, 1522649458, 4900568718, 15665593150, 50761432998, 163431901126, 532624603680, 1725349278270, 5650796083020, 18401781369182
Offset: 1

Views

Author

Roger Ford, Dec 07 2019

Keywords

Examples

			For n = 5, a(5) = 8:
        /\                                  /\
       //\\                      /\        /  \          /\
      ///\\\      /\  /\        /  \      /  /\\    /\  //\\
   /\////\\\\, /\//\\//\\, /\/\//\/\\, /\//\//\\\, //\\///\\\,
                              /\
                 /\          //\\          starting arch
    /\  /\      //\\  /\    ///\\\        (1) (2) (3) (4)
   //\\//\\/\, ///\\\//\\, ////\\\\/\,     4 + 2 + 1 + 1 = 8.
		

Crossrefs

Cf. A000682.

Programs

Formula

a(1) = 1, for n >= 2, a(n) = Sum_{k=1..n-1} A000682(k).

Extensions

More terms from Jinyuan Wang, Dec 08 2019