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!)
A271946 a(n) = Product_{k=0..n} (6*k)!. 10
1, 720, 344881152000, 2208058019165981638656000000, 1369986068925795885347091500568179543900160000000000, 363392722685428853076589064611759104109572860599125858715484081356800000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The next term has 126 digits.
Partial products of A195390. - Michel Marcus, Jul 06 2019
LINKS
FORMULA
a(n) ~ A^(-1/6) * exp(1/72 - 7*n/2 - 9*n^2/2) * n^(55/72 + 7*n/2 + 3*n^2) * 2^(1/72 + 4*n + 3*n^2) * 3^(47/72 + 7*n/2 + 3*n^2) * Pi^(n/2 - 1/3) * Gamma(1/3)^(5/3), where A = A074962 is the Glaisher-Kinkelin constant.
MATHEMATICA
Table[Product[(6*k)!, {k, 0, n}], {n, 0, 8}]
PROG
(PARI) {a(n) = prod(k=1, n, (6*k)!)} \\ Seiichi Manyama, Jul 06 2019
CROSSREFS
Sequence in context: A367570 A294323 A072238 * A172727 A283048 A282021
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Apr 17 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 25 16:39 EDT 2024. Contains 371989 sequences. (Running on oeis4.)