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.

A278480 Number of neighbors of the n-th term in a full right triangle read by rows.

Original entry on oeis.org

2, 4, 5, 5, 7, 5, 5, 8, 7, 5, 5, 8, 8, 7, 5, 5, 8, 8, 8, 7, 5, 5, 8, 8, 8, 8, 7, 5, 5, 8, 8, 8, 8, 8, 7, 5, 5, 8, 8, 8, 8, 8, 8, 7, 5, 5, 8, 8, 8, 8, 8, 8, 8, 7, 5, 5, 8, 8, 8, 8, 8, 8, 8, 8, 7, 5, 5, 8, 8, 8, 8, 8, 8, 8, 8, 8, 7, 5, 5, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 7, 5, 5, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 7, 5
Offset: 1

Views

Author

Omar E. Pol, Nov 23 2016

Keywords

Comments

Apart from the first column and the first two diagonals, the rest of the elements are 8's.
For the same idea but for an isosceles triangle see A278481; for a square array see A278545, for a square spiral see A010731; and for a hexagonal spiral see A010722.

Examples

			The sequence written as a right triangle begins:
2;
4, 5;
5, 7, 5;
5, 8, 7, 5;
5, 8, 8, 7, 5;
5, 8, 8, 8, 7, 5;
5, 8, 8, 8, 8, 7, 5;
5, 8, 8, 8, 8, 8, 7, 5;
5, 8, 8, 8, 8, 8, 8, 7, 5;
5, 8, 8, 8, 8, 8, 8, 8, 7, 5;
...
		

Crossrefs

Row sums give 2 together with the elements > 1 of A017077.
Also, row sums give 2 together with A004768.