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.

A108039 Replace each entry 2^i(2j+1) of the triangle in A008280 with i and replace 0's with *'s; then the entries n in the new triangle do not occur beyond diagonal a(n), measured from the left edge and taking the left edge to be diagonal number 1.

Original entry on oeis.org

2, 4, 4, 4, 8, 8, 8, 8, 10, 12, 12, 16, 16, 16, 16, 16, 18, 20
Offset: 0

Views

Author

N. J. A. Sloane, Jun 01 2005

Keywords

Examples

			3's do not occur beyond the 4th diagonal, so a(3) = 4.
Triangle begins:
       *
      * 0
     0 0 *
    * 0 1 1
   0 0 2 1 *
  * 0 1 1 4 4
		

Crossrefs

Cf. A008280.

Extensions

Corrected and extended by Sanjay Ramassamy, Nov 03 2018