[go: up one dir, main page]

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

A108120
Floor[n*1/Sin[1]], or Beatty sequence for 1/sin(1).
7
1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 51, 52, 53, 54, 55, 57, 58, 59, 60, 61, 62, 64, 65, 66, 67, 68, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 83, 84, 85
OFFSET
1,2
COMMENTS
Complement of A108587; not the same as A108586: a(37)=43 <> A108586(37)=44. - Reinhard Zumkeller, Jun 11 2005
FORMULA
a(n) = floor(n*1/sin(1))
MATHEMATICA
a[n_]:=Floor[n*1/Sin[1]]; Table[a[n], {n, 90}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Zak Seidov, Jun 04 2005
STATUS
approved