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!)
A079382 Records in A079381. 2
2, 7, 13, 19, 89, 131, 251, 4327, 4751, 38561 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
RECORDS transform of A079381.
LINKS
N. J. A. Sloane, Transforms
MATHEMATICA
A079381 = Cases[Import["https://oeis.org/A079381/b079381.txt", "Table"], {_, _}][[All, 2]];
a = {}; l = 0;
For[i = 1, i <= Length[A079381], i++,
If[A079381[[i]] > l, l = A079381[[i]]; AppendTo[a, l]]];
a (* Robert Price, Mar 15 2020 *)
CROSSREFS
Sequence in context: A138042 A053977 A079381 * A111354 A344959 A295397
KEYWORD
nonn,more
AUTHOR
N. J. A. Sloane, Feb 16 2003
EXTENSIONS
a(8)-a(10) from Robert Price, Mar 15 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 April 25 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)