OFFSET
1,1
COMMENTS
Beatty sequence for 1/(1-sin(1)); complement of A108120.
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..5000
Eric Weisstein's World of Mathematics, Beatty Sequence
MATHEMATICA
Table[Floor[n/(1-Sin[1])], {n, 60}] (* G. C. Greubel, Dec 19 2022 *)
PROG
(Magma) [Floor(n/(1-Sin(1))): n in [1..60]]; // G. C. Greubel, Dec 19 2022
(SageMath) [int(n/(1-sin(1))) for n in range(1, 61)] # G. C. Greubel, Dec 19 2022
CROSSREFS
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jun 11 2005
STATUS
approved