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.

A005182 a(n) = floor(e^((n-1)/2)).

Original entry on oeis.org

0, 1, 1, 2, 4, 7, 12, 20, 33, 54, 90, 148, 244, 403, 665, 1096, 1808, 2980, 4914, 8103, 13359, 22026, 36315, 59874, 98715, 162754, 268337, 442413, 729416, 1202604, 1982759, 3269017, 5389698, 8886110, 14650719, 24154952, 39824784
Offset: 0

Views

Author

Keywords

References

  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Programs

  • Mathematica
    Floor[E^((Range[0,40]-1)/2)] (* Harvey P. Dale, Mar 20 2016 *)