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.

A168121 Triangle T(n,k) read by rows in which column k lists each number A000009 followed by k-1 zeros, for k>0.

Original entry on oeis.org

1, 1, 1, 2, 0, 1, 2, 1, 0, 1, 3, 0, 0, 0, 1, 4, 2, 1, 0, 0, 1, 5, 0, 0, 0, 0, 0, 1, 6, 2, 0, 1, 0, 0, 0, 1, 8, 0, 2, 0, 0, 0, 0, 0, 1, 10, 3, 0, 0, 1, 0, 0, 0, 0, 1, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 15, 4, 2, 2, 0, 1, 0, 0, 0, 0, 0, 1
Offset: 1

Views

Author

Omar E. Pol, Dec 02 2009

Keywords

Examples

			Triangle begins:
==================================================
... Column k: 1. 2. 3. 4. 5. 6. 7. 8. 9 10 11 12
. Row ...........................................
...n ............................................
==================================================
.. 1 ........ 1,
.. 2 ........ 1, 1,
.. 3 ........ 2, 0, 1,
.. 4 ........ 2, 1, 0, 1,
.. 5 ........ 3, 0, 0, 0, 1,
.. 6 ........ 4, 2, 1, 0, 0, 1,
.. 7 ........ 5, 0, 0, 0, 0, 0, 1,
.. 8 ........ 6, 2, 0, 1, 0, 0, 0, 1,
.. 9 ........ 8, 0, 2, 0, 0, 0, 0, 0, 1,
. 10 ....... 10, 3, 0, 0, 1, 0, 0, 0, 0, 1,
. 11 ....... 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
. 12 ....... 15, 4, 2, 2, 0, 1, 0, 0, 0, 0, 0, 1,
...
		

Crossrefs

Extensions

Edited by Charles R Greathouse IV, Mar 23 2010