A306309 The "zeroless Pascal triangle" read by rows.
1, 1, 1, 1, 2, 1, 1, 3, 3, 1, 1, 4, 6, 4, 1, 1, 5, 1, 1, 5, 1, 1, 6, 6, 2, 6, 6, 1, 1, 7, 12, 8, 8, 12, 7, 1, 1, 8, 19, 2, 16, 2, 19, 8, 1, 1, 9, 27, 21, 18, 18, 21, 27, 9, 1, 1, 1, 36, 48, 39, 36, 39, 48, 36, 1, 1, 1, 2, 37, 84, 87, 75, 75, 87, 84, 37, 2, 1
Offset: 0
Examples
Triangle begins: 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 1 1 5 1 1 6 6 2 6 6 1 1 7 12 8 8 12 7 1 1 8 19 2 16 2 19 8 1 1 9 27 21 18 18 21 27 9 1 ...
Links
- Rémy Sigrist, Colored representation of the first 1000 rows (where the hue is function of T(n, k))
- Rémy Sigrist, PARI program for A306309
Programs
-
PARI
See Links section.
Comments