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.

A079373 Records in A079372.

Original entry on oeis.org

3, 5, 17, 29, 31, 37, 53, 97, 211, 1489, 1531, 1741, 4217, 12373, 12953, 14939, 34667, 180797
Offset: 1

Views

Author

N. J. A. Sloane, Feb 16 2003

Keywords

Comments

RECORDS transform of A079372.

Crossrefs

Programs

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

Extensions

a(10) - a(18) from Nathaniel Johnston, Apr 25 2011

A079374 Where records occur in A079372.

Original entry on oeis.org

1, 2, 4, 7, 8, 12, 30, 32, 41, 237, 238, 497, 688, 1080, 1544, 1619, 2757, 3187
Offset: 1

Views

Author

N. J. A. Sloane, Feb 16 2003

Keywords

Comments

RECORDS transform of A079372.

Crossrefs

Programs

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

Extensions

a(10) - a(18) from Nathaniel Johnston, Apr 25 2011
Showing 1-2 of 2 results.