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-1 of 1 results.

A368685 a(n) = Product_{j=1..n, k=1..n} (j + k + n).

Original entry on oeis.org

1, 3, 600, 35562240, 1434015830016000, 70448433354492434841600000, 6610702315560389323908439364075520000000, 1709479709147705756603303596364188306401499545600000000000, 1660017838341811463102474357555838707949172571314554168163386261504000000000000
Offset: 0

Views

Author

Vaclav Kotesovec, Jan 03 2024

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Product[i+j+n, {i, 1, n}, {j, 1, n}], {n, 0, 8}]
    Join[{1}, Table[3*BarnesG[n] * BarnesG[3*n] * Gamma[n]^2 * Gamma[3*n]^2 / (4*BarnesG[2*n]^2 * Gamma[2*n]^4), {n, 1, 8}]]

Formula

For n>0, a(n) = 3*BarnesG(n) * BarnesG(3*n) * Gamma(n)^2 * Gamma(3*n)^2 / (4*BarnesG(2*n)^2 * Gamma(2*n)^4).
a(n) ~ 3^(9*n^2/2 + 3*n + 5/12) * n^(n^2) / (2^(4*n^2 + 4*n + 5/6) * exp(3*n^2/2)).
Showing 1-1 of 1 results.