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.

A375842 a(n) = Product_{k=0..n} (k^5 + n).

This page as a plain text file.
%I A375842 #7 Aug 31 2024 13:01:43
%S A375842 0,2,204,103320,182819520,886613565600,9973411835945040,
%T A375842 230723130088707984000,10026790739932043582668800,
%U A375842 762878670971305314645055065600,96049580303627434572710125880376000,19110279123993980912852049573590159155200
%N A375842 a(n) = Product_{k=0..n} (k^5 + n).
%F A375842 a(n) ~ n^(5*n + 3) / exp(5*n - Pi * sqrt(2*(1+sqrt(5))) * n^(1/5) / 5^(1/4)).
%t A375842 Table[Product[k^5 + n, {k, 0, n}], {n, 0, 15}]
%Y A375842 Cf. A307216, A255435.
%Y A375842 Cf. A375839, A375840, A375841, A375843, A375844, A375845.
%K A375842 nonn
%O A375842 0,2
%A A375842 _Vaclav Kotesovec_, Aug 31 2024