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!)
A036065 Triangle of flag coefficients [ n k ] (denominators of rational parts). 2
1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 4, 1, 4, 1, 1, 3, 1, 1, 3, 1, 1, 16, 1, 8, 1, 16, 1, 1, 5, 1, 1, 1, 1, 5, 1, 1, 32, 1, 32, 3, 32, 1, 32, 1, 1, 35, 1, 5, 1, 1, 5, 1, 35, 1, 1, 256, 1, 64, 1, 128, 1, 64, 1, 256, 1, 1, 63, 1, 7, 3, 1, 1, 3, 7, 1, 63, 1, 1, 512, 1, 512, 1, 256, 5, 256, 1, 512, 1, 512 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,5
REFERENCES
D. A. Klain and G.-C. Rota, Introduction to Geometric Probability, Cambridge, p. 69.
LINKS
FORMULA
[ 2m 2k ] = C(2m, 2k)/C(m, k); [ 2m 2k+1 ] = Pi(2m)!/4^m*k!m!(m-k-1)!; [ 2m+1 2k ] = 4^k*C(m, k)/C(2k, k); [ 2m+1 2k+1 ] = 4^(m-k)*C(m, m-k)/C(2m-2k, m-k).
EXAMPLE
Triangle begins
1;
1 1;
1*Pi/2 1;
1 2 2 1;
1 3*Pi/4 3 3*Pi/4 1;
1 8/3 4 4 8/3 1; ...
MATHEMATICA
f[m_?EvenQ, k_?EvenQ] := Binomial[m, k]/Binomial[m/2, k/2]; f[m_?EvenQ, k_?OddQ] := (Pi*m!)/(2^m*(((1/2)*(k - 1))!*(-1 + (1 - k)/2 + m/2)!*(m/2)!)); f[m_?OddQ, k_?EvenQ] := (2^k*Binomial[(1/2)*(m - 1), k/2])/ Binomial[k, k/2]; f[m_?OddQ, k_?OddQ] := (4^((1 - k)/2 + (1/2)*(m - 1))* Binomial[(1/2)*(m - 1), (1 - k)/2 + (1/2)*(m - 1)]) / Binomial[m - k , (1 - k)/2 + (1/2)*(m - 1)]; A036065 = Denominator[ Flatten[ Table[f[m, k], {m, 0, 12}, {k, 0, m}] ]](* Jean-François Alcover, May 10 2012, from formula *)
CROSSREFS
Cf. A036064.
Sequence in context: A345932 A205399 A135303 * A082907 A146532 A305720
KEYWORD
nonn,easy,tabl,nice,frac
AUTHOR
EXTENSIONS
More terms from Naohiro Nomoto, Jun 20 2001
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)