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 A352674 #6 May 03 2022 23:52:09 %S A352674 4,8,12,16,20,24,28,32,36,40,45,49,53,57,61,65,69,73,77,81,86,90,94, %T A352674 98,102,106,110,114,118,122,127,131,135,139,143,147,151,155,159,163, %U A352674 168,172,176,180,184,188,192,196,200,204,209,213,217,221,225,229,233 %N A352674 Beatty sequence for (3/2)(1+sqrt(3)). %H A352674 <a href="/index/Be#Beatty">Index entries for sequences related to Beatty sequences</a> %F A352674 a(n) = floor((3/2)*(1+sqrt(3))*n). %t A352674 z = 200; r = (3/2) (1 + Sqrt[3]); s = r/(r - 1); %t A352674 Table[Floor[n r], {n, 1, z}] (* A352674 *) %t A352674 Table[Floor[n s], {n, 1, z}] (* A352675 *) %Y A352674 Cf. A352672, A352675 (complement), A352676. %K A352674 nonn %O A352674 1,1 %A A352674 _Clark Kimberling_, Mar 26 2022