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 A255323 #16 Sep 08 2015 13:44:16 %S A255323 1,65536,29060398333495723291328487792256607374737408 %N A255323 Product_{k=1..n} k^(k^4). %C A255323 The next term a(4) has 198 digits. %H A255323 Vaclav Kotesovec, <a href="/A255323/b255323.txt">Table of n, a(n) for n = 1..5</a> %F A255323 a(n) ~ A243264 * n^(n*(n+1)*(2*n+1)*(3*n^2+3*n-1)/30) / exp(n^5/25 - n^3/12 + 13*n/360), where A243264 = exp(-3*Zeta(5)/(4*Pi^4)). %t A255323 Table[Product[k^(k^4), {k, 1, n}], {n, 1, 5}] %o A255323 (PARI) a(n)=prod(k=1,n,k^k^4) \\ _Charles R Greathouse IV_, Sep 08 2015 %Y A255323 Cf. A002109, A051675, A255321, A255344, A013663, A243264. %K A255323 nonn %O A255323 1,2 %A A255323 _Vaclav Kotesovec_, Feb 21 2015