A245904 a(n) is the number of permutations avoiding 231 and 312 realizable on increasing strict binary trees with 2n-1 nodes.
1, 2, 6, 22, 84, 330, 1308, 5210, 20796, 83100, 332232, 1328598, 5313732, 21253620, 85011864, 340042246, 1360158564
Offset: 1
Examples
For example, when n=3, the permutations 12543, 12435, 13245, 13254, 12345,and 12354. all avoid 231 and 312 in the classical sense and occur as breadth-first search reading words on an increasing strict binary tree with 5 nodes. . 1 1 1 1 1 1 . / \ / \ / \ / \ / \ / \ . 2 5 2 4 3 2 3 2 2 3 2 3 . / \ / \ / \ / \ / \ / \ . 4 3 3 5 4 5 5 4 4 5 5 4
Crossrefs
A bisection of A002083.
Extensions
More terms from N. J. A. Sloane, Jul 07 2015
Comments