OFFSET
0,3
COMMENTS
Number of up-down min-max permutations of n elements.
REFERENCES
F. Heneghan and T. K. Petersen, Power series for up-down min-max permutations,
http://math.depaul.edu/tpeter21/MaxMinUpDownCMJ2v.pdf, 2013.
FORMULA
The e.g.f. can also be written as (1+sin(x))/cos(x)^3.
a(n) ~ n! * n^2*(2/Pi)^(n+3). - Vaclav Kotesovec, May 26 2013
MATHEMATICA
Table[n!*SeriesCoefficient[(1+Sin[x])/Cos[x]^3, {x, 0, n}] , {n, 0, 20}] (* Vaclav Kotesovec, May 26 2013 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, May 26 2013
STATUS
proposed