|
Fibonacci 24 Repeating Pattern
May 15, 2012 by Gary Meisner
The Fibonacci sequence has a pattern that repeats every 24 numbers.
Numeric reduction is a technique used in analysis of numbers in which all the digits of a number are added together until only one digit remains. As an example, the numeric reduction of 256 is 4 because 2+5+6=13 and 1+3=4.
Applying numeric reduction to the Fibonacci series produces an infinite series of 24 repeating digits:
1, 1, 2, 3, 5, 8, 4, 3, 7, 1, 8, 9, 8, 8, 7, 6, 4, 1, 5, 6, 2, 8, 1, 9
If you take the first 12 digits and add them to the second twelve digits and apply numeric reduction to the result, you find that they all have a value of 9.
1st 12 numbers |
1 |
1 |
2 |
3 |
5 |
8 |
4 |
3 |
7 |
1 |
8 |
9 |
2nd 12 numbers |
8 |
8 |
7 |
6 |
4 |
1 |
5 |
6 |
2 |
8 |
1 |
9 |
Numeric reduction – Add rows 1 and 2 |
9 |
9 |
9 |
9 |
9 |
9 |
9 |
9 |
9 |
9 |
9 |
18 |
Final numeric reduction – Add digits of result |
9 |
9 |
9 |
9 |
9 |
9 |
9 |
9 |
9 |
9 |
9 |
9 |
This pattern was contributed both by Joseph Turbeville and then again by a mathematician by the name of Jain.
We would expect a pattern to exist in the Fibonacci series since each number in the series encodes the sum of the previous two. What’s not quite so obvious is why this pattern should repeat every 24 numbers or why the first and last half of the series should all add to 9.
For those of you from the “Show Me” state, this pattern of 24 digits is demonstrated in the numeric reduction of the first 73 numbers of the Fibonacci series, as shown below:
Fibonacci Number
|
Numeric reduction by adding digits |
1st Level |
2nd Level |
Final Level |
Example: 2,584 |
2+5+8+4=19 |
1+9=10 |
1+0=1 |
0 |
0 |
0 |
0 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
2 |
2 |
2 |
2 |
3 |
3 |
3 |
3 |
5 |
5 |
5 |
5 |
8 |
8 |
8 |
8 |
13 |
4 |
4 |
4 |
21 |
3 |
3 |
3 |
34 |
7 |
7 |
7 |
55 |
10 |
1 |
1 |
89 |
17 |
8 |
8 |
144 |
9 |
9 |
9 |
233 |
8 |
8 |
8 |
377 |
17 |
8 |
8 |
610 |
7 |
7 |
7 |
987 |
24 |
6 |
6 |
1,597 |
22 |
4 |
4 |
2,584 |
19 |
10 |
1 |
4,181 |
14 |
5 |
5 |
6,765 |
24 |
6 |
6 |
10,946 |
20 |
2 |
2 |
17,711 |
17 |
8 |
8 |
28,657 |
28 |
10 |
1 |
46,368 |
27 |
9 |
9 |
75,025 |
19 |
10 |
1 |
121,393 |
19 |
10 |
1 |
196,418 |
29 |
11 |
2 |
317,811 |
21 |
3 |
3 |
514,229 |
23 |
5 |
5 |
832,040 |
17 |
8 |
8 |
1,346,269 |
31 |
4 |
4 |
2,178,309 |
30 |
3 |
3 |
3,524,578 |
34 |
7 |
7 |
5,702,887 |
37 |
10 |
1 |
9,227,465 |
35 |
8 |
8 |
14,930,352 |
27 |
9 |
9 |
24,157,817 |
35 |
8 |
8 |
39,088,169 |
44 |
8 |
8 |
63,245,986 |
43 |
7 |
7 |
102,334,155 |
24 |
6 |
6 |
165,580,141 |
31 |
4 |
4 |
267,914,296 |
46 |
10 |
1 |
433,494,437 |
41 |
5 |
5 |
701,408,733 |
33 |
6 |
6 |
1,134,903,170 |
29 |
11 |
2 |
1,836,311,903 |
35 |
8 |
8 |
2,971,215,073 |
37 |
10 |
1 |
4,807,526,976 |
54 |
9 |
9 |
7,778,742,049 |
55 |
10 |
1 |
12,586,269,025 |
46 |
10 |
1 |
20,365,011,074 |
29 |
11 |
2 |
32,951,280,099 |
48 |
12 |
3 |
53,316,291,173 |
41 |
5 |
5 |
86,267,571,272 |
53 |
8 |
8 |
139,583,862,445 |
58 |
13 |
4 |
225,851,433,717 |
48 |
12 |
3 |
365,435,296,162 |
52 |
7 |
7 |
591,286,729,879 |
73 |
10 |
1 |
956,722,026,041 |
44 |
8 |
8 |
1,548,008,755,920 |
54 |
9 |
9 |
2,504,730,781,961 |
53 |
8 |
8 |
4,052,739,537,881 |
62 |
8 |
8 |
6,557,470,319,842 |
61 |
7 |
7 |
10,610,209,857,723 |
51 |
6 |
6 |
17,167,680,177,565 |
67 |
13 |
4 |
27,777,890,035,288 |
73 |
10 |
1 |
44,945,570,212,853 |
59 |
14 |
5 |
72,723,460,248,141 |
51 |
6 |
6 |
117,669,030,460,994 |
65 |
11 |
2 |
190,392,490,709,135 |
62 |
8 |
8 |
308,061,521,170,129 |
46 |
10 |
1 |
498,454,011,879,264 |
72 |
9 |
9 |
Thanks to Joseph Turbeville for sending “A Glimmer of Light from the Eye of a Giant” and to Helga Hertsig for bringing Jain’s discovery of this pattern to my attention.
Filed Under: Math
https://www.goldennumber.net/fibonacci-24-pattern/ |
|
|
Primer Anterior 2 a 3 de 3 Siguiente Último |
|
Fibonacci 60 Repeating Pattern
October 30, 2016 by Gary Meisner
The last digit of the numbers in the Fibonacci Sequence form a pattern that repeats after every 60th number:
0, 1, 1, 2, 3, 5, 8, 3, 1, 4, 5, 9, 4, 3, 7, 0, 7, 7, 4, 1, 5, 6, 1, 7, 8, 5, 3, 8, 1, 9, 0, 9, 9, 8, 7, 5, 2, 7, 9, 6, 5, 1, 6, 7, 3, 0, 3, 3, 6, 9, 5, 4, 9, 3, 2, 5, 7, 2, 9, 1
This pattern can be seen in the following list of the first 72 Fibonacci numbers:
0 |
0 |
1 |
1 |
2 |
1 |
3 |
2 |
4 |
3 |
5 |
5 |
6 |
8 |
7 |
13 |
8 |
21 |
9 |
34 |
10 |
55 |
11 |
89 |
12 |
144 |
13 |
233 |
14 |
377 |
15 |
610 |
16 |
987 |
17 |
1,597 |
18 |
2,584 |
19 |
4,181 |
20 |
6,765 |
21 |
10,946 |
22 |
17,711 |
23 |
28,657 |
24 |
46,368 |
25 |
75,025 |
26 |
121,393 |
27 |
196,418 |
28 |
317,811 |
29 |
514,229 |
30 |
832,040 |
31 |
1,346,269 |
32 |
2,178,309 |
33 |
3,524,578 |
34 |
5,702,887 |
35 |
9,227,465 |
36 |
14,930,352 |
37 |
24,157,817 |
38 |
39,088,169 |
39 |
63,245,986 |
40 |
102,334,155 |
41 |
165,580,141 |
42 |
267,914,296 |
43 |
433,494,437 |
44 |
701,408,733 |
45 |
1,134,903,170 |
46 |
1,836,311,903 |
47 |
2,971,215,073 |
48 |
4,807,526,976 |
49 |
7,778,742,049 |
50 |
12,586,269,025 |
51 |
20,365,011,074 |
52 |
32,951,280,099 |
53 |
53,316,291,173 |
54 |
86,267,571,272 |
55 |
139,583,862,445 |
56 |
225,851,433,717 |
57 |
365,435,296,162 |
58 |
591,286,729,879 |
59 |
956,722,026,041 |
60 |
1,548,008,755,920 |
61 |
2,504,730,781,961 |
62 |
4,052,739,537,881 |
63 |
6,557,470,319,842 |
64 |
10,610,209,857,723 |
65 |
17,167,680,177,565 |
66 |
27,777,890,035,288 |
67 |
44,945,570,212,853 |
68 |
72,723,460,248,141 |
69 |
117,669,030,460,994 |
70 |
190,392,490,709,135 |
71 |
308,061,521,170,129 |
72 |
498,454,011,879,264 |
Lucien Khan arranged these 60 digits of the pattern in a circle, as shown in illustration below:

