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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A036069 Denominator of rational part of Haar measure on Grassmannian space G(n,1). 3
1, 2, 1, 4, 3, 16, 5, 32, 35, 256, 63, 512, 231, 2048, 429, 4096, 6435, 65536, 12155, 131072, 46189, 524288, 88179, 1048576, 676039, 8388608, 1300075, 16777216, 5014575, 67108864, 9694845, 134217728, 300540195 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Also rational part of denominator of GAMMA(n/2+1)/GAMMA(n/2+1/2) (cf. A004731).

REFERENCES

D. A. Klain and G.-C. Rota, Introduction to Geometric Probability, Cambridge, p. 67.

EXAMPLE

1, 1, 1/2*Pi, 2, 3/4*Pi, 8/3, 15/16*Pi, 16/5, 35/32*Pi, 128/35, 315/256*Pi, ...

The sequence GAMMA(n/2+1)/GAMMA(n/2+1/2), n >= 0, begins 1/Pi^(1/2), 1/2*Pi^(1/2), 2/Pi^(1/2), 3/4*Pi^(1/2), 8/3/Pi^(1/2), 15/16*Pi^(1/2), 16/5/Pi^(1/2), ...

MAPLE

if n mod 2 = 0 then k := n/2; 2*k*Pi*binomial(2*k-1, k)/4^k else k := (n-1)/2; 4^k/binomial(2*k, k); fi;

f:=n->simplify(GAMMA(n/2+1)/GAMMA(n/2+1/2));

CROSSREFS

Cf. A004731.

Bisections are A001790 and A101926.

Cf. A004731, A046161, A001790, A001803, A101926.

Sequence in context: A099331 A146001 A091879 * A009477 A105568 A004175

Adjacent sequences:  A036066 A036067 A036068 * A036070 A036071 A036072

KEYWORD

nonn,easy,nice,frac

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 17 13:28 EST 2012. Contains 206031 sequences.