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.

A079376 Records in A079375.

Original entry on oeis.org

2, 3, 5, 19, 29, 53, 149, 491, 1877, 52769
Offset: 1

Views

Author

N. J. A. Sloane, Feb 16 2003

Keywords

Comments

RECORDS transform of A079375.

Crossrefs

Programs

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

Extensions

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

A079377 Where records occur in A079375.

Original entry on oeis.org

1, 3, 5, 7, 9, 10, 11, 100, 263, 265
Offset: 1

Views

Author

N. J. A. Sloane, Feb 16 2003

Keywords

Comments

RECORDS transform of A079375.

Crossrefs

Programs

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

Extensions

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