Here he found other interesting results:
- The zeros align with the 4 cardinal points on a compass.
- The fives align with the 8 other points of the 12 points on a clock.
- Except for the zeros, the number directly opposite each number adds to 10.
Lucien postulates that ancient knowledge of these relationships contributed to the development of our modern use of 60 minutes in an hour, and presentation of numbers on the face of the clock.
I found too that any group of four numbers that are 90 degrees from each other (15 away from each other in the circle) sum to 20, except again for the zeros. As an example, use 1, 7, 9 and 3, which appear one to the right of each of the compass points.
Additionally, every group of five numbers that define the points of the 12 pentagons on the circle also create a pattern. Four of the pentagons have even-numbered last digits of 0, 2, 4, 6, and 8. The remaining eight pentagons have odd-numbered last digits of 1, 3, 5, 7 and 9.

Another interesting pattern yet was observed by Lucien Khan: The 216th number is this sequence is 619220451666590135228675387863297874269396512. The sum of all the digits in that number add up to 216, as well. He notes that it is believed that the secret or hidden name of God contains 216 characters. There are many other fascinating relationships and sacred geometries, which are presented by Lucien Khan in more detail at the links below.
https://www.goldennumber.net/fibonacci-60-repeating-pattern/ |
|
|
|
|
|
|
REVELATION OF THE 24 ELDERS (Part 2)
By Leo Tavares
We will now look at the final section of this two-part study on the book of Revelation, which highlights my discovery of "The Hexagon Of Jesus Christ". Before reading Part 2, it is recommended that Part 1 be read first. This will give the reader a better understanding of the significance of the findings laid out here. In the end, no honest observer will be able to deny the mathematical evidence that I have uncovered.
THE HEXAGON OF JESUS CHRIST
The book of Revelation, the final book of the Bible, reveals that there are 24 Elders around the throne of God. The number 24 is the ONLY number where the sum of the squares up to a given number yields a square number (see here: Cannonball Problem). The square number that is produced happens to be the 70th square:
(1^2) + (2^2) + (3^2) + (4^2) + (5^2) +
(6^2) + (7^2) + (8^2) + (9^2) + (10^2) + (11^2) + (12^2) + (13^2) + (14^2) + (15^2) + (16^2) + (17^2) + (18^2) + (19^2) + (20^2) + (21^2) + (22^2) + (23^2) + (24^2) = 70^2
Again, this is the ONLY place (besides the trivial 1^2 = 1^2) where the sum of the squares up to a given number yields a square number. In the entire infinite family of numbers, this happens nowhere else. Thus, it is surely significant that the book of Revelation records 24 Elders around the throne of the One True God:
• There are 24 Elders around the throne of God
• The number 24 is the ONLY number that forms a perfect square number (through adding the consecutive squares up to a given number)
The sum of the squares up to 24 yields the 70th square. The book of Revelation records that there are 24 Elders and 4 Living Creatures around the throne of God:
• 24 Elders around the throne
• 4 Living Creatures around the throne
Therefore, we have the following flawless perfection, which was revealed to me through the mathematical excellence of Jesus Christ: The SQUARE ROOT of 24 = 4 followed by a decimal point and the 70th digit after the decimal point begins the FIRST instance of the sequence 754 in the SQUARE ROOT of 24 …
SQUARE ROOT of 24 =
4.89897948556635619639
4568149411782783931894
9613133402568653851345
01920754
The COMPOSITE ORDER of 754 = 620 and the 754th COMPOSITE NUMBER = 910 (the Composite numbers can be referenced here: Composite Numbers). Amazingly, the sum of the SQUARES of the first 70 decimal digits in the SQUARE ROOT of 24 (after the decimal point) = 2284 = (620 + 754 + 910)! …
1) 8^2 = 64
2) 9^2 = 81 3) 8^2 = 64 4) 9^2 = 81 5) 7^2 = 49 6) 9^2 = 81 7) 4^2 = 16 8) 8^2 = 64 9) 5^2 = 25 10) 5^2 = 25 11) 6^2 = 36 12) 6^2 = 36 13) 3^2 = 9 14) 5^2 = 25 15) 6^2 = 36 16) 1^2 = 1 17) 9^2 = 81 18) 6^2 = 36 19) 3^2 = 9 20) 9^2 = 81 21) 4^2 = 16 22) 5^2 = 25 23) 6^2 = 36 24) 8^2 = 64 25) 1^2 = 1 26) 4^2 = 16 27) 9^2 = 81 28) 4^2 = 16 29) 1^2 = 1 30) 1^2 = 1 31) 7^2 = 49 32) 8^2 = 64 33) 2^2 = 4 34) 7^2 = 49 35) 8^2 = 64 36) 3^2 = 9 37) 9^2 = 81 38) 3^2 = 9 39) 1^2 = 1 40) 8^2 = 64 41) 9^2 = 81 42) 4^2 = 16 43) 9^2 = 81 44) 6^2 = 36 45) 1^2 = 1 46) 3^2 = 9 47) 1^2 = 1 48) 3^2 = 9 49) 3^2 = 9 50) 4^2 = 16 51) 0^2 = 0 52) 2^2 = 4 53) 5^2 = 25 54) 6^2 = 36 55) 8^2 = 64 56) 6^2 = 36 57) 5^2 = 25 58) 3^2 = 9 59) 8^2 = 64 60) 5^2 = 25 61) 1^2 = 1 62) 3^2 = 9 63) 4^2 = 16 64) 5^2 = 25 65) 0^2 = 0 66) 1^2 = 1 67) 9^2 = 81 68) 2^2 = 4 69) 0^2 = 0 70) 7^2 = 49
SQUARE SUM = 620 + 754 + 910
620th COMPOSITE NUMBER = 754
754th COMPOSITE NUMBER = 910
Keep in mind that 754 is the ONLY number, in the entire infinite family of numbers, that produces 2284 (by adding any given Composite number with its Composite order and the Composite number indexed to it). I have coined this amazing discovery “The 24/70 Square Code”.
Genesis 1:1 is the foundation of Biblical Numerics and the PRIME FACTORS of Genesis 1:1 = 37 × 73. The mathematical signature of “Jesus Christ” is deeply connected to 37. Therefore, the following mathematical sum is significant indeed:
754 + (373 + 3773) = 70^2
We have the following mathematical fact as well (a running sum of Composite numbers can be referenced here: OEIS.org):
754 + 70th PRIME NUMBER = Sum of first 37 COMPOSITE NUMBERS (1103)
Keep in mind that the Ordinal Hebrew value of “Jesus Christ” (115) = The 37th number that is the product of two PRIME NUMBERS (see here: OEIS.org) and the Standard Hebrew value of “Jesus Christ” (754) = The 37th number that is the sum of two distinct SQUARE NUMBERS in two ways (see here: OEIS.org).
Tad Gallion discovered an amazing pattern that links the entire infinite sequence of Prime/Composite numbers to the number 24, which he has coined the “Prime Hexagon”. It is entirely formed by following a precise Prime/Composite pattern. For an explanation of the logic behind its formation, see here: Prime HexagonPrime numbers are essentially the numerical “building blocks” of Composite numbers. The “Prime Hexagon” contains all Prime/Composite numbers within itself (the number 1 is excluded, as it is neither Prime or Composite and divides every number). Remarkably, the “Prime Hexagon” is founded on 24 Triangles and ALL Prime/Composite numbers cycle through these 24 Triangles. Hence, the number 24 is UNIQUELY connected to the infinite sequence of natural numbers (which are divided into Prime/Composite numbers). Here are the first 24 numbers that fill the 24 Triangles within the “Prime Hexagon”:
Notice that the Prime Hexagon is rooted in GEOMETRY (it is rooted in 24 Triangles, with the Triangle itself being the very first Polygonal shape). This Prime Hexagon actually serves as a GEOMETRIC UNITY between the infinite series of Prime numbers and the infinite series of Centered Polygonal numbers (Centered Polygonal numbers are specific numbers that form perfect Polygonal shapes). This is due to the following mathematical fact: ALL Prime numbers that are Centered Polygonal numbers appear on a symmetric Triangular pattern within the Prime Hexagon (without a single exception!):
PRIME POLYGONAL PORTALS

