A356097 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, t; u, t+u+v, v; u, u, v, 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, 3, 3, 5, 1, 1, 1, 3, 3, 3, 1, 1, 1, 1, 5, 3, 3, 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, 1, 5, 3, 3, 5, 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 3 3 5 1 1 1 3 3 3 1 1 1 1 5 3 3 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 T(6) (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 multiples of 5 in T(7)
- Rémy Sigrist, Representation of the multiples of 7 in T(7)
- Rémy Sigrist, Representation of the 1's in T(7)
- Rémy Sigrist, Representation of the terms congruent to 1 mod 4 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.
- Wikipedia, Hexaflake
Programs
-
PARI
See Links section.
Comments