login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A111109
Expansion of -x*(x^6+3*x^5+2*x^4-2*x^3-4*x^2+4*x-1)/((1-x)^2*(1-2*x-x^2)^2).
0
0, 1, 2, 5, 14, 40, 111, 301, 803, 2118, 5540, 14397, 37216, 95772, 245505, 627189, 1597413, 4057450, 10280678, 25990933, 65575122, 165138416, 415158963, 1042067549, 2611823431, 6537384302, 16342461128, 40805714573, 101776575332, 253587643300, 631232103045
OFFSET
0,3
COMMENTS
The published g.f. should be multiplied by -1.
LINKS
M. H. Albert and M. D. Atkinson, Simple permutations and pattern restricted permutations, Discr. Math., 300 (2005), 1-15.
MATHEMATICA
CoefficientList[ Series[ -x*(x^6 + 3*x^5 + 2*x^4 - 2*x^3 - 4*x^2 + 4*x - 1)/((1 - x)^2*(1 - 2*x - x^2)^2), {x, 0, 30}], x] (* Robert G. Wilson v, Oct 15 2005 *)
CROSSREFS
Sequence in context: A320568 A111110 A296516 * A081908 A221677 A229737
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Oct 14 2005
STATUS
approved