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!)
A234571 a(n) = 4*binomial(10*n+8,n)/(5*n+4). 14
1, 8, 108, 1776, 32430, 632016, 12876864, 270964320, 5843355957, 128462407840, 2868356980060, 64869895026144, 1482877843096650, 34207542810153216, 795318309360948240, 18617396126132233920, 438423206616057162258, 10379232525028947311160, 246878659984195222962220 (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), where p = 10, 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
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, where p = 10, r = 8.
O.g.f. A(x) = 1/x * series reversion (x/C(x)^8), where C(x) is the o.g.f. for the Catalan numbers A000108. A(x)^(1/8) is the o.g.f. for A059968. - Peter Bala, Oct 14 2015
MATHEMATICA
Table[4 Binomial[10 n + 8, n]/(5 n + 4), {n, 0, 30}]
PROG
(PARI) a(n) = 4*binomial(10*n+8, n)/(5*n+4);
(PARI) {a(n)=local(B=1); for(i=0, n, B=(1+x*B^(5/4))^8+x*O(x^n)); polcoeff(B, n)}
(Magma) [4*Binomial(10*n+8, n)/(5*n+4): n in [0..30]];
CROSSREFS
Sequence in context: A363476 A272497 A215129 * A120975 A193678 A265277
KEYWORD
nonn,easy
AUTHOR
Tim Fulford, Dec 28 2013
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 16:28 EDT 2024. Contains 371254 sequences. (Running on oeis4.)