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.

A079382 Records in A079381.

Original entry on oeis.org

2, 7, 13, 19, 89, 131, 251, 4327, 4751, 38561
Offset: 1

Views

Author

N. J. A. Sloane, Feb 16 2003

Keywords

Comments

RECORDS transform of A079381.

Crossrefs

Programs

  • 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 *)

Extensions

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

A079383 Where records occur in A079381.

Original entry on oeis.org

1, 2, 3, 4, 5, 8, 23, 107, 658, 1675
Offset: 1

Views

Author

N. J. A. Sloane, Feb 16 2003

Keywords

Comments

RECORDS transform of A079381.

Crossrefs

Programs

  • 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, i]]];
    a (* Robert Price, Mar 15 2020 *)

Extensions

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