cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-9 of 9 results.

A098694 Double-superfactorials: a(n) = Product_{k=1..n} (2k)!.

Original entry on oeis.org

1, 2, 48, 34560, 1393459200, 5056584744960000, 2422112183371431936000000, 211155601241022491077587763200000000, 4417964278440225627098723475313498521600000000000
Offset: 0

Views

Author

Ralf Stephan, Sep 22 2004

Keywords

Comments

Hankel transform of double factorial numbers A001147. - Paul Barry, Jan 28 2008
Hankel transform of A112934(n+1). - Paul Barry, Dec 04 2009

Crossrefs

Programs

  • Magma
    [&*[ Factorial(2*k): k in [0..n] ]: n in [0..10]]; // Vincenzo Librandi, Dec 11 2016
    
  • Mathematica
    Table[Product[(2k)!,{k,1,n}],{n,0,10}] (* Vaclav Kotesovec, Nov 13 2014 *)
  • PARI
    a(n) = prod(k=1, n, (2*k)!); \\ Michel Marcus, Dec 11 2016
    
  • Python
    from math import prod
    def A098694(n): return prod(((k+1)*((k<<1)+1)<<1)**(n-k) for k in range(1,n+1))<Chai Wah Wu, Nov 26 2023

Formula

a(n) = Product_{k=0..n} (2*(k+1)*(2*k+1))^(n-k). - Paul Barry, Jan 28 2008
a(n) = A000178(n)*A057863(n)*A006125(n+1) = A121835(n)*A006125(n+1). - Paul Barry, Jan 28 2008
G.f.: G(0)/(2*x)-1/x, where G(k)= 1 + 1/(1 - 1/(1 + 1/(2*k+2)!/x/G(k+1))); (continued fraction). - Sergei N. Gladkovskii, Jun 14 2013
a(n) ~ 2^(n^2+2*n+17/24) * n^(n^2+3*n/2+11/24) * Pi^((n+1)/2) / (A^(1/2) * exp(3*n^2/2+3*n/2-1/24)), where A = 1.2824271291... is the Glaisher-Kinkelin constant (see A074962). - Vaclav Kotesovec, Nov 13 2014
a(n) = A^(3/2)*2^(n^2+n-1/24)*Pi^(-n/2-1/4)*G(n+3/2)*G(n+2)/exp(1/8), where G(n) is the Barnes G-function and A is the Glaisher-Kinkelin constant. - Ilya Gutkovskiy, Dec 11 2016
a(n) = A000178(2*n + 1) / A168467(n). - Vaclav Kotesovec, Oct 28 2017
For n > 0, a(n) = 2^((n+1)/2) * n * sqrt(BarnesG(2*n)*Gamma(n)) * Gamma(2*n). - Vaclav Kotesovec, Nov 27 2024

A268504 a(n) = Product_{k=0..n} (3*k)!.

Original entry on oeis.org

1, 6, 4320, 1567641600, 750902834626560000, 981936389699695364014080000000, 6286723722110812136775527266768650240000000000, 321194638135877430211257700556824829511701622266265600000000000000
Offset: 0

Views

Author

Vaclav Kotesovec, Apr 16 2016

Keywords

Comments

Partial products of A100732. - Michel Marcus, Jul 06 2019

Crossrefs

Programs

  • Mathematica
    Table[Product[(3*k)!,{k,0,n}],{n,0,10}]
  • PARI
    {a(n) = prod(k=1, n, (3*k)!)} \\ Seiichi Manyama, Jul 06 2019

Formula

a(n) ~ Gamma(1/3)^(1/3) * 3^(3*n^2/2 + 2*n + 11/36) * 2^(n/2 + 1/3) * Pi^(n/2 + 1/3) * n^(3*n^2/2 + 2*n + 19/36) / (A^(1/3) * exp(9*n^2/4 + 2*n - 1/36)), where A = A074962 is the Glaisher-Kinkelin constant.

A268506 a(n) = Product_{k=0..n} (5*k)!.

Original entry on oeis.org

1, 120, 435456000, 569434649591808000000, 1385378702517271000054360965120000000000, 21488900044302744250061179567064173417691432878080000000000000000
Offset: 0

Views

Author

Vaclav Kotesovec, Apr 16 2016

Keywords

Comments

Partial products of A100734. - Michel Marcus, Jul 06 2019

Crossrefs

Programs

  • Mathematica
    Table[Product[(5*k)!,{k,0,n}],{n,0,8}]
  • PARI
    {a(n) = prod(k=1, n, (5*k)!)} \\ Seiichi Manyama, Jul 06 2019

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.

A268505 a(n) = Product_{k=0..n} (4*k)!.

Original entry on oeis.org

