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-13 of 13 results.

A284718 Number of indecomposable permutations avoiding the pattern 1324.

Original entry on oeis.org

1, 1, 1, 3, 13, 69, 396, 2355, 14363, 89706, 573828, 3758866, 25195016, 172591294, 1206482317, 8592827996, 62257890162, 458214977642, 3421294482237, 25884913987768, 198236423171483, 1535315006313002, 12015208271571543, 94943908405295171, 757044806198966152
Offset: 0

Views

Author

N. J. A. Sloane, Apr 02 2017

Keywords

Crossrefs

Cf. A061552.

Formula

For n>1, a(n) = A061552(n) + 3*A000108(n) - A000108(n+1) - 2*A000108(n-1). - Vaclav Kotesovec, Apr 02 2017

Extensions

More terms from Vaclav Kotesovec, Apr 02 2017
a(0) prepended by Bjarki Ágúst Guðmundsson, Dec 18 2017

A239300 Words of length n over the alphabet {0,...,n-1} that are 1324-avoiding.

Original entry on oeis.org

1, 1, 4, 27, 255, 3028, 41979, 647826, 10807287, 191374095, 3554481788
Offset: 0

Views

Author

Chad Brewbaker, Mar 14 2014

Keywords

Crossrefs

The permutation analog is A061552.
Cf. A000312.

Extensions

a(8)-a(10) from Giovanni Resta, Mar 14 2014

A322058 Irregular triangle read by rows: T(n,k) = number of 1324-avoiding permutations of length n >= 0 having k >= 0 inversions.

Original entry on oeis.org

1, 1, 1, 1, 1, 2, 2, 1, 1, 2, 5, 6, 5, 3, 1, 1, 2, 5, 10, 16, 20, 20, 15, 9, 4, 1, 1, 2, 5, 10, 20, 32, 51, 67, 79, 80, 68, 49, 29, 14, 5, 1, 1, 2, 5, 10, 20, 36, 61, 96, 148, 208, 268, 321, 351, 347, 308, 241, 165, 98, 49, 20, 6, 1, 1, 2, 5, 10, 20, 36, 65, 106, 171, 262, 397, 568, 784, 1019, 1264, 1478, 1628, 1681, 1619, 1441, 1173, 866, 574, 338, 174, 76, 27, 7, 1
Offset: 0

Views

Author

N. J. A. Sloane, Dec 25 2018

Keywords

Examples

			Triangle begins:
  1;
  1;
  1, 1;
  1, 2, 2,  1;
  1, 2, 5,  6,  5,  3,  1;
  1, 2, 5, 10, 16, 20, 20, 15,  9,  4,  1;
  1, 2, 5, 10, 20, 32, 51, 67, 79, 80, 68, 49, 29, 14, 5, 1;
  ...
		

References

  • Miklos Bona, editor, Handbook of Enumerative Combinatorics, CRC Press, 2015, page 769, Fig. 12.13.

Crossrefs

The rows appear to be converging to A000712.
Row sums are A061552.
Cf. A188919.

Extensions

More terms from Alois P. Heinz, Dec 27 2018
Previous Showing 11-13 of 13 results.