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.

A236244 Records in A235598.

Original entry on oeis.org

3, 4, 5, 12, 15, 24, 25, 30, 80, 420, 1860, 146340, 292680, 3031080, 6355440, 202025100, 404050200, 674215920, 1309133280, 1759047480, 3141424023360, 6282848046720, 19013977277880, 2604166475512980, 295127694592600800, 1528966300926585360
Offset: 1

Views

Author

Robert G. Wilson v, Jan 22 2014

Keywords

Comments

These occur at positions: 0, 1, 2, 3, 5, 9, 11, 14, 16, 24, 37, 40, 123, 639, 926, 1040, 2263, 4266, 9242, 13783, 19157, 128911, 133369, 165603, 279520, 367234, …, .

Crossrefs

Programs

  • Mathematica
    (* run the Mmca in A235598 *); k = 1; lsu = {}; mx = 0; While[k < 435000, If[lst[[k]] > mx, mx = lst[[k]]; Print[mx]; AppendTo[lsu, mx]]; k++]; lsu