Given that ALL Prime numbers with Centered Polygonal symmetry appear on this Triangular pattern within the Prime Hexagon (without a single exception), I am referring to this Triangular pattern as the “Prime Polygonal Portals”. Keep in mind that there are an infinite number of Prime numbers and an infinite number of Centered Polygonal numbers (the Prime numbers can be referenced here: Prime Numbers and the Centered Polygonal numbers can be referenced here: Centered Polygonal Numbers). What's more, the Prime Hexagon itself is inherently GEOMETRIC (being founded on 24 Triangles that encompass the entire infinite series of Prime/Composite numbers). Not only does the “Prime Hexagon” serve as a perfectly symmetric union between Prime numbers and Centered Polygonal numbers, I will show how it ties in with the patterns we saw that link the mathematical signature of “Jesus Christ” (754) with “The 24/70 Square Code”. The number 24 is UNIQUELY connected to the infinite series of Prime/Composite numbers (through the logical sequence forming the 24 Triangles of the Prime Hexagon). The number 24 is the ONLY number where the sum of the SQUARES up to a given number yields a SQUARE (70^2) and the SQUARE ROOT of 24 is encoded with the Standard Hebrew value of “Jesus Christ” (754). Therefore, it is only fair and just that the sum of the SQUARES of the digits in the 24 numbers that first fill the 24 Triangles of the Prime Hexagon = 754! Here are the 24 numbers that first fill up the 24 Triangles within the “Prime Hexagon”: 1) 2 2) 3 3) 4 4) 5 5) 6 6) 7 7) 8 8) 9 9) 10 10) 11 11) 12 12) 13 13) 14 14) 15 15) 16 16) 17 17) 18 18) 19 19) 26 20) 27 21) 32 22) 33 23) 50 24) 51Here are the SQUARES of their digits: 1) 2^2 = 4 2) 3^2 = 9 3) 4^2 = 16 4) 5^2 = 25 5) 6^2 = 36 6) 7^2 = 49 7) 8^2 = 64 8) 9^2 = 81 9) 1^2 + 0^2 = 1 10) 1^2 + 1^2 = 2 11) 1^2 + 2^2 = 5 12) 1^2 + 3^2 = 10 13) 1^2 + 4^2 = 17 14) 1^2 + 5^2 = 26 15) 1^2 + 6^2 = 37 16) 1^2 + 7^2 = 50 17) 1^2 + 8^2 = 65 18) 1^2 + 9^2 = 82 19) 2^2 + 6^2 = 40 20) 2^2 + 7^2 = 53 21) 3^2 + 2^2 = 13 22) 3^2 + 3^2 = 18 23) 5^2 + 0^2 = 25 24) 5^2 + 1^2 = 26
|
|
|
|
|
SQUARED DIGIT SUM = 754
Am I justified in adding the SQUARED DIGITS of these 24 numbers? Most definitely! In fact, mathematical truth DEMANDS that we sum the SQUARED DIGITS of the first 24 numbers that fill the 24 Triangles in the Prime Hexagon. For as we saw in Part 1, the SQUARED DIGIT SUM of every single number, in the entire infinite family of numbers, will ALWAYS end up in either the number 1 or a 4-staged cycle between the 24th Prime number (89) and the number 4 (which cycles to infinity). You can verify this yourself with any random number: Keep adding the SQUARED DIGITS of any given number and you will eventually end up with the number 1 or the following 4-staged cycle between the 24th Prime number and the number 4 (without a single exception) ...
89 (8^2 + 9^2 = 145)
145 (1^2 + 4^2 + 5^2 = 42)
42 (4^2 + 2^2 = 20)
20 (2^2 + 0^2 = 4)
4 (4^2 = 16)
16 (1^2 + 6^2 = 37)
37 (3^2 + 7^2 = 58)
58 (5^2 + 8^2 = 89)
89 (8^2 + 9^2 = 145)
Recall again how 754 itself is linked to SQUARE NUMBERS through the flawless number 37 (754 = The 37th number that is the sum of two distinct SQUARES in two ways). The Ordinal Hebrew numerical value of “Jesus Christ” = 115 and the Ordinal Greek numerical value of “Jesus Christ” = 205. Therefore, we have even further perfection:
• The 115th number that is the sum two SQUARES in one or more ways = The 70th Prime number (see here: OEIS.org)
• The 70th number that is the sum of two SQUARES in one or more ways = 205 (see here: OEIS.org)
We saw how the SQUARED DIGITS of the numbers derived from the 24 Triangles of the Prime Hexagon = 754. Amazingly, the SQUARED DIGITS of 754 (49, 25 and 16) forms a Triangle that culminates in the Ordinal Hebrew value of “Jesus Christ” (115), which is the 37th number that is the product of two Primes. Further, the sum of this Triangle with the “Capstone” removed = The Ordinal Greek value of “Jesus Christ” (205). I have coined this discovery “The Vertical Sum Triangle Of Jesus Christ” (notice that every number above the Base is the sum of the two numbers directly beneath it):
CAPSTONE REMOVED = 205
BASE = 7^2 + 5^2 + 4^2
Observe how the symmetry of the Prime Hexagon itself entails the pattern of 24 and 4:
• There are 24 Elders and 4 Living Creatures around the throne of God
• The “Prime Hexagon” consists of 24 Triangles and 4 rows
The Prime Hexagon consists of 24 Triangles, which are divided into 12 STANDING Triangles and 12 INVERTED Triangles. We just saw how it forms precisely 4 rows. Remarkably, these numbers of the Prime Hexagon, which houses a symmetric placement of all Primes that yield Centered Polygonal geometry, actually point to the fundamental nature of the universe: There are precisely 24 Fermions, which are the fundamental particles of the universe (see here: Fermions) and they are divided into 12 particles and 12 corresponding antiparticles. Further, there are precisely 4 fundamental forces of nature: Gravitational Force, Electromagnetic Force, Strong Nuclear Force and Weak Nuclear Force (see here: Fundamental Forces) ...
24 FUNDAMENTAL PARTICLES
(12 particles + 12 antiparticles)
4 FUNDAMENTAL FORCES
If you recall from Part 1, each of the 24 fundamental particles of the universe also consists of 4 components (see here: Four-spinors):
24 FUNDAMENTAL PARTICLES
4 FERMION COMPONENTS
The Fibonacci number series is intimately related to the Golden Ratio, which even secular scientists grant is found throughout the natural world. Given how the entire sequence of Prime/Composite numbers can be visually represented with 24 Triangles that cycle to infinity, it is a remarkable fact indeed that the Fibonacci number series contains a Digital Root cycle of 24 digits that repeat to infinity (see here: Fibonacci Digital Root Cycle) …
FIBONACCI NUMBERS = DIGITAL ROOT CYCLE OF 24 DIGITS (that cycle to infinity):
112358437189887641562819 112358437189887641562819 112358437189887641562819 … to infinity The 24th Prime number = 89. Recall how the reciprocal of the 24th Prime (1/89) actually yields the Fibonacci number series to infinity (see here: The 24th Prime):
24th PRIME = 89
1/89 = .01 + .001 + .0002 + .00003 + .000005 + .0000008 + .00000013 … to infinity
As far as I'm aware, I am the first to make the connection between the Fibonacci cycle of 24 and the fact that the reciprocal of the 24th Prime yields the entire Fibonacci number series (and how it all ties in with the 24 foundational Triangles of the “Prime Hexagon”). Clearly, the one who is seated on the throne (encircled by the 24 Elders) is a Supreme Mathematician. It is very likely that he would have imparted this mathematical knowledge to the original head of the human family (Adam). Hence, the ancients divided the day into 24 hours (as we do to this very day).
We saw in Part 1 how the sum of the PRIMES indexed to the first 144 decimal digits of Pi = The Standard Greek value of “CHRIST” (1480). Thus, we are faced with the following indestructible fact: The 144th decimal digit of Pi (after the decimal point) is immediately followed by the FIRST occurrence of the sequence 408, which is the sum of the “PRIME HEXAGON”!
Here are the first 24 numbers that fill the 24 Triangles of the “Prime Hexagon”:
1) 2 2) 3 3) 4 4) 5 5) 6 6) 7 7) 8 8) 9 9) 10 10) 11 11) 12 12) 13 13) 14 14) 15 15) 16 16) 17 17) 18 18) 19 19) 26 20) 27 21) 32 22) 33 23) 50 24) 51 TOTAL SUM = 408“Pi POSITION” OF 408 FOLLOWS 144th Pi Digit (verify here: Pi Position Calculator)
Surely we have not forgotten that the SQUARED DIGITS in these 24 values of the “Prime Hexagon” yield the Standard Hebrew numerical value of “Jesus Christ” (754). Thus, it is only fair and just that the sum of the first 24 decimal digits of Pi (after the decimal point) = The Ordinal Hebrew numerical value of “Jesus Christ” (115) …
FIRST 24 Pi DIGITS (after decimal point):
14159265 35897932 38462643
TOTAL SUM = 115
When the SQUARE of Pi is divided by 24, it yields the entire infinite sum of the SQUARES of the reciprocals of even numbers. We are therefore faced with the reality that the entire infinite series of even numbers emanates directly from the divine being of Jesus Christ (the very source of mathematics):
Pi^2/24 = (1/2^2) + (1/4^2) + (1/6^2) + (1/8^2) + (1/10^2) + (1/12^2) … to infinity
We saw how the Prime Hexagon unlocks an infinite unity between the Prime/Centered Polygonal numbers through the number 24. Another way I realized that the Primes are intimately tied to the number 24 has to do with the Left-Truncatable Primes. A Left-Truncatable Prime is a Prime number where if you keep truncating all the digits in any given Prime from the left side, each successive step yields another Prime number. There are exactly 4260 Left-Truncatable Prime numbers (see here: Truncatable Primes). The remarkable thing is the fact that the HIGHEST possible Left-Truncatable Prime is a 24 digit number. Further, it is the ONLY Left-Truncatable Prime with 24 digits. This gives us a shocking result: Out of the entire INFINITE family of Prime numbers, the HIGHEST possible Left-Truncatable Prime yields precisely 24 Prime numbers and is the ONLY Left-Truncatable Prime that yields 24 Prime numbers. Here are the 4260 Left-Truncatable Primes: OEIS.org
HIGHEST LEFT-TRUNCATABLE PRIME = 24 DIGITS:
357,686,312,646,216,567,629,137
As we already saw, the sum of the first 24 numbers that fill the 24 Triangles in the Prime Hexagon is 408. The Prime Hexagon houses a hidden geometry of PRIME NUMBERS (namely, Primes with Centered Polygonal symmetry). Prime numbers are the numerical “building blocks” of Composite numbers. Remarkably, the sum of the first 24 COMPOSITE NUMBERS = The 408th COMPOSITE NUMBER (505). This can be verified here: OEIS.org
SUM OF FIRST 24 COMPOSITE NUMBERS = 408th COMPOSITE NUMBER
There are 24 Elders and 4 Living Creatures around the throne of the God of mathematics. I showed how the SQUARED DIGIT SUM of the 24 numbers in the Prime Hexagon = 754. I also discovered the following amazing fact: The SQUARED DIGIT SUM of the first 24 numbers with 4 divisors = 754 + 408! Here are the first 24 numbers that have exactly 4 divisors …
1) 6
2) 8 3) 10 4) 14 5) 15 6) 21 7) 22 8) 26 9) 27 10) 33 11) 34 12) 35 13) 38 14) 39 15) 46 16) 51 17) 55 18) 57 19) 58 20) 62 21) 65 22) 69 23) 74 24) 77
Here are the SQUARES of their digits:
1) 6^2 = 36 2) 8^2 = 64 3) 1^2 + 0^2 = 1 4) 1^2 + 4^2 = 17 5) 1^2 + 5^2 = 26 6) 2^2 + 1^2 = 5 7) 2^2 + 2^2 = 8 8) 2^2 + 6^2 = 40 9) 2^2 + 7^2 = 53 10) 3^2 + 3^2 = 18 11) 3^2 + 4^2 = 25 12) 3^2 + 5^2 = 34 13) 3^2 + 8^2 = 73 14) 3^2 + 9^2 = 90 15) 4^2 + 6^2 = 52 16) 5^2 + 1^2 = 26 17) 5^2 + 5^2 = 50 18) 5^2 + 7^2 = 74 19) 5^2 + 8^2 = 89 20) 6^2 + 2^2 = 40 21) 6^2 + 5^2 = 62 22) 6^2 + 9^2 = 117 23) 7^2 + 4^2 = 65 24) 7^2 + 7^2 = 98
SQUARED DIGIT SUM = 754 + 408
In Part 1, I showed how the mathematical pattern of 24 consistently yields a 12 + 12 pattern. We see this very same pattern in the Prime Hexagon:
• Prime Hexagon consists of 12 STANDING Triangles
• Prime Hexagon consists of 12 INVERTED Triangles
This leads to the culmination of this entire study on the 24 Elders of the book of Revelation: I discovered that when we take the 24 values extracted from the squared digits in the first 24 numbers with 4 divisors and divide them into two groups of 12, they yield a perfect symmetric division of 754 + 408! …
Take the first set of 12 values and place the first 9 in the 9 outer STANDING TRIANGLES (going clock-wise) and the next 3 in the 3 inner STANDING TRIANGLES (going clock-wise):
36 - 64 - 1 - 17 - 26 - 5 - 8 - 40 - 53 - 18 - 25 - 34
Take the second set of 12 values and place the first 9 in the 9 outer INVERTED TRIANGLES (going clock-wise) and the next 3 in the 3 inner INVERTED TRIANGLES (going clock-wise):
73 - 90 - 52 - 26 - 50 - 74 - 89 - 40 - 61 - 117 - 65 - 98
I realized that when we use this method of placing the order of these 24 values in the form of a Hexagon (a method that entails the Biblical phenomenon of “MIRROR LOGIC”), it yields a perfect symmetry that divides into 754 + 408. I have coined this amazing discovery, which is ultimately derived from the mathematics of the culminating book of the Bible (the book of Revelation), “The Hexagon Of Jesus Christ”:
THE HEXAGON OF JESUS CHRIST
RED SYMMETRY = 754
BLUE SYMMETRY = 408
There are 24 Elders and 4 Living Creatures around the throne of God. The 24 values in “The Hexagon Of Jesus Christ” are derived from the first 24 numbers with exactly 4 divisors. Notice that the blue symmetry, which sums to 408, entails 4 pairs of MIRRORED TRIANGLES (4 pairs of Standing/Inverted Triangles):
HEXAGON = 24 TRIANGLES
HEXAGON = 4 ROWS BLUE SYMMETRY = 4 PAIRS OF MIRRORED TRIANGLES
Snowflakes are rooted in the geometry of a HEXAGON. Every individual snowflake has a unique structure. Likewise, every individual human being is a unique soul who is created in the image of God. We see clearly how the Supreme Mathematics of the book of Revelation identifies Jesus Christ as the one who is seated on the throne. Every number, in the entire infinite family of numbers, has no choice but to bow down at his name.
The Standard Hebrew numerical value of “Jesus Christ” = 754 and the sum of the first 24 numbers that fill the 24 Triangles of the “Prime Hexagon” = 408. Observe how the sum of these two numbers actually takes us back to the very beginning (through the very same “MIRROR LOGIC” that we saw in the construction of “The Hexagon Of Jesus Christ”):
• Genesis 1:1 = 2701 = 37 × 73 and 2701 + 1072 = 3773
• 754 + 408 = 1162 and 1162 + 2611 = 3773The Standard Hebrew value of "Jesus Christ" = 754 and the Standard Greek value of "Christ" = 1480. This leads to further confirmation that “The Hexagon Of Jesus Christ” points back to the Prime Factors of Genesis 1:1 through a feature that is inherent to the mathematics of Genesis 1:1 itself (the feature of Digital Reflections): THE HEXAGON OF JESUS CHRIST = 754 + 408754 + 408 = 1162 and 1162 + 2611 = 3773
1480 - 408 = 1072 and 1072 + 2701 = 3773
CONCLUSION:
The numbers openly highlighted in the book of Revelation points to a higher knowledge of mathematics, which highlights visual symmetries that are inherent in mathematics. Therefore, mathematics itself is rooted in a Supreme Mind (since visual symmetry presupposes vision and vision presupposes conscious awareness). What's more, this body of mathematics, rooted in the Cipher of the 24 Elders/4 Living Creatures of the book of Revelation, verifies the identity of this Supreme Mind (in the divine person of Jesus Christ).
Battalion Of Christ,
Leo Tavares
|
https://sites.google.com/site/mathematicalmonotheism/revelation-of-the-24-elders-part-1/revelation-of-the-24-elders-part-2 |
|
|
|
Fibonacci Fun
Here are some illustrations by myself and others, dealing with the Fibonacci sequence and the Golden Number, Phi.

