login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A079370 Records in A079369. 2
2, 3, 5, 11, 17, 37, 53, 73, 79, 277, 2903, 9463, 24631, 202049
(list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
RECORDS transform of A079369.
LINKS
N. J. A. Sloane, Transforms
MATHEMATICA
A079369 = Cases[Import["https://oeis.org/A079369/b079369.txt", "Table"], {_, _}][[All, 2]];
a = {}; l = 0;
For[i = 1, i <= Length[A079369], i++,
If[A079369[[i]] > l, l = A079369[[i]]; AppendTo[a, l]]];
a (* Robert Price, Mar 14 2020 *)
CROSSREFS
Sequence in context: A258185 A175247 A298598 * A014210 A203074 A014556
KEYWORD
nonn,more
AUTHOR
N. J. A. Sloane, Feb 16 2003
EXTENSIONS
a(13)-a(14) from Robert Price, Mar 14 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 18 11:06 EDT 2024. Contains 375999 sequences. (Running on oeis4.)