OFFSET
1,1
COMMENTS
LINKS
Eric Weisstein's World of Mathematics, Beatty Sequence
FORMULA
a(n) = floor(4*n*Pi/3).
EXAMPLE
a(3^3) = a(27) = 113 = (integer part of volume of sphere with radius=3) = A066645(3).
MATHEMATICA
With[{c=4 \[Pi]/3}, Floor[c #]&/@Range[70]] (* Harvey P. Dale, Mar 19 2011 *)
PROG
CROSSREFS
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Aug 11 2009
STATUS
approved