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!)
A273264 Volume of unit n-ball, rounded to the nearest integer. 1
2, 3, 4, 5, 5, 5, 5, 4, 3, 3, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = round((Pi^(n/2)) / (Gamma(1 + n/2))).
EXAMPLE
The volume of the unit 3-ball (the set of points of distance equal to or less than the radius of the midpoint of the ordinary sphere or 2-sphere) is equal to 4/3*Pi, which is 4.1887902047... (A019699) and when rounded down this is 4, so a(3) = 4.
MATHEMATICA
Table[Round[(Pi^(n/2))/Gamma[1 + n/2]], {n, 120}] (* Michael De Vlieger, May 19 2016 *)
PROG
(PARI) a(n) = round((Pi^(n/2)) / (gamma(1+n/2)))
CROSSREFS
Sequence in context: A131845 A062186 A085763 * A281826 A062985 A168092
KEYWORD
nonn,easy
AUTHOR
Felix Fröhlich, May 18 2016
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)