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.

A367823 a(n) = Product_{k=0..n} (n^6 + k^6).

This page as a plain text file.
%I A367823 #12 Dec 04 2023 04:18:40
%S A367823 0,2,532480,615291760980,2759348178649088000,
%T A367823 38607000141072009765625000,1421393314362014000255258433945600,
%U A367823 120987688662917113214734283836109985530000,21538956798613753302336535534471908360548515840000,7407676630843157974199152503244776880017496531101658740000
%N A367823 a(n) = Product_{k=0..n} (n^6 + k^6).
%F A367823 a(n) ~ 2^(n + 1/2) * (2 + sqrt(3))^(sqrt(3)*n) * n^(6*n + 6) / exp((6 - Pi)*n).
%t A367823 Table[Product[n^6 + k^6, {k, 0, n}], {n, 0, 10}]
%o A367823 (PARI) a(n) = prod(k=0, n, n^6 + k^6); \\ _Michel Marcus_, Dec 02 2023
%Y A367823 Cf. A126804, A272244, A272246, A272247, A272248, A324439, A367833.
%K A367823 nonn
%O A367823 0,2
%A A367823 _Vaclav Kotesovec_, Dec 02 2023