OFFSET
0,2
COMMENTS
Of course this is different from A047215 (they first differ at n=77).
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..10000
Eric Weisstein's World of Mathematics, Beatty Sequence.
MATHEMATICA
With[{c=Sqrt[2*Pi]}, Floor[c*#]&/@Range[0, 70]] (* Harvey P. Dale, Nov 14 2014 *)
PROG
(PARI) vector(100, n, n--; floor(n*sqrt(2*Pi))) \\ G. C. Greubel, Sep 08 2018
(Magma) R:= RealField(20); [Floor(n*Sqrt(2*Pi(R))): n in [0..100]]; // G. C. Greubel, Sep 08 2018
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved