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.

A061402 a(n) = floor(n*sqrt(e)).

Original entry on oeis.org

0, 1, 3, 4, 6, 8, 9, 11, 13, 14, 16, 18, 19, 21, 23, 24, 26, 28, 29, 31, 32, 34, 36, 37, 39, 41, 42, 44, 46, 47, 49, 51, 52, 54, 56, 57, 59, 61, 62, 64, 65, 67, 69, 70, 72, 74, 75, 77, 79, 80, 82, 84, 85, 87, 89, 90, 92, 93, 95, 97, 98, 100, 102, 103, 105, 107, 108, 110, 112
Offset: 0

Views

Author

Jason Earls, Jun 10 2001

Keywords

Programs

  • PARI
    { default(realprecision, 100); s=sqrt(exp(1)); for (n=0, 1000, write("b061402.txt", n, " ", floor(n*s)) ) } \\ Harry J. Smith, Jul 22 2009

Extensions

More terms from Harry J. Smith, Jul 22 2009