Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #9 Aug 03 2014 14:27:15
%S 1,2,5,1,1,2,8,1,1,3,19,1,1,4,1,1,2,5,1,1,2,9,1,1,3,30,1,2,4,1,1,2,6,
%T 1,1,2,11,1,1,3,71,1,2,4,1,1,2,7,1,1,2,15,1,1,3,1,1,2,5,1,1,2,8,1,1,3,
%U 21,1,1,4,1,1,2,5,1,1,2,10,1,1,3,35,1,2,4,1,1,2,6,1,1,2,12,1,1,3,112,1,2,4
%N [ 1/{n*sqrt(3)} ], where {x} := x - [ x ].
%H Clark Kimberling, <a href="/A024548/b024548.txt">Table of n, a(n) for n = 1..1000</a>
%t Table[Floor[1/FractionalPart[n*Sqrt[3]]], {n, 100}] (* _Clark Kimberling_, Aug 17 2012 *)
%Y Cf. A024547.
%K nonn
%O 1,2
%A _Clark Kimberling_