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.

A342384 Irregular triangle T read by rows: T(n, k) is the number of n-th order magic triangles with magic constant equal to A285009(n) + k, with 0 < k <= 3*n - 5.

Original entry on oeis.org

0, 1, 1, 1, 1, 2, 0, 4, 6, 4, 0, 2, 18, 38, 71, 108, 115, 115, 108, 71, 38, 18, 155, 351, 695, 1067, 1475, 1815, 2007, 1815, 1475, 1067, 695, 351, 155, 1891, 4768, 9872, 15370, 22527, 30096, 35731, 37957, 37957, 35731, 30096, 22527, 15370, 9872, 4768, 1891
Offset: 2

Views

Author

Stefano Spezia, Mar 10 2021

Keywords

Examples

			The triangle begins:
    0;
    1,   1,   1,    1;
    2,   0,   4,    6,    4,    0,    2;
   18,  38,  71,  108,  115,  115,  108,   71,   38,   18;
  155, 351, 695, 1067, 1475, 1815, 2007, 1815, 1475, 1067, 695, 351, 155;
  ...
		

Crossrefs

Cf. A016777 (row length), A179805, A285009, A341740, A342467 (row sums).

Programs

Extensions

Terms a(14) and beyond from Andrew Howroyd, Feb 05 2022