This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A108586 #10 Feb 16 2025 08:32:58 %S A108586 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 A108586 30,32,33,34,35,36,38,39,40,41,42,44,45,46,47,48,49,51,52,53,54,55,57, %U A108586 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 A108586 Floor(2*n*Pi/(2*Pi-1)). %C A108586 Beatty sequence for 2*Pi/(2*Pi-1); complement of A038130; not the same as A108120: a(37)=44 <> A108120(37)=43. %H A108586 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/BeattySequence.html">Beatty Sequence</a> %H A108586 <a href="/index/Be#Beatty">Index entries for sequences related to Beatty sequences</a> %t A108586 With[{c=2Pi},Floor[(c*Range[80])/(c-1)]] (* _Harvey P. Dale_, Apr 21 2024 *) %Y A108586 Cf. A054386, A140758, A108592. %K A108586 nonn %O A108586 1,2 %A A108586 _Reinhard Zumkeller_, Jun 11 2005