Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A138219
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A138219 Integer volume numbers for n dimensions from Sommervillie recursion formula: k(n)=k(n-1)*Beta[(n+1)/2,1/2]. +0
1
0, 2, 2, 4, 4, 8, 6, 16, 8, 32, 10, 64, 12, 128, 14, 256, 16, 512, 18, 1024, 20, 2048, 22, 4096, 24, 8192, 26, 16384, 28, 32768, 30 (list; graph; listen)
OFFSET

1,2

COMMENT

These numbers are arranged to give the simplest integers I could find

with the n/2 symmetry the numbers show.

REFERENCES

D. M. Y. Sommerville, The Elements of Non-Euclidean Geometry, Dover Publications, 1958, pp. 135-137. MR0100246 (20 #6679)

FORMULA

k(0)=1;k(1)=2; k(n)=k(n-1)*Beta((n+1)/2,1/2); f(n)=Pi^Floor[n/2]/If[Mod[n, 2] == 0, (n/2)!, odd_factorial[Floor[n/2]]] out[n]=n*k(n)/f(n).

MATHEMATICA

Clear[a, f, k] (* odd factorial function*) a[0] = 1; a[n_] := a[n] = (2*n - 1)*a[n - 1]; Table[a[n], {n, 0, 10}]; (* Pi factor function*) f[n_] := f[n] = Pi^Floor[n/2]/If[Mod[n, 2] == 0, (n/2)!, a[Floor[n/2]]] Table[f[n], {n, 0, 10}]; (*volume factors from Sommerville, page 136 - 137*) k[0] = 1; k[1] = 2; k[n_] := k[n] = k[n - 1]*Beta[(n + 1)/2, 1/2] Table[k[n], {n, 0, 10}]; (* integer volume numbers*) Table[n*k[n]/f[n], {n, 0, 30}]

CROSSREFS

Cf. A114446, A114348.

Sequence in context: A115209 A139210 A008330 this_sequence A100835 A120541 A059867

Adjacent sequences: A138216 A138217 A138218 this_sequence A138220 A138221 A138222

KEYWORD

nonn,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), May 05 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 18 21:37 EST 2009. Contains 171024 sequences.


AT&T Labs Research