The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A079386 Where records occur in A079384. 6
1, 8, 21, 76, 163, 315, 471, 999, 1168, 1238 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
RECORDS transform of A079384.
LINKS
N. J. A. Sloane, Transforms
MATHEMATICA
A079384 = Cases[Import["https://oeis.org/A079384/b079384.txt", "Table"], {_, _}][[All, 2]];
a = {}; l = 0;
For[i = 1, i <= Length[A079384], i++,
If[A079384[[i]] > l, l = A079384[[i]]; AppendTo[a, i]]];
a (* Robert Price, Mar 15 2020 *)
CROSSREFS
Sequence in context: A297647 A267144 A240516 * A156304 A232049 A225658
KEYWORD
nonn,more
AUTHOR
N. J. A. Sloane, Feb 16 2003
EXTENSIONS
a(4)-a(10) from Robert Price, Mar 15 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 7 05:23 EDT 2024. Contains 373144 sequences. (Running on oeis4.)