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