The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A233668 a(n) = 6*binomial(5*n + 6,n)/(5*n + 6). 11

%I #31 Sep 08 2022 08:46:06

%S 1,6,45,380,3450,32886,324632,3290040,34034715,357919100,3815041230,

%T 41124015036,447534498320,4910258796240,54257308779600,

%U 603260892430960,6744185681876505,75764901779438850,854867886710698755,9683529727259434200

%N a(n) = 6*binomial(5*n + 6,n)/(5*n + 6).

%C Fuss-Catalan sequence is a(n,p,r) = r*binomial(n*p + r, n)/(n*p + r); this is the case p = 5, r = 6.

%D C. H. Pah, M. R. Wahiddin, Combinatorial Interpretation of Raney Numbers and Tree Enumerations, Open Journal of Discrete Mathematics, 2015, 5, 1-9; http://www.scirp.org/journal/ojdm; http://dx.doi.org/10.4236/ojdm.2015.51001

%H Vincenzo Librandi, <a href="/A233668/b233668.txt">Table of n, a(n) for n = 0..200</a>

%H J-C. Aval, <a href="http://arxiv.org/abs/0711.0906">Multivariate Fuss-Catalan Numbers</a>, arXiv:0711.0906 [math.CO], 2007.

%H J-C. Aval, <a href="http://dx.doi.org/10.1016/j.disc.2007.08.100">Multivariate Fuss-Catalan Numbers</a>, Discrete Math., 308 (2008), 4660-4669.

%H Thomas A. Dowling, <a href="http://www.mhhe.com/math/advmath/rosen/r5/instructor/applications/ch07.pdf">Catalan Numbers Chapter 7</a>

%H Wojciech Mlotkowski, <a href="http://www.math.uiuc.edu/documenta/vol-15/28.pdf">Fuss-Catalan Numbers in Noncommutative Probability</a>, Docum. Mathm. 15: 939-955.

%H Wikipedia, <a href="https://en.wikipedia.org/wiki/Fuss-Catalan_number">Fuss-Catalan number</a>

%F G.f. satisfies: A(x) = {1 + x*A(x)^(p/r)}^r, here p = 5, r = 6.

%F From _Peter Bala, Oct 16 2015: (Start)

%F O.g.f. A(x) = 1/x * series reversion (x*C(-x)^6), where C(x) = (1 - sqrt(1 - 4*x))/(2*x) is the o.g.f. for the Catalan numbers A000108. See cross-references for other Fuss-Catalan sequences with o.g.f. 1/x * series reversion (x*C(-x)^k), k = 3 through 11.

%F A(x)^(1/6) is the o.g.f. for A002294. (End)

%t Table[6 Binomial[5 n + 6, n]/(5 n + 6), {n, 0, 30}]

%o (PARI) a(n) = 6*binomial(5*n+6,n)/(5*n+6);

%o (PARI) {a(n)=local(B=1); for(i=0, n, B=(1+x*B^(5/6))^6+x*O(x^n)); polcoeff(B, n)}

%o (Magma) [6*Binomial(5*n+6,n)/(5*n+6): n in [0..30]];

%Y Cf. A000108, A002294, A118969, A143546, A118971, A233669, A233736, A233737, A233738.

%Y Cf. A000245 (k = 3), A006629 (k = 4), A196678 (k = 5), A233743 (k = 7), A233835 (k = 8), A234467 (k = 9), A232265 (k = 10), A229963 (k = 11).

%K nonn,easy

%O 0,2

%A _Tim Fulford_, Dec 14 2013

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 June 9 04:57 EDT 2024. Contains 373227 sequences. (Running on oeis4.)