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.

A276853 Beatty sequence for 2*e.

Original entry on oeis.org

0, 5, 10, 16, 21, 27, 32, 38, 43, 48, 54, 59, 65, 70, 76, 81, 86, 92, 97, 103, 108, 114, 119, 125, 130, 135, 141, 146, 152, 157, 163, 168, 173, 179, 184, 190, 195, 201, 206, 212, 217, 222, 228, 233, 239, 244, 250, 255, 260, 266, 271, 277, 282, 288, 293, 299
Offset: 0

Views

Author

Clark Kimberling, Sep 24 2016

Keywords

Comments

A bisection of A022843.

Crossrefs

Programs

  • Mathematica
    z = 500; r = 2 E; b = Table[Floor[k*r], {k, 0, z}] (* A276853 *)

Formula

a(n) = floor(2*e*n).