OFFSET
0,8
COMMENTS
We apply the following substitutions to transform T(m) into T(m+1):
t
/ \
/ \
t t-u---t-v
/ \ ___\ / \ / \
/ \ / / \ / \
u-----v u-t--t+u+v--v-t
/ \ / \ / \
/ \ / \ / \
u----u-v---v-u----v
and:
u----u-v---v-u----v
\ / \ / \ /
\ / \ / \ /
u-----v u-t--t+u+v--v-t
\ / ___\ \ / \ /
\ / / \ / \ /
t t-u---t-v
\ /
\ /
t
T(m) has 3^m+1 rows.
As m gets larger, T(m) exhibits interesting fractal features (see illustrations in Links section).
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.
EXAMPLE
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
PROG
(PARI) See Links section.
CROSSREFS
KEYWORD
sign,tabl
AUTHOR
Rémy Sigrist, Jul 26 2022
STATUS
approved