A few months ago, I noticed the exponents of Phi encode the Fibonacci sequence.


The sequence gets closer to the golden number the larger the numbers get. This will work with any two starting numbers, like say 91 and 432, for example. You’ll find the same ratio emerge if you keep adding them together. (91+432 = 523, then, 432+523=955, etc) Already we are at 1.8 to 1. (955/523) A handful more steps and we’ll have Phi to more than 99.999% accuracy.

???? If you had a million phalanges, your hand would look like King Midas.

Jain108 made a post on how, if you start with 2 and 10, you arrive at the actual numbers found in the exponents of Phi. Remember exponents are simply the number multiplied by itself n number of times. Phi cubed, or Phi to the third power, is just Phi x Phi x Phi. (1.618 x 1.618 x 1.618 = 4.236) See that was easy, now stop complaining how you’re bad at math.

Phi to the negative power is the same as saying, one divided by the Phi cubed, or whatever.
Here’s some different ways to say the same thing.
This does an excellent job of explaining where all these freaking numbers come from. (img Scott Onstott)
Circles of Fibonacci. Magenta and green cancel out and make gold
Sam Kutler found the golden number in concentric circles.
The outer ring shows the 24 digit pattern(digital roots), the inner the 60 digit pattern(last number).
Lucien Khan rediscovered the 60 digit repeat pattern.
Fibonacci Patterns
Fibonacci sequence hidden in ordinary division problem: If you divide 1 by 999,999,999,999,999,999,999,999,999,999,999,999,999,999,999,999 (that’s 999 quattuordecillion), the Fibonacci sequence pops out.

