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.

A079368 Where records occur in A079366.

Original entry on oeis.org

1, 9, 19, 22, 25, 26, 29, 66, 6487, 6677, 6678, 55987, 64383
Offset: 1

Views

Author

N. J. A. Sloane, Feb 15 2003

Keywords

Comments

RECORDS transform of A079366.

Crossrefs

Programs

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

Extensions

a(9)-a(13) calculated (using PARI) with a precision of 100000 digits and checked with 150000-digit precision. - Lambert Klasen (lambert.klasen(AT)gmx.net), Jun 06 2006