number pattern riddle
there we go it's supposed to be this:
11247326968765318339676
number pattern riddle (the answer)
i did not explain this right
maybe it would be easier to explain the inspiration
basically: sum the fibonacci sequence as it goes along and produce the ones-digit by the sum of the total accumulated
every digit to produce takes the previous entry of the fibonacci sequence, adds its value to the total, sums each digit of the total, then produces that as the next number in the sequence
1+1=2
2+2=4
4+3=7
7+5=12, the sum is 3
12+8=20, the sum is 2
and so on
number pattern riddle (the answer)
@vahnj Huh, I tried that and discarded it. Shouldn't the fifth digit be 8? 1 + 1 + 2 + 4?
number pattern riddle (the answer)
@noelle i hecked it up lemme re-explain
number pattern riddle (the answer)
@vahnj Aha.
number pattern riddle (the answer)
every number is accumulated into a total, and that total produces a new digit based on what shows up in the ones-digit