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.

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

This page as a plain text file.
%I A272248 #16 Dec 04 2023 04:30:38
%S A272248 0,2,67584,7924375800,2876035930521600,2693451205324687500000,
%T A272248 5648896640332217707816550400,23819277009290664033936067933468800,
%U A272248 185754160490281505676324140907107450880000,2507604631016507710974687639612411760216253760000
%N A272248 a(n) = Product_{k=0..n} (n^5 + k^5).
%C A272248 In general, for p>=1, Product_{k=0..n} (n^p + k^p) ~ sqrt(2) * n^(p*(n+1)) * exp(n*Sum_{j>=1} (-1)^(j+1) / (j*(1 + j*p))).
%F A272248 a(n) ~ 2^(2*n+1/2) * phi^(sqrt(5)*n) * n^(5*n+5) / exp((5-sqrt(phi)*Pi/5^(1/4))*n), where phi = A001622 = (1+sqrt(5))/2 is the golden ratio.
%t A272248 Table[Product[n^5+k^5,{k,0,n}],{n,0,10}]
%Y A272248 Cf. A126804, A272244, A272246, A272247, A367823, A367833.
%Y A272248 Cf. A255435, A323543, A324438.
%K A272248 nonn,easy
%O A272248 0,2
%A A272248 _Vaclav Kotesovec_, Apr 23 2016