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