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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A109447 Binomial coefficients C(n,k) with n-k odd, read by rows. 1
1, 2, 1, 3, 4, 4, 1, 10, 5, 6, 20, 6, 1, 21, 35, 7, 8, 56, 56, 8, 1, 36, 126, 84, 9, 10, 120, 252, 120, 10, 1, 55, 330, 462, 165, 11, 12, 220, 792, 792, 220, 12, 1, 78, 715, 1716, 1287, 286, 13, 14, 364, 2002, 3432, 2002, 364, 14, 1, 105, 1365, 5005, 6435, 3003, 455, 15 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

EXAMPLE

Starred terms in Pascal's triangle (A007318), read by rows:

1;

1*, 1;

1, 2*, 1;

1*, 3, 3*, 1;

1, 4*, 6, 4*, 1;

1*, 5, 10*, 10, 5*, 1;

1, 6*, 15, 20*, 15, 6*, 1;

1*, 7, 21*, 35, 35*, 21, 7*, 1;

1, 8*, 28, 56*, 70, 56*, 28, 8*, 1;

1*, 9, 36*, 84, 126*, 126, 84*, 36, 9*, 1;

1; 2; 1, 3; 4, 4; 1, 10, 5; 6, 20, 6; 1, 21, 35, 7; 8, 56, 56, 8; ....

MATHEMATICA

Flatten[ Table[ If[ OddQ[n - k], Binomial[n, k], {}], {n, 0, 15}, {k, 0, n}]] (* Robert G. Wilson v *)

CROSSREFS

Cf. A109446.

Sequence in context: A151550 A097003 A193788 * A088261 A033779 A033799

Adjacent sequences:  A109444 A109445 A109446 * A109448 A109449 A109450

KEYWORD

easy,nonn,tabf

AUTHOR

Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Aug 27 2005

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(at)rgwv.com), Aug 30 2005

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 16:39 EST 2012. Contains 205823 sequences.