Chad Adam’s Extended Fibonacci Series

Like I said, you can start a Fibonacci sequence with any two numbers. If you begin with the numbers 1-9, some interesting things happen.

by Chad Adams

See how the numbers match up?
The Platonic Solids

back to the 60 digit pattern….
The Fibonacci Sequence, starting at the 60th number in the sequence. See the pattern? Just look at the last digit in each number of the sequence. [after 8 is 3 because the last digit in 13(5+8) is 3]

The Colorado State Flag
Is it just me or is Colorado’s state seal illuminaty as all hell?

Don’t even go to Denver International Airport.

I did an article on Decoding the Dollar, and found the leaves on the left side of the buck encode the fib seq. with 2,3,5,8.


The name ‘Fi-Bonacci'(Man of cheer) comes from Leonardo’s old man who could always make the town laugh.

Leonardo de Pisa, the guy we call ‘Fibonacci”, actually had his own value for π, which was 864/275, or 3.141818181818…. (Phi = 1.618..)


I talk about this more here..
The Fibonacci numbers reduced to one digit through digital parity. (21 is 3 because 2+1=3)
This is the number and sequence of numbers that God choose to use to structure all life and creation.
https://joedubs.com/fibonacci-fun/ |
|
|
|
ISLA SAN GIORGIO (VENECIA)=GEORGE LEMAITRE
GEMATRIA EN INGLES DE SEED=33
GEMATRIA EN INGLES DE GATE=33
SARA (CE-SAREA DE FILIPO)=PARALELO 33






