login
A186186
Expansion of 1/(1-x/(1-x)*A(x/(1-x))) where A(x) is the g.f. of A002293.
1
1, 1, 3, 12, 63, 403, 2919, 22833, 187799, 1599718, 13984383, 124717327, 1130144932, 10375309228, 96290993853, 901915801437, 8514822062757, 80939662475426, 774025387921462, 7441380898249458, 71879194326339456, 697253570563306939, 6789448668631285664, 66340474776507262638
OFFSET
0,3
LINKS
Vladimir Kruchinin and D. V. Kruchinin, Composita and their properties, arXiv:1103.2582 [math.CO], 2011-2013.
FORMULA
a(n) = Sum_{m=1..n} Sum_{k=m..n} binomial(n-1,k-1)*m/(3*k-2*m)*binomial(4*k-3*m-1,k-m), n>0, a(0)=1.
PROG
(PARI) a(n)={if(n<1, n==0, sum(m=1, n, sum(k=m, n, binomial(n-1, k-1)*m/(3*k-2*m)*binomial(4*k-3*m-1, k-m))))} \\ Andrew Howroyd, Apr 17 2021
CROSSREFS
Cf. A002293.
Sequence in context: A307708 A308206 A264151 * A355164 A373770 A381210
KEYWORD
nonn
AUTHOR
Vladimir Kruchinin, Feb 14 2011
EXTENSIONS
Terms a(18) and beyond from Andrew Howroyd, Apr 17 2021
STATUS
approved