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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143333 Pascals triangle binomial(n,m) read by rows, all even elements replaced by zero. 3
1, 1, 1, 1, 0, 1, 1, 3, 3, 1, 1, 0, 0, 0, 1, 1, 5, 0, 0, 5, 1, 1, 0, 15, 0, 15, 0, 1, 1, 7, 21, 35, 35, 21, 7, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 9, 0, 0, 0, 0, 0, 0, 9, 1, 1, 0, 45, 0, 0, 0, 0, 0, 45, 0, 1 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,8

COMMENTS

Row sums are A088560.

A047999(n,k) = A057427(T(n,k)). [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Oct 24 2010]

FORMULA

T(n,m) = A047999(n,m)*A007318(n,m).

EXAMPLE

The triangle starts in row n=0 with columns 0<=m<=n as:

1;

1, 1;

1, 0, 1;

1, 3, 3, 1;

1, 0, 0, 0, 1;

1, 5, 0, 0, 5, 1;

1, 0, 15, 0, 15, 0, 1;

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

1, 0, 0, 0, 0, 0, 0, 0, 1;

1, 9, 0, 0, 0, 0, 0, 0, 9, 1;

1, 0, 45, 0, 0, 0, 0, 0, 45, 0, 1;

MATHEMATICA

t[n_, m_] = Mod[Binomial[n, m], 2]*Binomial[n, m]; Table[Table[t[n, m], {m, 0, n}], {n, 0, 10}]; Flatten[%]

CROSSREFS

Cf. A007318, A014421, A047999, A088560. [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Oct 24 2010]

Sequence in context: A122850 A132062 A065547 * A065551 A059441 A186028

Adjacent sequences:  A143330 A143331 A143332 * A143334 A143335 A143336

KEYWORD

nonn,tabl,easy

AUTHOR

Roger L. Bagula and Gary W. Adamson (rlbagulatftn(AT)yahoo.com), Oct 21 2008

EXTENSIONS

Offset set to 0 by Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Oct 21 2010

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 07:41 EST 2012. Contains 205998 sequences.