<div id="comment:0"></div> ``` sage: P = Permutations(3, avoiding=[[1,3,2]]) sage: P.list() [[1, 2, 3], [3, 1, 2], [2, 1, 3], [2, 3, 1], [3, 2, 1]] sage: [1,3,2] in P True ``` Component: **combinatorics** Author: **Martin Rubey** Branch/Commit: **[`6bf62d9`](https://github.com/sagemath/sagetrac-mirror/commit/6bf62d99022ae9132fa3699e095fce91b2bde430)** Reviewer: **Daniel Krenn, Travis Scrimshaw** _Issue created by migration from https://trac.sagemath.org/ticket/26809_