login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A213403 G.f.: exp( Sum_{n>=1} binomial(6*n-1, 3*n) * x^n/n ). 4
1, 10, 281, 10580, 457700, 21475122, 1062749598, 54611328552, 2886091165052, 155866877884424, 8564415357567017, 477261537757290340, 26908911750685828972, 1532232857543951354044, 87987735421932575184876, 5089715542281323916803664, 296304273741441480224927436 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Feihu Liu and Guoce Xin, Simple Generating Functions for Certain Young Tableaux with Periodic Walls, arXiv:2401.14627 [math.CO], 2024.
FORMULA
G.f. A(x) satisfies: A(x^3) = C(x)*C(u*x)*C(u^2*x) where u = exp(2*Pi*I/3) and C(x) = (1-sqrt(1-4*x))/(2*x) is the Catalan function (A000108).
Recurrence: (n-1)*n*(n+1)*(3*n-2)*(3*n-1)*(3*n+1)*(3*n+2)*(108*n^3 - 738*n^2 + 1626*n - 1145)*a(n) = 16*(n-1)*n*(3*n-2)*(3*n-1)*(15552*n^6 - 145152*n^5 + 544104*n^4 - 1066212*n^3 + 1170804*n^2 - 673396*n + 144935)*a(n-1) - 192*(n-1)*(1119744*n^9 - 16609536*n^8 + 108801792*n^7 - 413667648*n^6 + 1005574176*n^5 - 1616657184*n^4 + 1710678468*n^3 - 1140217942*n^2 + 429402110*n - 68310725)*a(n-2) + 2048*(2*n-5)*(2239488*n^9 - 39937536*n^8 + 314181504*n^7 - 1428637824*n^6 + 4127176800*n^5 - 7823974464*n^4 + 9674759436*n^3 - 7456006106*n^2 + 3201337522*n - 567810495)*a(n-3) - 1048576*(n-3)*(2*n-7)*(2*n-5)*(3*n-10)*(3*n-8)*(6*n-19)*(6*n-17)*(108*n^3 - 414*n^2 + 474*n - 149)*a(n-4). - Vaclav Kotesovec, Jul 05 2014
a(n) ~ (2-sqrt(2)*3^(1/4))*(1+sqrt(3)) * 2^(6*n+1) / (n^(3/2)*sqrt(3*Pi)). - Vaclav Kotesovec, Jul 05 2014
EXAMPLE
G.f.: A(x) = 1 + 10*x + 281*x^2 + 10580*x^3 + 457700*x^4 + 21475122*x^5 +...
such that A(x^3) = C(x)*C(u*x)*C(u^2*x) where u = exp(2*Pi*I/3) and
C(x) = 1 + x + 2*x^2 + 5*x^3 + 14*x^4 + 42*x^5 + 132*x^6 + 429*x^7 +...
PROG
(PARI) {a(n)=polcoeff(exp(sum(m=1, n, binomial(6*m-1, 3*m)*x^m/m)+x*O(x^n)), n)}
for(n=0, 20, print1(a(n), ", "))
CROSSREFS
Sequence in context: A012243 A186270 A231793 * A077281 A239774 A360341
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jun 10 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 28 13:42 EDT 2024. Contains 371254 sequences. (Running on oeis4.)