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!)
A233667 a(n) = 5*binomial(4*n+10,n)/(2*n+5). 5
1, 10, 85, 700, 5750, 47502, 395560, 3321120, 28102425, 239503550, 2054455634, 17726454200, 153757722300, 1340045361750, 11729338225200, 103068670351552, 908923976461140, 8041606944709800, 71359997110169625, 634978885837495500, 5664526697522326590 (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=4, r=10.
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=4, r=10.
From Ilya Gutkovskiy, Sep 14 2018: (Start)
E.g.f.: 4F4(5/2,11/4,3,13/4; 1,11/3,4,13/3; 256*x/27).
a(n) ~ 5*2^(8*n+39/2)/(sqrt(Pi)*3^(3*n+21/2)*n^(3/2)). (End)
MATHEMATICA
Table[5 Binomial[4 n + 10, n]/(2 n + 5), {n, 0, 30}]
PROG
(PARI) a(n) = 5*binomial(4*n+10, n)/(2*n+5);
(PARI) {a(n)=local(B=1); for(i=0, n, B=(1+x*B^(2/5))^10+x*O(x^n)); polcoeff(B, n)}
(Magma) [5*Binomial(4*n+10, n)/(2*n+5): n in [0..30]];
CROSSREFS
Sequence in context: A346319 A361285 A144639 * A038235 A354390 A354318
KEYWORD
nonn,easy
AUTHOR
Tim Fulford, Dec 14 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 29 09:59 EDT 2024. Contains 371268 sequences. (Running on oeis4.)