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!)
A248709 f(5n)/(f(n-2)*f(n-1)*f(n)*f(n+1)*f(n+2)), where f(k) = k!. 4

%I #8 Oct 19 2014 15:43:18

%S 12600,37837800,97772875200,247365374256000,629483036137956000,

%T 1621828071329658192000,4234824783966213204768000,

%U 11198994141198650820008976000,29959571750765218953790679280000,80980722442318386832096206093840000

%N f(5n)/(f(n-2)*f(n-1)*f(n)*f(n+1)*f(n+2)), where f(k) = k!.

%C These are multinomial coefficients.

%H Clark Kimberling, <a href="/A248709/b248709.txt">Table of n, a(n) for n = 2..200</a>

%F a(n) ~ 5^(5*n+1/2) / (4*Pi^2*n^2). - _Vaclav Kotesovec_, Oct 19 2014

%e a(3) = 15!/(1!*2!*3!*4!*5!) = 37837800.

%t Table[(5 n)!/((n - 2)! (n - 1)! n! (n + 1)! (n + 2)!), {n, 2, 20}]

%Y Cf. A001700, A248707, A248708, A248710.

%K nonn,easy

%O 2,1

%A _Clark Kimberling_, Oct 12 2014

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 18 11:52 EDT 2024. Contains 371779 sequences. (Running on oeis4.)