cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A108587 a(n) = floor(n/(1-sin(1))).

This page as a plain text file.
%I A108587 #12 Feb 16 2025 08:32:58
%S A108587 6,12,18,25,31,37,44,50,56,63,69,75,82,88,94,100,107,113,119,126,132,
%T A108587 138,145,151,157,164,170,176,182,189,195,201,208,214,220,227,233,239,
%U A108587 246,252,258,264,271,277,283,290,296,302,309,315,321,328,334,340,346
%N A108587 a(n) = floor(n/(1-sin(1))).
%C A108587 Beatty sequence for 1/(1-sin(1)); complement of A108120.
%H A108587 G. C. Greubel, <a href="/A108587/b108587.txt">Table of n, a(n) for n = 1..5000</a>
%H A108587 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/BeattySequence.html">Beatty Sequence</a>
%H A108587 <a href="/index/Be#Beatty">Index entries for sequences related to Beatty sequences</a>
%t A108587 Table[Floor[n/(1-Sin[1])], {n, 60}] (* _G. C. Greubel_, Dec 19 2022 *)
%o A108587 (Magma) [Floor(n/(1-Sin(1))): n in [1..60]]; // _G. C. Greubel_, Dec 19 2022
%o A108587 (SageMath) [int(n/(1-sin(1))) for n in range(1,61)] # _G. C. Greubel_, Dec 19 2022
%Y A108587 Cf. A038130, A049469, A108120, A108593, A206530.
%K A108587 nonn
%O A108587 1,1
%A A108587 _Reinhard Zumkeller_, Jun 11 2005