[go: up one dir, main page]

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!)
A079376 Records in A079375. 2
2, 3, 5, 19, 29, 53, 149, 491, 1877, 52769 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
RECORDS transform of A079375.
LINKS
N. J. A. Sloane, Transforms
MATHEMATICA
A079375 = Cases[Import["https://oeis.org/A079375/b079375.txt", "Table"], {_, _}][[All, 2]];
a = {}; l = 0;
For[i = 1, i <= Length[A079375], i++,
If[A079375[[i]] > l, l = A079375[[i]]; AppendTo[a, l]]];
a (* Robert Price, Mar 14 2020 *)
CROSSREFS
Sequence in context: A215319 A191044 A344948 * A338646 A215312 A215316
KEYWORD
nonn,more
AUTHOR
N. J. A. Sloane, Feb 16 2003
EXTENSIONS
a(8)-a(10) from Robert Price, Mar 14 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 August 30 18:13 EDT 2024. Contains 375545 sequences. (Running on oeis4.)