OFFSET
0,3
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
Miklós Bóna, Permutations with one or two 132-subsequences, Discrete Math., 181 (1998) 267-274.
R. Brignall, S. Huczynska, V. Vatter, Decomposing simple permutations with enumerative consequences, Combinatorica, 28 (2008) 384-400.
FORMULA
a(n) ~ 2^(2*n-3)/sqrt(Pi*n). - Vaclav Kotesovec, Jun 29 2013
Conjecture: (n+1) *(n^2+5*n-12) *(n^3-5*n^2+38*n-250)*a(n) -2 *(2*n-3) *(n^2+7*n-6) *(n^3-5*n^2+38*n-250) *a(n-1)=0. - R. J. Mathar, Apr 30 2016
MATHEMATICA
a[n_] := Switch[n, 0, 1, 1, 1, _, CatalanNumber[n] + Binomial[2n-3, n-3]]; Table[a[n], {n, 0, 27}] (* Jean-François Alcover, Oct 06 2016, after R. J. Mathar *)
PROG
(PARI) x='x+O('x^40); Vec((1-sqrt(1-4*x))/(2*x) + 8*x^3/((sqrt(1-4*x))*(1+sqrt(1-4*x))^3)) \\ Michel Marcus, Oct 30 2015
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Sep 18 2008
STATUS
approved