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.

A272246 a(n) = Product_{k=0..n} (n^3 + k^3).

This page as a plain text file.
%I A272246 #12 Dec 04 2023 04:29:20
%S A272246 0,2,1152,1428840,3488808960,15044494500000,105235903511101440,
%T A272246 1119277024472896248960,17216259547948971039129600,
%U A272246 368066786222106315186876633600,10591209807103301277597696000000000,399472472359100444604916002033020774400
%N A272246 a(n) = Product_{k=0..n} (n^3 + k^3).
%F A272246 a(n) ~ 2^(2*n + 1/2) * n^(3*n + 3) / exp((3 - Pi/sqrt(3))*n).
%t A272246 Table[Product[n^3+k^3,{k,0,n}],{n,0,12}]
%Y A272246 Cf. A126804, A272244, A272247, A272248, A367823, A367833.
%Y A272246 Cf. A255433, A323541, A324426.
%K A272246 nonn,easy
%O A272246 0,2
%A A272246 _Vaclav Kotesovec_, Apr 23 2016