Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A234527 2*binomial(10*n+4,n)/(5*n+2). 9
1, 4, 46, 704, 12341, 234260, 4685898, 97274544, 2075959314, 45262862788, 1003884090440, 22577660493024, 513698787408521, 11802947663348800, 273471432969603198, 6382396843322710560, 149902629054480517590, 3540479504783000035464 (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=4.
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=4.
MATHEMATICA
Table[2 Binomial[10 n + 4, n]/(5 n + 2), {n, 0, 30}] (* Vincenzo Librandi, Dec 28 2013 *)
PROG
(PARI) a(n) = 2*binomial(10*n+4, n)/(5*n+2);
(PARI) {a(n)=local(B=1); for(i=0, n, B=(1+x*B^(5/2))^4+x*O(x^n)); polcoeff(B, n)}
(Magma) [2*Binomial(10*n+4, n)/(5*n+2): n in [0..30]]; // Vincenzo Librandi, Dec 28 2013
CROSSREFS
Sequence in context: A113264 A264717 A318109 * A126739 A191870 A099023
KEYWORD
nonn
AUTHOR
Tim Fulford, Dec 27 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 August 18 02:03 EDT 2024. Contains 375255 sequences. (Running on oeis4.)