# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a113296 Showing 1-1 of 1 %I A113296 #37 Apr 12 2021 04:38:13 %S A113296 1,1,2,6,48,720,34560,3628800,1393459200,1316818944000, %T A113296 5056584744960000,52563198423859200000,2422112183371431936000000, %U A113296 327312129899898454671360000000,211155601241022491077587763200000000 %N A113296 Cumulative product of double factorial A006882. %H A113296 Harvey P. Dale, Table of n, a(n) for n = 0..57 %H A113296 Alejandro H. Morales, Igor Pak and Greta Panova, Hook formulas for skew shapes III. Multivariate and product formulas, Algebraic Combinatorics, Vol. 2, No. 5 (2019), pp. 815-861; arXiv preprint, arXiv:1707.00931 [math.CO], 2017-2020. %H A113296 Eric Weisstein's World of Mathematics, Double Factorial. %H A113296 Eric Weisstein's World of Mathematics, Glaisher-Kinkelin Constant. %H A113296 Eric Weisstein's World of Mathematics, Barnes G-Function. %H A113296 Wikipedia, Barnes G-function. %F A113296 a(n) = Product_{k=0..n} k!!. %F A113296 a(n) = n!! * a(n-1) where a(0) = 0, a(1) = 1 and n >= 2. %F A113296 a(n) = n*(n-2)!! * a(n-1) where a(0) = 0, a(1) = 1 and n >= 2. %F A113296 a(n) = 2^((6*n^2+12*n+2-3*(-1)^n)/24) * Pi^(((-1)^n-2*n-3)/8) * exp(-1/8) * A^(3/2) * G((2n+7+(-1)^n)/4) * G((2n+7-(-1)^n)/4), where A is the Glaisher-Kinkelin constant (A074962), G(x) is the Barnes G-function. - _Vladimir Reshetnikov_, Nov 11 2015 %F A113296 Sum_{n>=0} 1/a(n) = 1/A137989. - _Amiram Eldar_, Nov 09 2020 %F A113296 Sum_{n>=0} (-1)^n/a(n) = A137988. - _Amiram Eldar_, Apr 12 2021 %e A113296 a(10) = 1!! * 2!! * 3!! * 4!! * 5!! * 6!! * 7!! * 8!! * 9!! * 10!! %e A113296 = 1 * 2 * 3 * 8 * 15 * 48 * 105 * 384 * 945 * 3840 %e A113296 = 5056584744960000 = 2^23 x 3^9 x 5^4 x 7^2. %t A113296 Table[Product[k!!,{k,0,n}],{n,0,20}] (* _Vaclav Kotesovec_, Jul 17 2015 *) %t A113296 Table[2^((6n^2+12n+2-3(-1)^n)/24) Pi^(((-1)^n-2n-3)/8) Exp[-1/8] Glaisher^(3/2) BarnesG[(2n+7+(-1)^n)/4] BarnesG[(2n+7-(-1)^n)/4], {n, 0, 20}] (* _Vladimir Reshetnikov_, Nov 11 2015 *) %t A113296 FoldList[Times,Range[0,20]!!] (* _Harvey P. Dale_, Oct 29 2019 *) %Y A113296 Cf. A006882, A074962, A137988, A137989. %K A113296 easy,nonn %O A113296 0,3 %A A113296 _Jonathan Vos Post_, Feb 18 2006 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE