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!)
A268506 a(n) = Product_{k=0..n} (5*k)!. 14
1, 120, 435456000, 569434649591808000000, 1385378702517271000054360965120000000000, 21488900044302744250061179567064173417691432878080000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Partial products of A100734. - Michel Marcus, Jul 06 2019
LINKS
FORMULA
a(n) ~ Gamma(1/5)^(3/5) * Gamma(2/5)^(2/5) * Gamma(3/5)^(1/5) * 2^(n/2 - 1/10) * Pi^(n/2 - 1/10) * 5^(23/60 + 3*n + 5*n^2/2) * exp(1/60 - 3*n - 15*n^2/4) * n^(41/60 + 3*n + 5*n^2/2) / A^(1/5), where A = A074962 is the Glaisher-Kinkelin constant.
MATHEMATICA
Table[Product[(5*k)!, {k, 0, n}], {n, 0, 8}]
PROG
(PARI) {a(n) = prod(k=1, n, (5*k)!)} \\ Seiichi Manyama, Jul 06 2019
CROSSREFS
Sequence in context: A258926 A357545 A294320 * A172730 A365266 A045509
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Apr 16 2016
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 April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)