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.

A279551 Number of length n inversion sequences avoiding the patterns 000, 010, 110, and 120.

Original entry on oeis.org

1, 1, 2, 4, 10, 27, 79, 247, 816, 2822, 10158, 37875, 145695, 576288, 2337412, 9698820, 41089107, 177424188, 779699793, 3482575169, 15791709187, 72621800171, 338388714955, 1596314968112, 7618218238583, 36756086159343, 179176803145900, 882002961543492
Offset: 0

Views

Author

Megan A. Martinez, Dec 15 2016

Keywords

Comments

A length n inversion sequence e_1e_2...e_n is a sequence of integers where 0 <= e_i <= i-1. The term a(n) counts those length n inversion sequences with no entries e_i, e_j, e_k (where i= e_k. This is the same as the set of length n inversion sequences avoiding 000, 010, 110, and 120.

Examples

			For n=3, the inversion sequences are 001, 002, 011, 012.
For n=4, the inversion sequences are 0011, 0012, 0013, 0021, 0022, 0023, 0112, 0113, 0122, 0123.
		

Crossrefs

Extensions

Typo in comment corrected and a(10)-a(27) added by Alois P. Heinz, Feb 22 2017