cp's OEIS Frontend

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.

A079371 Where records occur in A079369.

This page as a plain text file.
%I A079371 #8 Mar 15 2020 02:46:17
%S A079371 1,2,3,5,6,9,19,23,25,35,36,42,976,977
%N A079371 Where records occur in A079369.
%C A079371 RECORDS transform of A079369.
%H A079371 N. J. A. Sloane, <a href="/transforms.txt">Transforms</a>
%t A079371 A079369 = Cases[Import["https://oeis.org/A079369/b079369.txt", "Table"], {_, _}][[All, 2]];
%t A079371 a = {}; l = 0;
%t A079371 For[i = 1, i <= Length[A079369], i++,
%t A079371   If[A079369[[i]] > l, l = A079369[[i]]; AppendTo[a, i]]];
%t A079371 a (* _Robert Price_, Mar 14 2020 *)
%Y A079371 Cf. A079369, A079370, A079366-A079368.
%K A079371 nonn,more
%O A079371 1,2
%A A079371 _N. J. A. Sloane_, Feb 16 2003
%E A079371 a(13)-a(14) from _Robert Price_, Mar 14 2020