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.

A323659 a(n) = Product_{k=0..n} (k^10 + (n-k)^10).

This page as a plain text file.
%I A323659 #9 Jan 27 2019 03:03:36
%S A323659 0,1,2097152,3663302861300625,7851806399838625464320000,
%T A323659 378407193115560358680820465087890625,
%U A323659 45364420795826382440918950445637925790023680000,34139918620704541898946466431984113559562219610081631390625
%N A323659 a(n) = Product_{k=0..n} (k^10 + (n-k)^10).
%H A323659 Seiichi Manyama, <a href="/A323659/b323659.txt">Table of n, a(n) for n = 0..59</a>
%F A323659 a(n) ~ exp((Pi*(1/2 + 2*sqrt(5) - 2*sqrt(1 + 2/sqrt(5))) - 10)*n) * n^(10*n+10).
%t A323659 Table[Product[k^10+(n-k)^10, {k, 0, n}], {n, 0, 10}]
%Y A323659 Cf. A323540, A323541, A323542, A323543, A323544, A323545, A323546, A320345, A323660, A323661, A323662.
%K A323659 nonn
%O A323659 0,3
%A A323659 _Vaclav Kotesovec_, Jan 23 2019