1, 24, 967680, 463520268288000, 9698137182219213471744000000, 23594617426193665303453830729600860160000000000, 14639242671589099207353038379393488170313478620292159897600000000000000
Offset: 0

Views

Author

Vaclav Kotesovec, Apr 16 2016

Keywords

Comments

Partial products of A100733. - Michel Marcus, Jul 06 2019

Crossrefs

Programs

  • Mathematica
    Table[Product[(4*k)!,{k,0,n}],{n,0,8}]
  • PARI
    {a(n) = prod(k=1, n, (4*k)!)} \\ Seiichi Manyama, Jul 06 2019

Formula

a(n) ~ Gamma(1/4)^(1/2) * 2^(5/6 + 11*n/2 + 4*n^2) * exp(1/48 - 5*n/2 - 3*n^2) * n^(29/48 + 5*n/2 + 2*n^2) * Pi^(1/4 + n/2) / A^(1/4), where A = A074962 is the Glaisher-Kinkelin constant.
a(n) = A^(15/4) * sqrt(Gamma(1/4)) * exp(-5/16) * 2^(4*n^2 + 7*n/2 - 5/12) * BarnesG(n + 5/4) * BarnesG(n + 3/2) * BarnesG(n + 7/4) * BarnesG(n+2) / Pi^(3*n/2 + 1). - Vaclav Kotesovec, Apr 23 2024

A271947 a(n) = Product_{k=0..n} (7*k)!.

Original entry on oeis.org

1, 5040, 439378587648000, 22448266013011335649028997120000000, 6844214664110424043644485692109939233534721371668480000000000000
Offset: 0

Views

Author

Vaclav Kotesovec, Apr 17 2016

Keywords

Comments

The next term has 104 digits.
In general, for p > 0, Product_{k=0..n} (p*k)! = p^((n+1)*(n*p+1)/2) * (2*Pi)^((n+1)*(1-p)/2) * Product_{j=1..p} BarnesG(n+1+j/p) / BarnesG(j/p).
Equivalently, Product_{k=0..n} (p*k)! = A^(p - 1/p) * exp(1/(12*p) - p/12) * (2*Pi)^((1-p)*n/2) * p^(p*n^2/2 + (p+1)*n/2 - 1/(12*p)) * Product_{j=1..p} (BarnesG(n + 1 + j/p) / Gamma(j/p)^(j/p)), where A = A074962 is the Glaisher-Kinkelin constant.
Asymptotics: Product_{k=0..n} (p*k)! ~ exp(p/12 - (p+1)*n/2 - 3*p*n^2/4) * n^(1/4 + p/12 + 1/(12*p) + (p+1)*n/2 + p*n^2/2) * p^(1/2 + (p+1)*n/2 + p*n^2/2) * (2*Pi)^(n/2 - p/4 + 3/4) / (A^p * Product_{j=1..p} BarnesG(j/p)).
Equivalently, Product_{k=0..n} (p*k)! ~ A^(-1/p) * exp(1/(12*p) - (p+1)*n/2 - 3*p*n^2/4) * n^(1/4 + p/12 + 1/(12*p) + (p+1)*n/2 + p*n^2/2) * p^(-1/(12*p) + (p+1)*n/2 + p*n^2/2) * (2*Pi)^(n/2 + (p+1)/4) / Product_{j=1..p-1} Gamma(j/p)^(j/p), where A = A074962 is the Glaisher-Kinkelin constant.
The general formula for the product of Barnes-G functions is: Product_{j=1..p} BarnesG(j/p) = A^(1/p - p) * exp(p/12 - 1/(12*p)) * p^(1/2 + 1/(12*p)) * (2*Pi)^((1-p)/2) * Product_{j=1..p-1} Gamma(j/p)^(j/p).

Crossrefs

Cf. A000178 (p=1), A098694 (p=2), A268504 (p=3), A268505 (p=4), A268506 (p=5), A271946 (p=6).
Partial products of A195391.

Programs

  • Mathematica
    Table[Product[(7*k)!,{k,0,n}],{n,0,8}]
  • PARI
    {a(n) = prod(k=1, n, (7*k)!)} \\ Seiichi Manyama, Jul 06 2019

Formula

a(n) ~ A^(-1/7) * exp(1/84 - 4*n - 21*n^2/4) * n^(71/84 + 4*n + 7*n^2/2) * 7^(-1/84 + 4*n + 7*n^2/2) * (2*Pi)^(n/2 + 2) / (Gamma(1/7)^(1/7) * Gamma(2/7)^(2/7) * Gamma(3/7)^(3/7) * Gamma(4/7)^(4/7) * Gamma(5/7)^(5/7) * Gamma(6/7)^(6/7)), where A = A074962 is the Glaisher-Kinkelin constant.

