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.

Showing 1-2 of 2 results.

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

A079386 Where records occur in A079384.

Original entry on oeis.org

1, 8, 21, 76, 163, 315, 471, 999, 1168, 1238
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, i]]];
    a (* Robert Price, Mar 15 2020 *)

Extensions

a(4)-a(10) from Robert Price, Mar 15 2020
Showing 1-2 of 2 results.