login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A079367
Records in A079366.
18
11, 17, 23, 97, 107, 127, 409, 58889
OFFSET
1,1
COMMENTS
RECORDS transform of A079366.
LINKS
MATHEMATICA
A079366 = Cases[Import["https://oeis.org/A079366/b079366.txt", "Table"], {_, _}][[All, 2]];
a = {}; l = 0;
For[i = 1, i <= Length[A079366], i++,
If[A079366[[i]] > l, l = A079366[[i]]; AppendTo[a, l]]];
a (* Robert Price, Mar 14 2020 *)
CROSSREFS
Sequence in context: A136342 A126609 A359443 * A120139 A191061 A377177
KEYWORD
nonn,more
AUTHOR
N. J. A. Sloane, Feb 15 2003
STATUS
approved