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.

A004237 a(n) = floor(100*log(n)).

Original entry on oeis.org

0, 69, 109, 138, 160, 179, 194, 207, 219, 230, 239, 248, 256, 263, 270, 277, 283, 289, 294, 299, 304, 309, 313, 317, 321, 325, 329, 333, 336, 340, 343, 346, 349, 352, 355, 358, 361, 363, 366, 368, 371, 373, 376
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Maple
    seq(floor(100*log(n)),n=1..100); # Robert Israel, Aug 04 2019