Nebulosa Cabeza de Caballo
De Wikipedia, la enciclopedia libre
Nebulosa Cabeza de Caballo |
 |





 |
¿SANTA CENA FUE EN LA CASA DE MARIA (JUAN MARCOS)? |
184 |
BARILOCHENSE6999 |
06/11/2019 17:01 |
 |
¿MARCOS 13:32 ES EL VERSICULO MAS MASONICO Y ESOTERICO DE TODA LA BIBLIA? |
14 |
BARILOCHENSE6999 |
06/11/2019 17:00 |
 |
¿EL MATEMATICO MARK WOLLUM (NEXO JUAN MARCOS=JOHN MARK) DA EL VERDADERO PI? |
14 |
BARILOCHENSE6999 |
06/11/2019 17:00 |
 |
LA "MAQUINA DEL TIEMPO" DEL VATICANO ESTA CONECTADA CON VENECIA / JUAN MARCOS |
190 |
BARILOCHENSE6999 |
06/11/2019 17:00 |
 |
SAN MARCOS (GUERRERO/MEXICO)=MARTE/GUERRA/MARTILLO/GRIAL |
82 |
BARILOCHENSE6999 |
06/11/2019 16:59 |
 |
PHOBOS/DEIMOS=AFRODITA (ABRIL)=CUERNOS DEL TORO=911=MARTE (MARCOS) |
23 |
BARILOCHENSE6999 |
06/11/2019 16:59 |
 |
