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

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

%S 1,8,108,1776,32430,632016,12876864,270964320,5843355957,128462407840,

%T 2868356980060,64869895026144,1482877843096650,34207542810153216,

%U 795318309360948240,18617396126132233920,438423206616057162258,10379232525028947311160,246878659984195222962220

%N a(n) = 4*binomial(10*n+8,n)/(5*n+4).

%C Fuss-Catalan sequence is a(n,p,r) = r*binomial(np+r,n)/(np+r), where p = 10, r = 8.

%H Vincenzo Librandi, <a href="/A234571/b234571.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.0906v1, 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: B(x) = {1 + x*B(x)^(p/r)}^r, where p = 10, r = 8.

%F 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

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

%o (PARI) a(n) = 4*binomial(10*n+8,n)/(5*n+4);

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

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

%Y Cf. A059968, A234525, A234526, A234527, A234528, A234529, A234570, A234573, A059968, A069271, A118970, A212073, A233834, A234465, A234510, A235339.

%K nonn,easy

%O 0,2

%A _Tim Fulford_, Dec 28 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 April 23 10:13 EDT 2024. Contains 371905 sequences. (Running on oeis4.)