A paucity of information about a number always challenges me to find something interesting about the number. Such was the case with the number associated with my diurnal age today:
So I devised the following set of rules.
- Let
and be the first two digits of the sequence - If
, gives the next digit - Let
- If
then and give the next two digits - Let
[2, 7, 7, 9, 6, 5, 1, 6, 7, 7, 3, 0, 3, 3, 6, 9, 5, 4, 9, 3, 2, 5, 7, 7, 2, 9, 1, 0, 1, 1, 2, 3, 5, 8, 3, 1, 4, 5, 9, 4, 3, 7, 7, 0, 7, 7, 7, 7, 4, 1, 5, 6, 1, 7, 7, 8, 5, 3, 8, 1, 9, 0, 9, 9, 8, 7, 7, 5]
How might we define 27796 in terms of this sequence? Well, perhaps like this. 27796 is the concatenation of the first five digits of the previous sequence created according to the rules 1 to 5 defined above. The digits of the sequence repeat when the 69th term is reached. The final two digits, 7 and 5, mark the end of the sequence because: Thus we have the same two digits, 2 and 7, that we started with. Figure 1 shows the progression of digits.
![]() |
Figure 1: permalink |
It can be considered that we are building a 68 digit number from a starting two digit number of 27. We might represent the number thus (with the superscript 7 representing the digit that is repeated and the overline indicating the cycle of 68 digits): The number builds as follows: If we start with and , as in the classic Fibonacci sequence, we still end up with a cycle of 68 and 7 is still the digit that's repeated. Here is the sequence (permalink) with Figure 2 showing the progression in graphical format:
[0, 1, 1, 2, 3, 5, 8, 3, 1, 4, 5, 9, 4, 3, 7, 7, 0, 7, 7, 7, 7, 4, 1, 5, 6, 1, 7, 7, 8, 5, 3, 8, 1, 9, 0, 9, 9, 8, 7, 7, 5, 2, 7, 7, 9, 6, 5, 1, 6, 7, 7, 3, 0, 3, 3, 6, 9, 5, 4, 9, 3, 2, 5, 7, 7, 2, 9, 1, 0]
![]() |
Figure 2: permalink |
It's easy to modify the algorithm so that a digit other than 7 gets repeated. Let's repeat the digit 6. In this case we end up with following 64 member looping sequence (permalink) with Figure 3 showing the progression in graphical format:
[2, 7, 9, 6, 6, 5, 1, 6, 6, 7, 3, 0, 3, 3, 6, 6, 9, 5, 4, 9, 3, 2, 5, 7, 2, 9, 1, 0, 1, 1, 2, 3, 5, 8, 3, 1, 4, 5, 9, 4, 3, 7, 0, 7, 7, 4, 1, 5, 6, 6, 1, 7, 8, 5, 3, 8, 1, 9, 0, 9, 9, 8, 7, 5]
![]() |
Figure 3: permalink |
This time we can consider that we are building a 64 digit number: The number builds as follows: Thus 27966 could similarly be described as the concatenation of the first five digits of the previous sequence created according to the rules 1 to 5 defined above. The digits of the sequence repeat when the 65th term is reached. There are many other combinations of digits that could be explored but the point of this post is that interesting number patterns can always be found with just a little scrutiny and imagination.
I've made two previous posts about numbers whose digits display Fibonacci-like properties. These posts are Additive Fibonacci-like Numbers in August 2024 and Consolidating Fibonacci-like Numbers in November of 2024. In the former post I looked at numbers like 28191 where the arithmetic digital root was invoked to reveal a Fibonacci-like progression: Here the digital root of the two previous digits determines the next digit which is then concatenated with the previous digits. This process again produces a looping sequence of digits and a 24 digit number that repeats endlessly (permalink): Alternatively, the digital root of all the previous digits can be used to determine the next digit. For example, 26875 where: In Consolidating Fibonacci-like Numbers, I considered numbers in base 10 that display Fibonacci-like properties when converted to other bases. I did not use digital roots for these cases, only digit sums. For example, 27802 in base 14: Related: The Pisano Period.
No comments:
Post a Comment