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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A072285 Numerators of inverse unimodal analogue of binomial coefficients: binomial(n,m)=sum_{k=0}^{n-m} a(2k+m-1,2k). 1
1, 1, 1, 1, 3, 1, 1, 15, 2, 1, 1, 35, 3, 5, 1, 1, 315, 4, 35, 3, 1, 1, 693, 5, 105, 6, 7, 1, 1, 3003, 6, 1155, 10, 63, 4, 1, 1, 6435, 7, 3003, 15, 231, 10, 9, 1, 1, 109395, 8, 15015, 21, 3003, 20, 99, 5, 1, 1, 230945, 9, 36465, 28, 9009, 35, 429, 15, 11, 1, 1, 969969, 10 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,5

FORMULA

a(n, m)=binomial(n-m/2+1, n-m+1)-binomial(n-m/2, n-m+1).

MATHEMATICA

a[n_, m_] := Binomial[n - m/2 + 1, n - m + 1] - Binomial[n - m/2, n - m + 1]; Flatten[Table[Numerator[a[n, m]], {n, 0, 11}, {m, 0, n}]]

CROSSREFS

Cf. A072286, A071922.

Sequence in context: A203002 A073483 A006956 * A144269 A144270 A110112

Adjacent sequences:  A072282 A072283 A072284 * A072286 A072287 A072288

KEYWORD

nonn,easy,frac,tabl

AUTHOR

Michele Dondi (bik.mido(AT)tiscalinet.it), Jul 11, 2002

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 15 23:53 EST 2012. Contains 205860 sequences.