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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A034931 Pascal's triangle read modulo 4. 13
1, 1, 1, 1, 2, 1, 1, 3, 3, 1, 1, 0, 2, 0, 1, 1, 1, 2, 2, 1, 1, 1, 2, 3, 0, 3, 2, 1, 1, 3, 1, 3, 3, 1, 3, 1, 1, 0, 0, 0, 2, 0, 0, 0, 1, 1, 1, 0, 0, 2, 2, 0, 0, 1, 1, 1, 2, 1, 0, 2, 0, 2, 0, 1, 2, 1, 1, 3, 3, 1, 2, 2, 2, 2, 1, 3, 3, 1, 1, 0, 2, 0, 3, 0, 0, 0, 3, 0, 2, 0, 1, 1, 1, 2, 2, 3, 3, 0, 0, 3, 3, 2, 2, 1, 1 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,5

REFERENCES

Huard et al., Europ. J. Combin., 19 (1998), 45-62.

EXAMPLE

Triangle begins:

{1},

{1, 1},

{1, 2, 1},

{1, 3, 3, 1},

{1, 0, 2, 0, 1},

{1, 1, 2, 2, 1, 1},

{1, 2, 3, 0, 3, 2, 1},

{1, 3, 1, 3, 3, 1, 3, 1},

{1, 0, 0, 0, 2, 0, 0, 0, 1},

{1, 1, 0, 0, 2, 2, 0, 0, 1, 1},

{1, 2, 1, 0, 2, 0, 2, 0, 1, 2, 1},

{1, 3, 3, 1, 2, 2, 2, 2, 1, 3, 3, 1},

MATHEMATICA

Mod[ Flatten[ Table[ Binomial[n, k], {n, 0, 13}, {k, 0, n}]], 4] (from Robert G. Wilson v May 26 2004)

CROSSREFS

Cf. A007318, A047999, A083093, A034930, A008975, A034932.

Sequence in context: A186332 A129571 A180180 * A090402 A026082 A117185

Adjacent sequences:  A034928 A034929 A034930 * A034932 A034933 A034934

KEYWORD

nonn,tabl

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 21:45 EST 2012. Contains 205860 sequences.