OFFSET
1,2
COMMENTS
Differs from A127450 at term n=122, where A054386(122)=178, A127450(122)=179. - Martin Fuller, May 10 2007
LINKS
Martin Fuller, Table of n, a(n) for n = 1..1000
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
KEYWORD
nonn
AUTHOR
STATUS
approved