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.

A096181 Floor (e^(n / log(n))).

Original entry on oeis.org

17, 15, 17, 22, 28, 36, 46, 60, 76, 98, 125, 158, 201, 254, 320, 403, 506, 634, 793, 989, 1233, 1533, 1904, 2360, 2922, 3612, 4459, 5498, 6771, 8328, 10231, 12556, 15393, 18851, 23063, 28189, 34423, 41998, 51195, 62353, 75883, 92274, 112119, 136131
Offset: 2

Views

Author

Robert G. Wilson v, Jun 19 2004

Keywords

Crossrefs

Programs

  • Mathematica
    Table[ Floor[ E^(n/Log[n])], {n, 2, 45}]

Extensions

Definition corrected and cross-refs added by Franklin T. Adams-Watters, Jan 25 2010