A356096 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; 2*t-u, 2*t-v; 2*u-t, t+u+v, 2*v-t; u, 2*u-v, 2*v-u, v].
1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, -1, 5, -1, 1, 1, 5, 5, 5, 5, 1, 1, -1, 5, 3, 5, -1, 1, 1, 1, 5, 5, 5, 5, 1, 1, 1, 3, 1, -1, 5, -1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, -1, 5, -1, 1
Offset: 0
Examples
Triangle T(0) is: 1 1 1 Triangle T(1) is: 1 1 1 1 3 1 1 1 1 1 Triangle T(2) is: 1 1 1 1 3 1 1 1 1 1 1 -1 5 -1 1 1 5 5 5 5 1 1 -1 5 3 5 -1 1 1 1 5 5 5 5 1 1 1 3 1 -1 5 -1 1 3 1 1 1 1 1 1 1 1 1 1 1
Links
- Rémy Sigrist, Colored representation of T6 (the color is function of T(6)(n, k))
- Rémy Sigrist, Representation of the multiples of 3 in T(7)
- Rémy Sigrist, Representation of the negative terms in T(7)
- 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