A004356 Binomial coefficient C(6n,n-1).
1, 12, 153, 2024, 27405, 376992, 5245786, 73629072, 1040465790, 14783142660, 210980549208, 3022285436352, 43430966148115, 625806790696080, 9038619861406740, 130815226545884704, 1896724514424115530
Offset: 1
References
- M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 828.
Links
- Seiichi Manyama, Table of n, a(n) for n = 1..853
- M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].
Programs
-
Mathematica
Table[Binomial[6n,n-1],{n,20}] (* Harvey P. Dale, Mar 04 2017 *)
Formula
D-finite with recurrence 5*(n-1)*(5*n+1)*(5*n-3)*(5*n-2)*(5*n-1)*a(n) -72*(6*n-5)*(6*n-1)*(3*n-1)*(2*n-1)*(3*n-2)*a(n-1)=0. - R. J. Mathar, Mar 19 2025