A262261 a(n) = Product_{k=0..n} binomial(4*k,k).

Original entry on oeis.org

1, 4, 112, 24640, 44844800, 695273779200, 93581069585203200, 110803729631663996928000, 1165466869384731418887782400000, 109720873815210197693149787062272000000, 93006053830822450607559730484293052399616000000
Offset: 0

Views

Author

Vaclav Kotesovec, Apr 17 2016

Keywords

Comments

In general, for p > 1, Product_{k=0..n} binomial(p*k,k) ~ A^(1 + 1/(p*(p-1))) * exp(n/2 - 1/12 - 1/(12*p*(p-1))) * n^(-1/3 - n/2 - 1/(12*p*(p-1))) * (p-1)^(1/(12*(p-1)) - p*n/2 - (p-1)*n^2/2) * p^(-1/(12*p) + (p+1)*n/2 + p*n^2/2) * (2*Pi)^(-1/4 - n/2) * Product_{j=1..p-1} (Gamma(j/(p-1))^(j/(p-1)) / Gamma(j/p)^(j/p)), where A = A074962 is the Glaisher-Kinkelin constant.

Crossrefs

Programs

  • Mathematica
    Table[Product[Binomial[4*k,k],{k,0,n}],{n,0,10}]

Formula

a(n) ~ A^(13/12) * 2^(9*n/2 + 4*n^2) * exp(n/2 - 13/144) * Gamma(1/4)^(1/2) / (Gamma(1/3)^(1/3) * 3^(11/36 + 2*n + 3*n^2/2) * Pi^(7/12 + n/2) * n^(49/144 + n/2)), where A = A074962 is the Glaisher-Kinkelin constant.

A195390 a(n) = (6*n)!.

Original entry on oeis.org

1, 720, 479001600, 6402373705728000, 620448401733239439360000, 265252859812191058636308480000000, 371993326789901217467999448150835200000000, 1405006117752879898543142606244511569936384000000000, 12413915592536072670862289047373375038521486354677760000000000
Offset: 0

Views

Author

Vincenzo Librandi, Sep 24 2011

Keywords

Crossrefs

Programs

  • Magma
    [Factorial(6*n): n in [0..10]];
  • Mathematica
    (6*Range[0,10])! (* Harvey P. Dale, Dec 16 2013 *)

Formula

From Amiram Eldar, Apr 03 2021: (Start)
a(n) = A000142(A008588(n)).
Sum_{n>=0} 1/a(n) = A332892. (End)

A367570 a(n) = Product_{k=0..n} (6*k)! / k!^6.

Original entry on oeis.org

1, 720, 5388768000, 739474163011584000000, 2400828978003787120431882240000000000, 213271990853093812884314351984207293234859212800000000000, 569474121824212834327144127568532894901251393782268174537457286512640000000000000
Offset: 0

Views

Author

Vaclav Kotesovec, Nov 23 2023

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Product[(6*k)!/k!^6, {k, 0, n}], {n, 0, 10}]
    Table[Product[Binomial[6*k,k] * Binomial[5*k,k] * Binomial[4*k,k] * Binomial[3*k,k] * Binomial[2*k,k], {k, 0, n}], {n, 0, 10}]

Formula

a(n) = Product_{k=0..n} binomial(6*k,k) * binomial(5*k,k) * binomial(4*k,k) * binomial(3*k,k) * binomial(2*k,k).
a(n) = A271946(n) / A000178(n)^6.
a(n) ~ A^(35/6) * Gamma(1/3)^(5/3) * 2^(3*n^2 + n - 215/72) * 3^(3*n^2 + 7*n/2 + 47/72) * exp(5*n/2 - 35/72) / (n^(5*n/2 + 125/72) * Pi^(5*n/2 + 10/3)), where A is the Glaisher-Kinkelin constant A074962.

A272096 a(n) = Product_{k=0..n} (k*n)!.

Original entry on oeis.org

1, 1, 48, 1567641600, 9698137182219213471744000000, 21488900044302744250061179567064173417691432878080000000000000000
Offset: 0

Views

Author

Vaclav Kotesovec, Apr 20 2016

Keywords

Comments

The next term has 126 digits.

Crossrefs

Programs

  • Mathematica
    Table[Product[(k*n)!, {k, 0, n}], {n, 0, 6}]

Formula

a(n) ~ A^n * n^(1/4 + 13*n/12 + n^2 + n^3) * (2*Pi)^(1/4 + n/2) / exp(n*(2 + 2*n + 3*n^2)/4), where A = A074962 is the Glaisher-Kinkelin constant.
Showing 1-9 of 9 results.