A356002 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; t+2*u, t+u+v, t+2*v; u, 2*u+v, u+2*v, v].
1, 1, 1, 1, 3, 3, 3, 3, 3, 1, 3, 3, 1, 1, 5, 5, 7, 7, 7, 3, 9, 9, 3, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 3, 9, 9, 3, 9, 9, 3, 7, 9, 9, 9, 9, 9, 9, 7, 5, 7, 9, 9, 9, 9, 9, 7, 5, 1, 5, 7, 3, 9, 9, 3, 7, 5, 1, 1, 7, 7, 11, 11, 11, 5, 15, 15, 5, 17, 17, 17, 17, 17
Offset: 0
Examples
Triangle T(0) is: 1 1 1 Triangle T(1) is: 1 3 3 3 3 3 1 3 3 1 Triangle T(2) is: 1 5 5 7 7 7 3 9 9 3 9 9 9 9 9 9 9 9 9 9 9 3 9 9 3 9 9 3 7 9 9 9 9 9 9 7 5 7 9 9 9 9 9 7 5 1 5 7 3 9 9 3 7 5 1
Links
- Rémy Sigrist, Colored representation of T(6) (the color is function of T(6)(n,k))
- Rémy Sigrist, Colored representation of T(6) (the color is function of the 3-adic valuation of T(6)(n,k))
- Rémy Sigrist, Representation of the terms congruent to 3 mod 4 in T(6)
- 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