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.

A367833 a(n) = Product_{k=0..n} (n^8 + k^8).

This page as a plain text file.
%I A367833 #7 Dec 04 2023 04:19:16
%S A367833 0,2,33685504,3851231199376068,2670340833224951538384896,
%T A367833 8442437541556000328575439453125000,
%U A367833 96982590530284083757788173242580213780447232,3406021755102121469537208768079471859185253483110025744
%N A367833 a(n) = Product_{k=0..n} (n^8 + k^8).
%F A367833 a(n) ~ 2^(n + 1/2) * ((2 + sqrt(2 + sqrt(2)))/(2 - sqrt(2 + sqrt(2))))^(sqrt(2 + sqrt(2))*n/2) * (sqrt(2) - 1 + sqrt(4 - 2*sqrt(2)))^(sqrt(2 - sqrt(2))*n) * exp((Pi/sqrt(2 - sqrt(2)) - 8)*n) * n^(8*(n + 1)).
%t A367833 Table[Product[n^8 + k^8, {k, 0, n}], {n, 0, 10}]
%Y A367833 Cf. A126804, A272244, A272246, A272247, A272248, A367823.
%Y A367833 Cf. A367834.
%K A367833 nonn
%O A367833 0,2
%A A367833 _Vaclav Kotesovec_, Dec 02 2023