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!)
A235338 8*binomial(11*n+8,n)/(11*n+8). 3
1, 8, 116, 2080, 41650, 892552, 20027112, 464550336, 11050084695, 268070745800, 6607118937848, 164979021222400, 4164615224071926, 106105019316578800, 2724883054841727200, 70462458864489354624, 1833143662625459289495 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Fuss-Catalan sequence is a(n,p,r) = r*binomial(np+r,n)/(np+r), this is the case p=11, r=8.
LINKS
J-C. Aval, Multivariate Fuss-Catalan Numbers, arXiv:0711.0906v1, Discrete Math., 308 (2008), 4660-4669.
Thomas A. Dowling, Catalan Numbers Chapter 7 [broken link]
Wojciech Mlotkowski, Fuss-Catalan Numbers in Noncommutative Probability, Docum. Mathm. 15: 939-955.
FORMULA
G.f. satisfies: B(x) = {1 + x*B(x)^(p/r)}^r, here p=11, r=8.
MATHEMATICA
Table[8 Binomial[11 n + 8, n]/(11 n + 8), {n, 0, 30}]
PROG
(PARI) a(n) = 8*binomial(11*n+8, n)/(11*n+8);
(PARI) {a(n)=local(B=1); for(i=0, n, B=(1+x*B^(11/8))^8+x*O(x^n)); polcoeff(B, n)}
(Magma) [8*Binomial(11*n+8, n)/(11*n+8): n in [0..30]];
CROSSREFS
Sequence in context: A240890 A241105 A214695 * A231553 A291077 A056988
KEYWORD
nonn
AUTHOR
Tim Fulford, Jan 06 2014
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 11:59 EDT 2024. Contains 371254 sequences. (Running on oeis4.)