The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A054386 Beatty sequence for Pi/(Pi-1); complement of A022844. 10
1, 2, 4, 5, 7, 8, 10, 11, 13, 14, 16, 17, 19, 20, 22, 23, 24, 26, 27, 29, 30, 32, 33, 35, 36, 38, 39, 41, 42, 44, 45, 46, 48, 49, 51, 52, 54, 55, 57, 58, 60, 61, 63, 64, 66, 67, 68, 70, 71, 73, 74, 76, 77, 79, 80, 82, 83, 85, 86, 88, 89, 90, 92, 93, 95, 96, 98, 99, 101, 102 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Differs from A127450 at term n=122, where A054386(122)=178, A127450(122)=179. - Martin Fuller, May 10 2007
LINKS
Eric Weisstein's World of Mathematics, Beatty Sequence.
MATHEMATICA
Floor[Pi*Range[80]/(Pi-1)] (* G. C. Greubel, Oct 22 2023 *)
PROG
(Magma) R:=RealField(30); [Floor(n*Pi(R)/(Pi(R)-1)): n in [1..80]]; // G. C. Greubel, Oct 22 2023
(SageMath) [floor(n*pi/(pi-1)) for n in range(1, 81)] # G. C. Greubel, Oct 22 2023
CROSSREFS
Sequence in context: A240977 A110118 A138251 * A127450 A329843 A292640
KEYWORD
nonn
AUTHOR
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 June 2 00:37 EDT 2024. Contains 373032 sequences. (Running on oeis4.)