login

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”).

A024558
a(n) = [ n/{n*sqrt(6)} ], where {x} := x - [ x ].
2
2, 2, 8, 5, 20, 8, 47, 13, 198, 20, 11, 30, 15, 47, 20, 83, 26, 198, 35, 20, 47, 24, 67, 30, 105, 37, 198, 47, 823, 61, 33, 83, 39, 120, 47, 198, 58, 471, 73, 40, 95, 47, 131, 56, 198, 67, 372, 83, 1960, 105, 55, 139, 64, 198, 76, 326, 91, 823, 113, 61, 145, 71, 198, 83, 299, 99, 578
OFFSET
1,1
LINKS
MATHEMATICA
Table[Floor[n/FractionalPart[n*Sqrt[6]]], {n, 1, 100}]
(* Clark Kimberling, Aug 16 2012 *)
CROSSREFS
Cf. A024559.
Sequence in context: A336198 A241328 A223041 * A238452 A103238 A371937
KEYWORD
nonn
STATUS
approved