%I #9 Apr 21 2024 16:49:02
%S 1,2,3,4,5,7,8,9,10,11,13,14,15,16,17,19,20,21,22,23,24,26,27,28,29,
%T 30,32,33,34,35,36,38,39,40,41,42,44,45,46,47,48,49,51,52,53,54,55,57,
%U 58,59,60,61,63,64,65,66,67,68,70,71,72,73,74,76,77,78,79,80,82,83,84,85
%N Floor(2*n*Pi/(2*Pi-1)).
%C Beatty sequence for 2*Pi/(2*Pi-1); complement of A038130; not the same as A108120: a(37)=44 <> A108120(37)=43.
%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/BeattySequence.html">Beatty Sequence</a>
%H <a href="/index/Be#Beatty">Index entries for sequences related to Beatty sequences</a>
%t With[{c=2Pi},Floor[(c*Range[80])/(c-1)]] (* _Harvey P. Dale_, Apr 21 2024 *)
%Y Cf. A054386, A140758, A108592.
%K nonn
%O 1,2
%A _Reinhard Zumkeller_, Jun 11 2005