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.

A079379 Records in A079378.

Original entry on oeis.org

2, 5, 7, 11, 13, 79, 383, 1087, 2833, 12497
Offset: 1

Views

Author

N. J. A. Sloane, Feb 16 2003

Keywords

Comments

RECORDS transform of A079378.

Crossrefs

Programs

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

Extensions

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