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 A183144 #8 Mar 30 2018 13:52:51 %S A183144 0,0,1,2,4,6,8,11,14,18,22,27,32,37,43,49,56,63,71,79,87,96,105,115, %T A183144 125,135,146,157,169,181,194,207,220,234,248,263,278,294,310,326,343, %U A183144 360,378,396,415,434,453,473,493,514,535,556,578,600,623 %N A183144 [1/s]+[2/s]+...+[n/s], where s=(3+sqrt(3))/2, []=floor. %C A183144 A183143 + A183144 = A000217 (the triangular numbers). %F A183144 [1/s]+[2/s]+...+[n/s], where s=(3+sqrt(3))/2, []=floor. %t A183144 With[{c=(3+Sqrt[3])/2},Accumulate[Floor[Range[60]/c]]] (* _Harvey P. Dale_, Mar 30 2018 *) %Y A183144 Cf. A183142, A183143. %K A183144 nonn %O A183144 1,4 %A A183144 _Clark Kimberling_, Dec 26 2010