cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A268040 Array y AND NOT x, read by antidiagonals.

Original entry on oeis.org

0, 0, 1, 0, 0, 2, 0, 1, 2, 3, 0, 0, 0, 2, 4, 0, 1, 0, 1, 4, 5, 0, 0, 2, 0, 4, 4, 6, 0, 1, 2, 3, 4, 5, 6, 7, 0, 0, 0, 2, 0, 4, 4, 6, 8, 0, 1, 0, 1, 0, 1, 4, 5, 8, 9, 0, 0, 2, 0, 0, 0, 2, 4, 8, 8, 10, 0, 1, 2, 3, 0, 1, 2, 3, 8, 9, 10, 11, 0, 0, 0, 2, 4, 0, 0, 2, 8, 8, 8, 10, 12
Offset: 0

Views

Author

Peter Kagey, Jan 24 2016

Keywords

Comments

This is one of eight bitwise truth tables subject to the condition that (0, 0) implies 0.
# -------|---------|---------|---------|---------
# (0, 0) | 0 | 0 | 0 | 0
# (0, 1) | 0 | 0 | 0 | 0
# (1, 0) | 0 | 0 | 1 | 1
# (1, 1) | 0 | 1 | 0 | 1
#
# -------|---------|---------|---------|---------
# (0, 0) | 0 | 0 | 0 | 0
# (0, 1) | 1 | 1 | 1 | 1
# (1, 0) | 0 | 0 | 1 | 1
# (1, 1) | 0 | 1 | 0 | 1
Transpose of the array in A099026. - Michel Marcus, Jan 25 2016

Examples

			The array begins:
0, 1, 2, 3, 4, 5, ...
0, 0, 2, 2, 4, 4, ...
0, 1, 0, 1, 4, 5, ...
0, 0, 0, 0, 4, 4, ...
0, 1, 2, 3, 0, 1, ...
0, 0, 2, 2, 0, 0, ...
...
		

Crossrefs

Programs