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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A072286 Denominators 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, 2, 1, 1, 8, 1, 1, 1, 16, 1, 2, 1, 1, 128, 1, 8, 1, 1, 1, 256, 1, 16, 1, 2, 1, 1, 1024, 1, 128, 1, 8, 1, 1, 1, 2048, 1, 256, 1, 16, 1, 2, 1, 1, 32768, 1, 1024, 1, 128, 1, 8, 1, 1, 1, 65536, 1, 2048, 1, 256, 1, 16, 1, 2, 1, 1, 262144, 1, 32768, 1, 1024, 1, 128, 1, 8, 1, 1 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,5

COMMENTS

Entries are powers of 2.

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[Denominator[a[n, m]], {n, 0, 11}, {m, 0, n}]]

CROSSREFS

Cf. A072285, A071922.

Sequence in context: A198941 A058955 A176055 * A007375 A060865 A078689

Adjacent sequences:  A072283 A072284 A072285 * A072287 A072288 A072289

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 16 14:37 EST 2012. Contains 205930 sequences.