OFFSET
0,3
LINKS
A.H.M. Smeets, Table of n, a(n) for n = 0..48
A.H.M. Smeets, Table of n, log(a(n)) for some large values of n
Eric Weisstein's World of Mathematics, Laguerre-Gauss Quadrature.
FORMULA
Limit_{n -> oo} log(a(n))/n^2 = 1.
From Vaclav Kotesovec, Jan 16 2026: (Start)
a(n) ~ A^4 * exp(n^2 + n - 1/6) / ((2*Pi)^(n + 1/2) * n^(1/6)), where A is the Glaisher-Kinkelin constant A074962.
a(n) = Product_{k=1..n} k^(4*k - 2*n - 1).
a(n) = (Product_{k=1..n} k^k)^4 / n!^(2*n+1). (End)
Limit_{n -> oo} (log(a(n))-n^2)/n = -log(2*Pi/e) = 1-A061444, discovered by Vaclav Kotesovec. - A.H.M. Smeets, Jan 17 2026
MATHEMATICA
Table[Product[k^(4*k - 2*n - 1), {k, 1, n}], {n, 0, 15}] (* Vaclav Kotesovec, Jan 16 2026 *)
(* or *)
Round[Table[xi = x /. Solve[LaguerreL[n, x] == 0]; wi = Table[xi[[j]]/((n + 1)^2*LaguerreL[n + 1, xi[[j]]]^2), {j, 1, n}]; 1/Product[wi[[j]], {j, 1, n}], {n, 0, 15}]] (* Vaclav Kotesovec, Jan 16 2026 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
A.H.M. Smeets, Dec 23 2025
STATUS
approved
