A326728 A(n, k) = n*(k - 1)*k/2 - k, square array for n >= 0 and k >= 0 read by ascending antidiagonals.
0, 0, -1, 0, -1, -2, 0, -1, -1, -3, 0, -1, 0, 0, -4, 0, -1, 1, 3, 2, -5, 0, -1, 2, 6, 8, 5, -6, 0, -1, 3, 9, 14, 15, 9, -7, 0, -1, 4, 12, 20, 25, 24, 14, -8, 0, -1, 5, 15, 26, 35, 39, 35, 20, -9, 0, -1, 6, 18, 32, 45, 54, 56, 48, 27, -10
Offset: 0
Examples
[0] 0, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, ... A001489 [1] 0, -1, -1, 0, 2, 5, 9, 14, 20, 27, 35, ... A080956 [2] 0, -1, 0, 3, 8, 15, 24, 35, 48, 63, 80, ... A067998 [3] 0, -1, 1, 6, 14, 25, 39, 56, 76, 99, 125, ... A095794 [4] 0, -1, 2, 9, 20, 35, 54, 77, 104, 135, 170, ... A014107 [5] 0, -1, 3, 12, 26, 45, 69, 98, 132, 171, 215, ... A326725 [6] 0, -1, 4, 15, 32, 55, 84, 119, 160, 207, 260, ... A270710 [7] 0, -1, 5, 18, 38, 65, 99, 140, 188, 243, 305, ...
Links
- Peter Luschny, Figurate number — a very short introduction. With plots from Stefan Friedrich Birkner.
Comments