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 A240720 #5 Feb 16 2025 08:33:21 %S A240720 2,5,14,46,58,105,157,163,455,1060,1256,2677,8093,28277,33327,49304 %N A240720 Successive record-setters in Waring's problem Diophantine inequality. %H A240720 Eric Weisstein's MathWorld, <a href="https://mathworld.wolfram.com/WaringsProblem.html">Waring's Problem.</a> %H A240720 Wikipedia, <a href="http://en.wikipedia.org/wiki/Waring's_problem">Waring's Problem.</a> %t A240720 Reap[For[record = 1; n = 2, n < 10^9, n++, r = 1 - (3/4)^n - FractionalPart[(3/2)^n]; If[r < record, record = r; Print[{n, record // N}]; Sow[n]]]][[2, 1]] %Y A240720 Cf. A002804. %K A240720 nonn,more %O A240720 1,1 %A A240720 _Jean-François Alcover_, Apr 11 2014