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

A024583
a(n) = floor(n/{n*Pi}), where { } = fractional part.
1
7, 7, 7, 7, 7, 7, 7, 60, 32, 24, 19, 17, 15, 14, 121, 60, 41, 32, 27, 24, 21, 191, 89, 60, 46, 38, 32, 29, 273, 121, 79, 60, 49, 41, 36, 369, 154, 99, 74, 60, 50, 44, 485, 191, 121, 89, 71, 60, 52, 627, 230, 143, 105, 83, 69, 60, 805, 273, 166, 121, 95, 79, 68, 1033, 319, 191, 137, 108
OFFSET
1,1
LINKS
MATHEMATICA
Table[Floor[n/FractionalPart[n*Pi]], {n, 70}] (* Clark Kimberling, Aug 18 2012 *)
CROSSREFS
Cf. A024584.
Sequence in context: A261225 A240830 A245402 * A158812 A285049 A265834
KEYWORD
nonn
STATUS
approved