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 A079376 #8 Mar 15 2020 02:49:13 %S A079376 2,3,5,19,29,53,149,491,1877,52769 %N A079376 Records in A079375. %C A079376 RECORDS transform of A079375. %H A079376 N. J. A. Sloane, <a href="/transforms.txt">Transforms</a> %t A079376 A079375 = Cases[Import["https://oeis.org/A079375/b079375.txt", "Table"], {_, _}][[All, 2]]; %t A079376 a = {}; l = 0; %t A079376 For[i = 1, i <= Length[A079375], i++, %t A079376 If[A079375[[i]] > l, l = A079375[[i]]; AppendTo[a, l]]]; %t A079376 a (* _Robert Price_, Mar 14 2020 *) %Y A079376 Cf. A079375, A079377, A079366-A079368. %K A079376 nonn,more %O A079376 1,1 %A A079376 _N. J. A. Sloane_, Feb 16 2003 %E A079376 a(8)-a(10) from _Robert Price_, Mar 14 2020