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 A255435 #18 Jun 10 2024 23:35:09 %S A255435 1,2,66,16104,16506600,51599631600,401290334953200, %T A255435 6744887949893385600,221023233230056352726400, %U A255435 13051421922234827628493920000,1305155243645404997677020493920000,210197862299579765685879504586803840000,52304164669591331834914454764848159918720000 %N A255435 Product_{k=0..n} (k^5 + 1). %H A255435 Erhan Gürela, Ali Ulas Özgür Kisisel, <a href="http://dx.doi.org/10.1016/j.jnt.2009.07.014">A note on the products (1^mu + 1)(2^mu + 1)···(n^mu + 1)</a>, Journal of Number Theory, Volume 130, Issue 1, January 2010, Pages 187-191. %F A255435 a(n) ~ c * n^(5*n+5/2) / exp(5*n), where c = 4 * sqrt(2) * Pi^(5/2) / abs(Gamma(3/4 + sqrt(5)/4 + i*sqrt(5/8 + sqrt(5)/8)) * Gamma(3/4 - sqrt(5)/4 + i*sqrt(5/8 - sqrt(5)/8)))^2 = 205.260576646551853296... . %t A255435 Table[Product[k^5 + 1, {k, 0, n}], {n, 0, 15}] %o A255435 (PARI) a(n) = prod(k=1, n, 1+k^5); \\ _Michel Marcus_, Jan 25 2016 %Y A255435 Cf. A101686, A255433, A255434, A144664. %K A255435 nonn,easy %O A255435 0,2 %A A255435 _Vaclav Kotesovec_, Feb 23 2015