hariz91
- 8
- 1
- TL;DR
- I've been exploring symmetric sequences like 1,2,1 and 1,2,3,2,1. The middle number seems to produce a new value. I'm curious if this pattern has a name or if anyone has explored it before.
I’ve been exploring number patterns as a personal interest — particularly symmetric sequences like 1, 2, 1 or 1, 2, 3, 2, 1. I noticed that the middle value in these sequences sometimes seems to produce a new number when combined in a certain way. For example:
- 1, [2], 1 → gives 0
- 1, 2, [3], 2, 1 → gives 3
- 1, 2, 3, [4], 3, 2, 1 → gives 8
- 1, 2, 3, 4, [5], 4, 3, 2, 1 → gives 5
...
- 1, 2, 3, 4, 5, 6, 7, 8, 9, 8, 7, 6, 5, 4, 3, 2, 1 → gives 63
I’m not sure if this pattern is already known or if it has a name. I’m just curious — has anyone seen something like this before? I’d appreciate any thoughts or references.
- 1, [2], 1 → gives 0
- 1, 2, [3], 2, 1 → gives 3
- 1, 2, 3, [4], 3, 2, 1 → gives 8
- 1, 2, 3, 4, [5], 4, 3, 2, 1 → gives 5
...
- 1, 2, 3, 4, 5, 6, 7, 8, 9, 8, 7, 6, 5, 4, 3, 2, 1 → gives 63
I’m not sure if this pattern is already known or if it has a name. I’m just curious — has anyone seen something like this before? I’d appreciate any thoughts or references.