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.

A093651 Where records occur in A093101.

Original entry on oeis.org

0, 3, 7, 17, 19, 64, 81, 82, 90, 147, 363, 546, 608, 657, 819, 1459, 2747, 5880, 8296
Offset: 0

Views

Author

Robert G. Wilson v, May 14 2004

Keywords

Crossrefs

Programs

  • Mathematica
    a = {}; b = 0; s = 0; Do[m = n; s = s + 1/n!; If[c = n!/Denominator[s]; c > b, b = c; AppendTo[a, c]; Print[n, " = ", c]], {n, 0, 19622}]

Extensions

Missing 657 inserted by Sean A. Irvine, Mar 14 2024