login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Beatty sequence for 1+e^(-2).
2

%I #4 Mar 30 2012 18:57:12

%S 1,2,3,4,5,6,7,9,10,11,12,13,14,15,17,18,19,20,21,22,23,24,26,27,28,

%T 29,30,31,32,34,35,36,37,38,39,40,42,43,44,45,46,47,48,49,51,52,53,54,

%U 55,56,57,59,60,61,62,63,64,65,66,68,69,70,71,72,73,74,76,77,78

%N Beatty sequence for 1+e^(-2).

%C Let u=e and v=1/e. Jointly rank {ju} and {kv} as in the first comment at A182760; a(n) is the position of nv. A182768 is the complement of A182767.

%F a(n)=floor(n*(1+e^(-2))).

%Y A182760, A182767.

%K nonn

%O 1,2

%A _Clark Kimberling_, Nov 29 2010