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!)
A079389 Where records occur in A079387. 3
1, 2, 4, 8, 11, 78, 623, 661, 729, 812, 993, 1088, 1318, 4250, 7041, 7499 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
RECORDS transform of A079387.
LINKS
N. J. A. Sloane, Transforms
MATHEMATICA
A079387 = Cases[Import["https://oeis.org/A079387/b079387.txt", "Table"], {_, _}][[All, 2]];
a = {}; l = 0;
For[i = 1, i <= Length[A079387], i++,
If[A079387[[i]] > l, l = A079387[[i]]; AppendTo[a, i]]];
a (* Robert Price, Mar 15 2020 *)
CROSSREFS
Sequence in context: A018749 A101831 A246703 * A324991 A349228 A337181
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Feb 16 2003
EXTENSIONS
More terms from Lambert Herrgesell (zero815(AT)googlemail.com), Dec 06 2005
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 10 22:49 EDT 2024. Contains 373280 sequences. (Running on oeis4.)