login
Beatty sequence for 2*e.
4

%I #9 Sep 25 2016 04:25:46

%S 0,5,10,16,21,27,32,38,43,48,54,59,65,70,76,81,86,92,97,103,108,114,

%T 119,125,130,135,141,146,152,157,163,168,173,179,184,190,195,201,206,

%U 212,217,222,228,233,239,244,250,255,260,266,271,277,282,288,293,299

%N Beatty sequence for 2*e.

%C A bisection of A022843.

%H Clark Kimberling, <a href="/A276853/b276853.txt">Table of n, a(n) for n = 0..10000</a>

%H <a href="/index/Be#Beatty">Index entries for sequences related to Beatty sequences</a>

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

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

%Y Cf. A022843, A276860, A276876.

%K nonn,easy

%O 0,2

%A _Clark Kimberling_, Sep 24 2016