Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #8 Mar 15 2020 02:48:00
%S 1,3,5,7,9,10,11,100,263,265
%N Where records occur in A079375.
%C RECORDS transform of A079375.
%H N. J. A. Sloane, <a href="/transforms.txt">Transforms</a>
%t A079375 = Cases[Import["https://oeis.org/A079375/b079375.txt", "Table"], {_, _}][[All, 2]];
%t a = {}; l = 0;
%t For[i = 1, i <= Length[A079375], i++,
%t If[A079375[[i]] > l, l = A079375[[i]]; AppendTo[a, i]]];
%t a (* _Robert Price_, Mar 14 2020 *)
%Y Cf. A079375, A079376, A079366-A079368.
%K nonn,more
%O 1,2
%A _N. J. A. Sloane_, Feb 16 2003
%E a(8)-a(10) from _Robert Price_, Mar 14 2020