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.

A193285 Number of forbidden patterns of length n of the map f(x) = 4x(1-x) on the unit interval. A permutation pi is a forbidden pattern if there is no x in [0,1] such that the values x,f(x),f(f(x)),...,f^{n-1}(x) are in the same relative order as pi_1,pi_2,...,pi_n.

Original entry on oeis.org

0, 0, 0, 1, 12, 89, 645, 4862, 39906, 361931, 3626663, 39912033
Offset: 0

Views

Author

Sergi Elizalde, Jul 20 2011

Keywords

Comments

a(n) is also the number of forbidden patterns of length n of the tent map x -> 1-|1-2x| in [0,1].

Examples

			a(3) = 1 because the only forbidden pattern of length 3 is 321.
		

Crossrefs

Cf. A000142, A193284 (allowed patterns).

Formula

a(n) = n! - A193284(n).

Extensions

a(0)=0 prepended by Alois P. Heinz, Mar 02 2020