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.

A368209 a(n) = Sum_{k=0..n} BarnesG(k)*BarnesG(n-k).

Original entry on oeis.org

0, 0, 1, 2, 3, 6, 29, 604, 69724, 49836144, 250872492816, 10113420362487552, 3669877057922582621184, 13317216838086531218401935360, 531580547910000731718546175028428800, 254627927130379381409123944181515703549952000
Offset: 0

Views

Author

Vaclav Kotesovec, Dec 17 2023

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Sum[BarnesG[k]*BarnesG[n-k], {k, 0, n}], {n, 0, 15}]

Formula

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