OFFSET
0,3
COMMENTS
The Beatty complement is given in A248522. - M. F. Hasler, Oct 07 2014
LINKS
Paolo Xausa, Table of n, a(n) for n = 0..10000
Eric Weisstein's World of Mathematics, Beatty Sequence.
MATHEMATICA
Floor[Range[0, 100]*Exp[1/3]] (* Paolo Xausa, Jul 16 2024 *)
PROG
(Java) static int a(int n) {return (int) (n*Math.pow(Math.E, (1.0/3))); }
(PARI) a(n)=n\exp(-1/3) \\ M. F. Hasler, Oct 07 2014
CROSSREFS
KEYWORD
nonn
AUTHOR
Sarah Nathanson, Oct 01 2014
STATUS
approved