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.

Showing 1-1 of 1 results.

A228717 Triangle read by rows taken from Garvan's paper (see slides 28, 29).

Original entry on oeis.org

1, 1, 0, 1, 1, 0, 2, 1, 1, 0, 3, 3, 1, 1, 0, 4, 4, 3, 1, 1, 0, 8, 7, 5, 3, 1, 1, 0, 12, 10, 8, 5, 3, 1, 1, 0, 17, 17, 13, 9, 5, 3, 1, 1, 0, 27, 25, 20, 14, 9, 5, 3, 1, 1, 0, 40, 37, 31, 23, 15, 9, 5, 3, 1, 1, 0
Offset: 1

Views

Author

Omar E. Pol, Sep 22 2013

Keywords

Examples

			Triangle begins:
1;
1,   0;
1,   1,  0;
2,   1,  1,  0;
3,   3,  1,  1,  0;
4,   4,  3,  1,  1, 0;
8,   7,  5,  3,  1, 1, 0;
12, 10,  8,  5,  3, 1, 1, 0;
17, 17, 13,  9,  5, 3, 1, 1, 0;
27, 25, 20, 14,  9, 5, 3, 1, 1, 0;
40, 37, 31, 23, 15, 9, 5, 3, 1, 1, 0;
...
		

Crossrefs

Extensions

Suggested by Frank Garvan.
Showing 1-1 of 1 results.