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!)
A248710 a(n) = f(6*n+3)/(f(n-2)*f(n-1)*f(n)*f(n+1)*f(n+2)*f(n+3)), where f(k) = k!. 4
37837800, 2053230379200, 86825246363856000, 3434459445168687936000, 133396980694935715950192000, 5173935293233776678844146912000, 201687837026151453996918852912960000, 7920886423528046052820994110450678080000, 313629810506083768747620025974652020366480000 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
These are multinomial coefficients.
LINKS
FORMULA
a(n) ~ 3^(5/2) * 6^(6*n+1) / (Pi^(5/2)*n^(5/2)). - Vaclav Kotesovec, Oct 19 2014
EXAMPLE
a(3) = 21!/(1!*2!*3!*4!*5!*6!) = 2053230379200.
MATHEMATICA
Table[(6 n + 3)!/((n - 2)! (n - 1)! n! (n + 1)! (n + 2)! (n + 3)!), {n, 2, 20}]
Table[(6n+3)!/Times@@((n+Range[-2, 3])!) , {n, 2, 20}] (* Harvey P. Dale, Jul 20 2020 *)
PROG
(Sage) [factorial(6*n + 3)/(factorial(n - 2)*factorial(n - 1)*factorial(n)*factorial(n + 1)*factorial(n + 2)*factorial(n + 3)) for n in range(2, 11)] # Stefano Spezia, Aug 16 2024
CROSSREFS
Sequence in context: A206196 A272517 A246232 * A342350 A015365 A272599
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Oct 12 2014
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 31 23:29 EDT 2024. Contains 375575 sequences. (Running on oeis4.)