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.

A368807 a(n) = Product_{k1=1..k2, k2=1..k3, k3=1..k4, k4=1..n} (k1 + k2 + k3 + k4).

Original entry on oeis.org

1, 4, 6720, 19313344512000, 20823306760116073109787770880000000, 127561365195629861072526583814017987280486114546255888016998400000000000000
Offset: 0

Views

Author

Vaclav Kotesovec, Jan 06 2024

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Product[Product[Product[Product[k1 + k2 + k3 + k4, {k1, 1, k2}], {k2, 1, k3}], {k3, 1, k4}], {k4, 1, n}], {n, 0, 8}]

Formula

Limit_{n->oo} (a(n)^(1/n^4)) / n^(1/24) = 2^(19/18) / (3^(9/16) * exp(25/288)) = 1.0272449259573526742294526185907726081185052788527643...