Greetings, fellow number lovers! This is my first post to this group, it's nice to meet you all!
I'm a big fan of OEIS as it has been vital to my R&D. I have developed a math system that generates and assists in identifying sequences by operating out of base x which turns equations into numbers. I just recorded a 3-hour introduction to my system and wanted to share it with an appreciative audience.
One key result of this is identifying sequences through an abc/xyz format. For example a sequence can be defined as:
add 3 if even index, double if odd index, start from s_0 = 7, then the sequence is
{7,10,20,23,46,49,...} And then by performing analysis we can identify this as
7.10,-1,-7 / 1.0,-3,0,2. In base 10 this becomes
7.983 / 0.9702 but it's hard to read the decimal output because the sequence grows so quickly so use the aerated version
7.0,10,0,-1,0,-1 / 1.0,0,0,-3,0,0,0,2 in base 10 is
7.099893 / 0.99970002 - put that in your calculator it's
7.10202346...
The fact that the denominator was already aerated indicates that the even and odd index sequences are distinct and can be seen as unrelated. We can de-weave them extracting odd vs even indexed numbers in numerator:
7.10,-1,-7 / 1.0,-3,0,2 =
7.0,-1 / 1.0,-3,0,-2 +
0.10,0,-7 / 1.0,-3,0,2
then pop it all as it's all aerated, then we get
7.-1 / 1.-3,2 for even index (7,20,46,...) and
10.-7 / 1.-3,2 for odd index (10,23,49,...).
1.-1 × 1.-2 = 1.-3,2 (9×8 = 100-30+2 = 72)
7.-1 ÷ 1.-1 = (69 / 9 = 7.66666)
7.6,6,6,6,6,6 ÷ 1.-2 = (69/72 =
7.20,46,...
10.-7 ÷ 1.-1 = (93/9 = 10.333333)
10.3,3,3,3,3,3,3 ÷ 1.-2 = (93/72 =
10.23,49,...
The numerator can be viewed as the input and denominator / multiplier as a function acting on the input. Watch the video to learn more, would love to hear feedback! I have much much more to share. Thanks!