cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A079385 Records in A079384.

Original entry on oeis.org

5, 53, 71, 379, 541, 1423, 2377, 3343, 9829, 13721
Offset: 1

Views

Author

N. J. A. Sloane, Feb 16 2003

Keywords

Comments

RECORDS transform of A079384.

Crossrefs

Programs

  • Mathematica
    A079384 = Cases[Import["https://oeis.org/A079384/b079384.txt", "Table"], {, }][[All, 2]];
    a = {}; l = 0;
    For[i = 1, i <= Length[A079384], i++,
      If[A079384[[i]] > l, l = A079384[[i]]; AppendTo[a, l]]];
    a (* Robert Price, Mar 15 2020 *)

Extensions

a(4)-a(10) from Robert Price, Mar 15 2020