ISIS-HORUS-SET=APOCALIPSIS 12=SAN MIGUEL ARCANGEL=MARTE/APOLO/HORUS/MARCOS |
53 |
BARILOCHENSE6999 |
06/11/2019 16:59 |
 |
SAN MARCOS SUD, EN LA ARGENTINA, CASI EN EL PARALELO 33 |
17 |
BARILOCHENSE6999 |
06/11/2019 16:58 |
 |
METRO GOLDWYN MAYER-SAN MARCOS-BEVERLY HILLS-PARALELO 33 |
159 |
BARILOCHENSE6999 |
06/11/2019 16:58 |
 |
SAULO DE TARSO=PABLO=PEQUEÑO=LOBO=PERRO=SIRIO=BENJAMIN=MARTE=GUERRA=MARCOS |
74 |
BARILOCHENSE6999 |
06/11/2019 16:58 |
 |
CONEXION 33, SERPIENTE, $,NUMERO 19, CESAR, SANTO GRIAL,SALOMON, EEUU,ROMA,ETC |
159 |
BARILOCHENSE6999 |
06/11/2019 16:51 |
 |
GLORIA A DIOS, SAULO DE TARSO ERA CIUDADANO ROMANO-HECHOS 22:25 |
5 |
BARILOCHENSE6999 |
06/11/2019 16:50 |
 |
JUAN MARCOS, APOSTOL DE LOS GENTILES (JUAN/HEBREO MARCOS/ROMANO) |
30 |
BARILOCHENSE6999 |
06/11/2019 16:50 |
 |
¿ALBERT EINSTEIN ERA CATOLICO APOSTOLICO ROMANO? |
113 |
BARILOCHENSE6999 |
06/11/2019 16:50 |
 |
LA TEORIA DEL TODO (TODOS LOS CAMINOS CONDUCEN A ROMA) |
26 |
BARILOCHENSE6999 |
06/11/2019 16:49 |
 |
TODOS LOS CAMINOS CONDUCEN A ROMA Y TODOS LOS CAMINOS CONDUCEN AL GRIAL |
282 |
BARILOCHENSE6999 |
06/11/2019 16:49 |
 |
GLORIA A DIOS EL PADRE TODOPODEROSO QUE TODOS LOS CAMINOS CONDUCEN A ROMA |
67 |
BARILOCHENSE6999 |
06/11/2019 16:49 |
 |
DIA DE MARIA MAGDALENA Y SU RELACION CON MARTE Y EL METRO |
29 |
BARILOCHENSE6999 |
06/11/2019 16:48 |
 |
ESCALERA DE JACOB=SANTIAGO (JACOBO)="AGUJERO DE GUSANO"=CASA Y PUERTA DE DIOS |
63 |
BARILOCHENSE6999 |
06/11/2019 16:46 |
 |
IGLESIA SAN MARCOS/CAMINO DE SANTIAGO/CONSTELACION DEL CISNE/CYGNUS/GEMINIS |
136 |
BARILOCHENSE6999 |
06/11/2019 16:45 |
 |
MARIA DE SALOME, MADRE DE JUAN Y SANTIAGO, SU DIA ES EL 22 DE OCTUBRE |
7 |
BARILOCHENSE6999 |
06/11/2019 16:45 |
 |
MARIA DE SALOME, MADRE DE SANTIAGO Y JUAN=22 DE OCTUBRE=SAN JUAN PABLO II |
6 |
BARILOCHENSE6999 |
06/11/2019 16:44 |
 |
TRANSFIGURACION=33=PARALELO 33=CRISTO, ELIAS Y MOISES; JUAN, PEDRO Y SANTIAGO |
598 |
BARILOCHENSE6999 |
06/11/2019 16:44 |
 |
