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.

A079389 Where records occur in A079387.

Original entry on oeis.org

1, 2, 4, 8, 11, 78, 623, 661, 729, 812, 993, 1088, 1318, 4250, 7041, 7499
Offset: 1

Views

Author

N. J. A. Sloane, Feb 16 2003

Keywords

Comments

RECORDS transform of A079387.

Crossrefs

Programs

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

Extensions

More terms from Lambert Herrgesell (zero815(AT)googlemail.com), Dec 06 2005