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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A095140 Triangle formed by reading Pascal's triangle (A007318) mod 5. 5
1, 1, 1, 1, 2, 1, 1, 3, 3, 1, 1, 4, 1, 4, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 2, 1, 0, 0, 1, 2, 1, 1, 3, 3, 1, 0, 1, 3, 3, 1, 1, 4, 1, 4, 1, 1, 4, 1, 4, 1, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 2, 2, 0, 0, 0, 1, 1, 1, 2, 1, 0, 0, 2, 4, 2, 0, 0, 1, 2, 1, 1, 3, 3, 1, 0, 2, 1, 1, 2, 0, 1, 3, 3, 1 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,5

FORMULA

T(i, j) = binomial(i, j) (mod 5).

MATHEMATICA

Mod[ Flatten[ Table[ Binomial[n, k], {n, 0, 13}, {k, 0, n}]], 5]

CROSSREFS

Cf. A007318, A047999, A083093, A034931, A095141, A095142, A034930, A095143, A008975, A095144, A095145, A034932.

Sequence in context: A027948 A095141 A177974 * A125605 A110570 A082905

Adjacent sequences:  A095137 A095138 A095139 * A095141 A095142 A095143

KEYWORD

easy,nonn,tabl

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), May 29 2004

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