NEBULOSA CABEZA DE CABALLO O BARNARD 33 (B33)-CONTELACION DE ORION |
27 |
BARILOCHENSE6999 |
06/11/2019 16:37 |
 |
PROVERBIOS 21:31="CABALLO DE TROYA"=VENUS=VICTORIA=GRIAL |
40 |
BARILOCHENSE6999 |
06/11/2019 16:37 |
 |
CABALLO DE TROYA (MARCO ASTRONOMICO)=CYGNUS="VIAJES EN EL TIEMPO"=SANTIAGO |
79 |
BARILOCHENSE6999 |
06/11/2019 16:37 |
 |
¿PORQUE LA RELACION DEL VATICANO CON LOS "VIAJES EN EL TIEMPO"? |
34 |
BARILOCHENSE6999 |
06/11/2019 16:34 |
 |
MATEO 16:18=VATICANO="AGUJERO DE GUSANO"="TRASLACION EN EL TIEMPO"=MANZANA |
135 |
BARILOCHENSE6999 |
06/11/2019 16:34 |
 |
¿PORQUE 2*SEN 666=1.618033? -OBVIO NEXO VATICANO CON ONDA SINUSOIDAL/SAN ANGELO |
98 |
BARILOCHENSE6999 |
06/11/2019 16:33 |
 |
MATEO 16:18-VATICANO=WASHINGTON D.C=MASONERIA=SAN MARCOS=LIBERTAD |
232 |
BARILOCHENSE6999 |
06/11/2019 16:33 |
 |
VATICANO-CASTILLO SAN ANGELO (VENUS=VENECIA=MANZANA DE ORO)-NUMERO PHI=1.618 |
88 |
BARILOCHENSE6999 |
06/11/2019 16:33 |
 |
TRANSFIGURACION=TRASLACION EN EL TIEMPO=PEDRO=PIEDRA=VATICANO=EINSTEIN |
77 |
BARILOCHENSE6999 |
06/11/2019 16:32 |
 |
PIRAMIDE DEL VATICANO="EXPERIMENTO FILADELFIA"="MAQUINA DEL TIEMPO"=SANTA CENA |
1043 |
BARILOCHENSE6999 |
06/11/2019 16:32 |
 |
MARIA DE LA VICTORIA=MAGDALENA=ISHTAR GATE=EAST GATE=SILVER GATE=VATICANO |
119 |
BARILOCHENSE6999 |
06/11/2019 16:32 |
 |
MISTERIO DE NUESTRA FE=MISA CATOLICA=ROSWELL=PARALELO 33=PASO/PESAJ/PASCUA=GRIAL |
106 |
BARILOCHENSE6999 |
06/11/2019 16:31 |
 |
JOSE DE SAN MARTIN, FRANC MASON, PARALELO 33 Y LOS VIAJES EN EL TIEMPO |
12 |
BARILOCHENSE6999 |
06/11/2019 16:31 |
 |
VICTORIA (MESOPOTAMIA ARGENTINA)=PARALELO 33=CIUDAD DE 7 COLINAS=FILADELFIA |
89 |
BARILOCHENSE6999 |
06/11/2019 16:22 |
 |
PIRAMIDE EN MARTE-RELACION CON EL SANTO GRIAL-SECRETO MASONICO |
169 |
BARILOCHENSE6999 |
06/11/2019 16:20 |
 |
EXPERIMENTO FILADELFIA=22 DE JULIO=DIA DE MARIA LA MAGDALENA |
1093 |
BARILOCHENSE6999 |
06/11/2019 16:17 |
 |
25 DE JULIO (DIA DE SANTIAGO)-NEXO TRANSFIGURACION-CARA OCULTA EN MARTE |
51 |
BARILOCHENSE6999 |
06/11/2019 16:12 |
 |
ESPOSA DE PIÑERA, SANTIAGO DE CHILE, PARALELO 33, "INVASION ALIENIGENA" |
33 |
BARILOCHENSE6999 |
06/11/2019 16:08 |
 |
¿CUAL ES EL SECRETO DEL ROSWELL, PARALELO 33, CON EL CODIGO DA VINCI? |
60 |
BARILOCHENSE6999 |
06/11/2019 16:07 |
 |
YHWH TAMBIEN ES DIOS DE LOS EXTRATERRESTRES-CONEXION ROSWELL-MONTE HERMON |
452 |
BARILOCHENSE6999 |
06/11/2019 16:07 |
 |
CARLOS GARDEL, MURIO, EL 24 DE JUNIO, EN COLOMBIA (DIA DE JUAN EL BAUTISTA) |
35 |
BARILOCHENSE6999 |
06/11/2019 15:57 |
 |
FUNDACION DE LA MASONERIA EL 24 DE JUNIO, DIA DE JUAN EL BAUTISTA |
22 |
BARILOCHENSE6999 |
06/11/2019 15:57 |
 |
ERA O NO ERA JUAN EL BAUTISTA EL PROFETA ELÍAS |
7 |
BARILOCHENSE6999 |
06/11/2019 15:56 |
 |
OANNES SUMERIO=SEÑAL DE JONAS=JUAN EL BAUTISTA=VESICA PISCIS=JUAN MARCOS=PUERTA |
32 |
BARILOCHENSE6999 |
06/11/2019 15:56 |
 |
JUAN XXIII (PAPA DE VENECIA=JUAN MARCOS) TUVO CONTACTO CON EXTRATERRESTRES |
14 |
BARILOCHENSE6999 |
06/11/2019 15:52 |
 |
BENEDICTO XVI, RELACIONA EL GRIAL CON EL PARALELO 33 (TRANSFIGURACION) |
40 |
BARILOCHENSE6999 |
06/11/2019 15:50 |
 |
¿EL TIEMPO ES ALGO VIRTUAL O UNA ILUSION? (PREGUNTA PARA ROMPERSE LA CABEZA) |
13 |
BARILOCHENSE6999 |
06/11/2019 15:48 |
|
|
|
Primer
Anterior
11 a 25 de 85
Següent
Darrer
|