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.

A079368 Where records occur in A079366.

This page as a plain text file.
%I A079368 #12 Jan 14 2021 22:04:38
%S A079368 1,9,19,22,25,26,29,66,6487,6677,6678,55987,64383
%N A079368 Where records occur in A079366.
%C A079368 RECORDS transform of A079366.
%H A079368 N. J. A. Sloane, <a href="/transforms.txt">Transforms</a>
%t A079368 A079366 = Cases[Import["https://oeis.org/A079366/b079366.txt", "Table"], {_, _}][[All, 2]];
%t A079368 a = {}; l = 0;
%t A079368 For[i = 1, i <= Length[A079366], i++,
%t A079368   If[A079366[[i]] > l, AppendTo[a, i]; l = A079366[[i]]]];
%t A079368 a (* _Robert Price_, Mar 14 2020 *)
%Y A079368 Cf. A079366, A079367.
%K A079368 nonn,more
%O A079368 1,2
%A A079368 _N. J. A. Sloane_, Feb 15 2003
%E A079368 a(9)-a(13) calculated (using PARI) with a precision of 100000 digits and checked with 150000-digit precision. - Lambert Klasen (lambert.klasen(AT)gmx.net), Jun 06 2006