login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A087299 Ratio of volume of n-dimensional ball to circumscribing n-cube is pi^[n/2] divided by a(n). 1
1, 1, 4, 6, 32, 60, 384, 840, 6144, 15120, 122880, 332640, 2949120, 8648640, 82575360, 259459200, 2642411520, 8821612800, 95126814720, 335221286400, 3805072588800, 14079294028800, 167423193907200, 647647525324800 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

LINKS

Eric Weisstein's World of Mathematics, Ball

EXAMPLE

The volume of sphere (3-ball) is 4/3*pi*r^3 and circumscribing 3-cube is 2^3*r^3 so ratio is pi/6 and a(3)=6.

PROG

(PARI) a(n)=local(A); if(n<0, 0, n++; A=exp(x^2+x*O(x^n)); n!*polcoeff(A*(1+2*intformal(1/A)), n)/2) /* Michael Somos May 25 2004 */

CROSSREFS

Cf. A072345, A072346.

Sequence in context: A068720 A068402 A078250 * A164127 A180139 A071394

Adjacent sequences:  A087296 A087297 A087298 * A087300 A087301 A087302

KEYWORD

nonn,easy

AUTHOR

Eric Weisstein (eric(AT)weisstein.com), Aug 31, 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 21:17 EST 2012. Contains 205971 sequences.