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”).

A213160
Sequence of coefficients of x in marked mesh pattern generating function Q_{n,132}^(-,0,4,0)(x).
0
14, 70, 286, 1099, 4124, 14935, 53242, 188684, 667972, 2368095, 8426224, 30130319, 108331818, 391700269, 1424153146, 5205387976, 19120256344, 70552778548, 261426207564, 972390417749, 3629462152664, 13590042842272, 51033678706020, 192151581932541
OFFSET
5,1
LINKS
S. Kitaev, J. Remmel and M. Tiefenbruck, Marked mesh patterns in 132-avoiding permutations I, arXiv preprint arXiv:1201.6243, 2012
MATHEMATICA
CCC[t]=(1-(1-4*t)^(1/2))/(2*t); NQ4[t, x]=1/(1 - t*x*CCC[t] - t(1 - x)*(1 + t + 2t^2 + 5t^3)); CoefficientList[Coefficient[Simplify[Series[NQ4[t, x], {t, 0, 35}]], x], t] (* Robert Price, Jun 05 2012 *)
CROSSREFS
Sequence in context: A212749 A201106 A337641 * A268399 A034554 A246507
KEYWORD
nonn
AUTHOR
Robert Price, Jun 06 2012
STATUS
approved