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.

Previous Showing 11-15 of 15 results.

A223094 Number of foldings of n labeled stamps in which leaf n is inwards.

Original entry on oeis.org

0, 0, 2, 6, 26, 78, 288, 888, 3130, 9850, 34112, 108998, 374636, 1211046, 4148816, 13533796, 46304730, 152153758, 520434552, 1720325302, 5885686496, 19552190624, 66927118548, 223264746520, 764725528072, 2560239468774, 8775478294368, 29470844083770
Offset: 1

Views

Author

N. J. A. Sloane, Mar 29 2013

Keywords

Comments

Subset of foldings of n labeled stamps (A000136). [Stéphane Legendre, Apr 09 2013]
From Roger Ford, Aug 23 2024: (Start)
a(n) represents the number of impossible stamp foldings with stamp 1 on top and n+1 stamps that are correctly folded for the first n stamps. From stamp n to stamp n+1, the stamp connection crosses a folding so the folding is impossible.
Example a(3) = 2. Impossible foldings = 1,3,2,4 and 1,4,2,3.
1 __ 1 __
Stamp numbers 3 __|__ Vertical Lines 4 __|__
2 |_| | lines are folds 2 __| |
4 _____| 3 |___|
a(4) = 6, and that means for 5 stamps there are 6 impossible foldings with the first impossible folding occurring from stamp 4 to stamp 5. Impossible foldings = 1,2,4,3,5; 1,2,5,3,4; 1,3,4,2,5; 1,4,3,5,2; 1,5,2,4,3; 1,5,3,4,2. (End)

Crossrefs

Programs

Formula

a(n) = A000136(n) - A000682(n+1). - Andrew Howroyd, Dec 05 2015
For n >= 3: a(n) = n! - Sum_{k=3..n-1} (a(k)*n!/k!) - A000682(n+1). - Roger Ford, Aug 24 2024

Extensions

More terms from Stéphane Legendre, Apr 09 2013

A223095 Number of foldings of n labeled stamps in which both end leaves are inwards.

Original entry on oeis.org

0, 0, 0, 2, 10, 40, 156, 546, 1986, 6716, 23742, 79472, 277178, 925588, 3205896, 10711486, 36963722, 123712788, 426075994, 1429030624, 4916833424, 16526958144, 56840484232, 191466923584, 658460090994, 2222507917328, 7644360501390, 25850724646008, 88938175307354
Offset: 1

Views

Author

N. J. A. Sloane, Mar 29 2013

Keywords

Comments

Subset of foldings of n labeled stamps (A000136). - Stéphane Legendre, Apr 09 2013

Crossrefs

Programs

Formula

a(n) = A223094(n) - A223093(n). - Andrew Howroyd, Dec 06 2015
a(n) = A000136(n) + A077014(n) - 2 * A000682(n). - Andrew Howroyd, Dec 06 2015
A217318(n) = a(n) if n is odd and A217318(n) = (1/2)*a(n) if n is even. - Stéphane Legendre, Jan 13 2014

Extensions

Name clarified by Stéphane Legendre, Apr 09 2013
More terms from Stéphane Legendre, Apr 09 2013

A227167 The number of meandering curves of order n.

Original entry on oeis.org

1, 1, 6, 8, 50, 72, 462, 696, 4536, 7030, 46310, 73188, 485914, 778946, 5202690, 8430992, 56579196, 92470194, 622945970, 1025114180, 6927964218, 11465054942, 77692142980, 129180293184, 877395996200, 1464716085664, 9968202968958, 16698145444260, 113837957337750, 191264779292430
Offset: 1

Views

Author

Keywords

Comments

A meandering curve of order n is a continuous curve which does not intersect itself yet intersects a horizontal line n times.
The set of meandering curves of order n is partitioned into the following three classes: curves with no extremities (A005316), curves with only one extremity (A217310), and curves with both extremities covered by their arcs (A217318).

References

  • A. Panayotopoulos and P. Tsikouras, Properties of meanders, JCMCC 46 (2003), 181-190.

Programs

Formula

a(n) = A000136(n) if n is odd and a(n) = (1/2)*A000136(n) if n is even.
a(n) = A217310(n) + A217318(n) + A005316(n). - Andrew Howroyd, Dec 07 2015

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

A001416 Number of ways of folding a 3 X n strip of stamps.

Original entry on oeis.org

1, 6, 60, 1368, 15552, 201240, 2016432, 21582624, 201060768, 1944012744, 17257455960, 156760071600, 1346073913440, 11734199738820, 98420246759688
Offset: 0

Views

Author

Keywords

References

  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Extensions

a(8)-a(14) from Fred Lunnon and Sean A. Irvine, Dec 26 2017
Previous Showing 11-15 of 15 results.