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 A135787 #7 Nov 09 2016 02:44:27 %S A135787 32,3125,32768,100000,371293,1419857,1889568,3200000,9765625,11881376, %T A135787 20511149,33554432,45435424,69343957,102400000,115856201,184528125, %U A135787 312500000,380204032,418195493,656356768,844596301,1160290625 %N A135787 a(n) = A000404(n)^5. %H A135787 G. C. Greubel, <a href="/A135787/b135787.txt">Table of n, a(n) for n = 1..1400</a> %t A135787 nMax = 100; p := Floor[Sqrt[nMax - 1]]; Union[Flatten[Table[a^2 + b^2, {a, p}, {b, a, Floor[Sqrt[nMax - a^2]]}]]]^5 (* _G. C. Greubel_, Nov 09 2016 *) %Y A135787 Cf. A000404, A050803, A135784, A060803, A135786, A135788. %K A135787 nonn %O A135787 1,1 %A A135787 _Artur Jasinski_, Nov 29 2007