login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A108589 a(n) = floor(n*Pi/(Pi-2)). 5
2, 5, 8, 11, 13, 16, 19, 22, 24, 27, 30, 33, 35, 38, 41, 44, 46, 49, 52, 55, 57, 60, 63, 66, 68, 71, 74, 77, 79, 82, 85, 88, 90, 93, 96, 99, 101, 104, 107, 110, 112, 115, 118, 121, 123, 126, 129, 132, 134, 137, 140, 143, 145, 148, 151, 154, 156, 159, 162, 165, 167 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Beatty sequence for Pi/(Pi-2); complement of A140758.
LINKS
Eric Weisstein's World of Mathematics, Beatty Sequence
MAPLE
A108589:=n->floor(n*Pi/(Pi-2)); seq(A108589(n), n=1..50); # Wesley Ivan Hurt, Apr 19 2014
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
Sequence in context: A215938 A352748 A007826 * A292988 A330144 A187341
KEYWORD
nonn,easy
AUTHOR
Reinhard Zumkeller, Jun 11 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)