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 A184809 #26 Sep 08 2022 08:45:55 %S A184809 2,4,6,8,11,13,15,17,20,22,24,26,28,31,33,35,37,40,42,44,46,48,51,53, %T A184809 55,57,60,62,64,66,68,71,73,75,77,80,82,84,86,88,91,93,95,97,100,102, %U A184809 104,106,109,111,113,115,117,120,122,124,126,129,131,133,135 %N A184809 a(n) = n + floor(sqrt(3/2)*n). %C A184809 This is the Beatty sequence for 1 + sqrt(3/2). %C A184809 Also, a(n) is the position of 3*n^2 in the sequence obtained by arranging all the numbers in the sets {2*h^2, h >= 1} and {3*k^2, k >= 1} in increasing order. - _Clark Kimberling_, Oct 20 2014 %C A184809 Also, numbers n such that floor((n+1)*sqrt(6)) - floor(n*sqrt(6)) = 3. - _Clark Kimberling_, Jul 15 2015 %H A184809 Clark Kimberling, <a href="/A184809/b184809.txt">Table of n, a(n) for n = 1..1000</a> %F A184809 a(n) = n + floor(r*n), where r = sqrt(3/2). %t A184809 (See A184808.) %o A184809 (Magma) [n + Floor(n*Sqrt(3/2)): n in [1..70]]; // _Vincenzo Librandi_, Oct 23 2014 %o A184809 (PARI) main(size)={return(vector(size,n,n+floor(sqrt(3/2)*n)))}/* _Anders Hellström_, Jul 15 2015 */ %Y A184809 Complement of A184808. %Y A184809 Cf. A184811. %K A184809 nonn %O A184809 1,1 %A A184809 _Clark Kimberling_, Jan 22 2011