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

A071726
Expansion of (1+x^3*C)*C, where C = (1-(1-4*x)^(1/2))/(2*x) is g.f. for Catalan numbers, A000108.
3
1, 1, 2, 6, 16, 47, 146, 471, 1562, 5291, 18226, 63648, 224808, 801686, 2882452, 10437745, 38032110, 139339635, 512996370, 1896907980, 7041759120, 26233530210, 98046684060, 367525880670, 1381386710964, 5205006015102
OFFSET
0,3
LINKS
Stoyan Dimitrov, On permutation patterns with constrained gap sizes, arXiv:2002.12322 [math.CO], 2020.
MATHEMATICA
With[{$MaxExtraPrecision = 1000}, CoefficientList[Series[# (1 + x^3*#) &[(1 - (1 - 4 x)^(1/2))/(2 x)], {x, 0, 25}], x]] (* Michael De Vlieger, May 30 2020 *)
CROSSREFS
Sequence in context: A003291 A148442 A190729 * A148443 A148444 A064190
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jun 06 2002
STATUS
approved