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.

A182767 Beatty sequence for 1+e^2.

Original entry on oeis.org

8, 16, 25, 33, 41, 50, 58, 67, 75, 83, 92, 100, 109, 117, 125, 134, 142, 151, 159, 167, 176, 184, 192, 201, 209, 218, 226, 234, 243, 251, 260, 268, 276, 285, 293, 302, 310, 318, 327, 335, 343, 352, 360, 369, 377, 385, 394, 402, 411, 419, 427
Offset: 1

Views

Author

Clark Kimberling, Nov 29 2010

Keywords

Comments

Let u=e=A001113 and v=1/e=A068985. Jointly rank {j*u} and {k*v} as in the first comment at A182760; a(n) is the position of n*u.

Crossrefs

Programs

  • Maple
    A182767 := proc(n) floor(n*(1+exp(2))) ; end proc:

Formula

a(n)=floor(n*(1+e^2)) = floor(n+n*A072334).