|
| |
|
|
A059318
|
|
Pascal's "rhombus" (actually a triangle) mod 2, read by rows: each entry is sum modulo 2 of 3 terms above it in previous row and one term above it two rows back.
|
|
3
|
|
|
|
1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
0,1
|
|
|
REFERENCES
|
J. Goldwasser et al., The density of ones in Pascal's rhombus, Discrete Math., 204 (1999), 231-236.
|
|
|
LINKS
|
Table of n, a(n) for n=0..104.
|
|
|
EXAMPLE
|
1; 1,1,1; 1,0,0,0,1; 1,1,0,1,0,1,1; ...
|
|
|
CROSSREFS
|
Cf. A059317, A059319, A059320, A007318.
Sequence in context: A014119 A084052 A130630 * A071029 A071030 A118109
Adjacent sequences: A059315 A059316 A059317 * A059319 A059320 A059321
|
|
|
KEYWORD
|
tabf,easy,nonn
|
|
|
AUTHOR
|
N. J. A. Sloane, Jan 26 2001
|
|
|
EXTENSIONS
|
More terms from Larry Reeves (larryr(AT)acm.org), Jan 30 2001
|
|
|
STATUS
|
approved
|
| |
|
|