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.
%I A368623 #7 Jan 06 2024 15:06:56 %S A368623 1,3,108,11286,2337984,804305700,414285404544,298436020283016, %T A368623 286455044544970752,353358684943164351792,544692796454778554880000, %U A368623 1025983872949208210500475232,2318663822077115453077590638592,6191980828123077577798830642106944,19289639610614384872295428226588737536 %N A368623 a(n) = Product_{k=1..n} (k^2 + 2*n^2). %C A368623 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 %F A368623 a(n) ~ 3^(n + 1/2) * exp(n*(sqrt(2)*arctan(2*sqrt(2)) - 2)) * n^(2*n) / sqrt(2). %t A368623 Table[Product[k^2 + 2*n^2, {k, 1, n}], {n, 0, 20}] %Y A368623 Cf. A272244, A324403, A324425. %K A368623 nonn %O A368623 0,2 %A A368623 _Vaclav Kotesovec_, Jan 01 2024