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.

A368623 a(n) = Product_{k=1..n} (k^2 + 2*n^2).

Original entry on oeis.org

1, 3, 108, 11286, 2337984, 804305700, 414285404544, 298436020283016, 286455044544970752, 353358684943164351792, 544692796454778554880000, 1025983872949208210500475232, 2318663822077115453077590638592, 6191980828123077577798830642106944, 19289639610614384872295428226588737536
Offset: 0

Views

Author

Vaclav Kotesovec, Jan 01 2024

Keywords

Comments

In general, for d>0, Product_{k=1..n} (k^2 + d*n^2) ~ (d+1)^(n + 1/2) * exp(n*(sqrt(d)*(Pi - 2*arctan(sqrt(d))) - 2)) * n^(2*n) / sqrt(d). - Vaclav Kotesovec, Jan 06 2024

Crossrefs

Programs

  • Mathematica
    Table[Product[k^2 + 2*n^2, {k, 1, n}], {n, 0, 20}]

Formula

a(n) ~ 3^(n + 1/2) * exp(n*(sqrt(2)*arctan(2*sqrt(2)) - 2)) * n^(2*n) / sqrt(2).