OFFSET
1,1
COMMENTS
Beatty sequence for Pi/(Pi-2); complement of A140758.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..7000
Eric Weisstein's World of Mathematics, Beatty Sequence
MAPLE
MATHEMATICA
With[{c=Pi/(Pi-2)}, Floor[c*Range[70]]] (* Harvey P. Dale, Apr 19 2014 *)
PROG
(Magma) R:= RealField(40); [Floor(n*Pi(R)/(Pi(R)-2)): n in [1..60]]; // G. C. Greubel, Oct 21 2023
(SageMath) [floor(n*pi/(pi-2)) for n in range(1, 61)] # G. C. Greubel, Oct 21 2023
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Reinhard Zumkeller, Jun 11 2005
STATUS
approved