A356098 A family of triangles T(m), m >= 0, read by triangles and then by rows; triangle T(0) is [1; 1, 1]; for m >= 0, triangle T(m+1) is obtained by replacing each subtriangle [t; u, v] in T(m) by [t; t-u, t-v; u-t, t+u+v, v-t; u, u-v, v-u, v].
1, 1, 1, 1, 0, 0, 0, 3, 0, 1, 0, 0, 1, 1, 1, 1, -1, 1, -1, 0, 0, 0, 0, 0, -3, 3, -3, 0, 0, 3, 3, 3, 3, 0, 0, -3, 3, 3, 3, -3, 0, -1, 0, 3, 3, 3, 3, 0, -1, 1, 1, 0, -3, 3, -3, 0, 1, 1, 1, 1, -1, 0, 0, 0, 0, -1, 1, 1, 1, 0, 0, 0, 3, 0, 1, 0, 0, 1, 2, 0, 3, 0, 2
Offset: 0
Examples
Triangle T(0) is: 1 1 1 Triangle T(1) is: 1 0 0 0 3 0 1 0 0 1 Triangle T(2) is: 1 1 1 -1 1 -1 0 0 0 0 0 -3 3 -3 0 0 3 3 3 3 0 0 -3 3 3 3 -3 0 -1 0 3 3 3 3 0 -1 1 1 0 -3 3 -3 0 1 1 1 1 -1 0 0 0 0 -1 1 1
Links
- Rémy Sigrist, Colored representation of T(6) (where the color is function of T(6)(n,k))
- Rémy Sigrist, Representation of the multiples of 2 in T7
- Rémy Sigrist, Representation of the multiples of 5 in T7
- Rémy Sigrist, PARI program
- Rémy Sigrist, Nonperiodic tilings related to Stern's diatomic series and based on tiles decorated with elements of Fp, arXiv:2301.06039 [math.CO], 2023.
Programs
-
PARI
See Links section.
Comments