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.

A154792 Triangle read by rows in which row n lists the pair of noncomposite numbers that are equidistant from and nearest to n, with 0's inserted, as shown below in the example.

Original entry on oeis.org

0, 1, 3, 1, 0, 5, 0, 3, 5, 0, 0, 3, 0, 7, 0, 0, 0, 5, 7, 0, 0, 0, 3, 0, 0, 0, 11, 0, 0, 0, 5, 0, 0, 11, 0, 0, 0, 0, 0, 7, 0, 11, 0, 0, 0, 0, 0, 0, 7, 0, 0, 13, 0, 0, 0
Offset: 1

Views

Author

Omar E. Pol, Jan 25 2009

Keywords

Examples

			Triangle begins:
n ........ Pair
1 ..........0
2 ........ 1,3
3 ....... 1,0,5
4 ...... 0,3,5,0
5 ..... 0,3,0,7,0
6 .... 0,0,5,7,0,0
		

Crossrefs

Showing 1-1 of 1 results.