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!)
A079374 Where records occur in A079372. 2
1, 2, 4, 7, 8, 12, 30, 32, 41, 237, 238, 497, 688, 1080, 1544, 1619, 2757, 3187 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
RECORDS transform of A079372.
LINKS
N. J. A. Sloane, Transforms
MATHEMATICA
A079372 = Cases[Import["https://oeis.org/A079372/b079372.txt", "Table"], {_, _}][[All, 2]];
a = {}; l = 0;
For[i = 1, i <= Length[A079372], i++,
If[A079372[[i]] > l, l = A079372[[i]]; AppendTo[a, i]]];
a (* Robert Price, Mar 14 2020 *)
CROSSREFS
Sequence in context: A231428 A263660 A215822 * A353579 A236217 A320628
KEYWORD
nonn,more
AUTHOR
N. J. A. Sloane, Feb 16 2003
EXTENSIONS
a(10) - a(18) from Nathaniel Johnston, Apr 25 2011
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 March 28 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)