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!)
A079368 Where records occur in A079366. 27
1, 9, 19, 22, 25, 26, 29, 66, 6487, 6677, 6678, 55987, 64383 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
RECORDS transform of A079366.
LINKS
N. J. A. Sloane, Transforms
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, AppendTo[a, i]; l = A079366[[i]]]];
a (* Robert Price, Mar 14 2020 *)
CROSSREFS
Sequence in context: A242332 A357773 A075981 * A167529 A357184 A228610
KEYWORD
nonn,more
AUTHOR
N. J. A. Sloane, Feb 15 2003
EXTENSIONS
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
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 April 20 05:04 EDT 2024. Contains 371798 sequences. (Running on oeis4.)