This pattern applies the same fixed operation to two independently calculated totals for every word: add 7 to the word’s alphabet-position total and add 7 to its traditional Hebrew value. For six consecutive words, both adjusted totals are divisible by 3. The first word is the only exception.
For each of the seven Hebrew words:
Calculate its Hebrew alphabet-position total.
Calculate its traditional Hebrew value.
Add 7 separately to both totals.
Test whether both adjusted totals are divisible by 3.
A word qualifies only when both tests succeed.
| Word | Position total + 7 | Value total + 7 | Both divisible by 3? |
| 1 | 76 + 7 = 83 | 913 + 7 = 920 | No |
| 2 | 23 + 7 = 30 | 203 + 7 = 210 | Yes |
| 3 | 41 + 7 = 48 | 86 + 7 = 93 | Yes |
| 4 | 23 + 7 = 30 | 401 + 7 = 408 | Yes |
| 5 | 62 + 7 = 69 | 395 + 7 = 402 | Yes |
| 6 | 29 + 7 = 36 | 407 + 7 = 414 | Yes |
| 7 | 44 + 7 = 51 | 296 + 7 = 303 | Yes |
Reference java program.
Read detail page for Pattern 91
Because the two totals are calculated from the same Hebrew letters, a simple independence calculation may not accurately measure this pattern. Its frequency should therefore be established empirically using a large, predefined control test. No probability is assigned on this page until that test is completed.
This page uses the probability notation provided in the original pattern sequence.
Values highlighted.
| Genesis 1:1 | |
|---|---|
| Hebrew Word | Number of Letters |
| בראשית | 6 |
| ברא | 3 |
| אלהימ | 5 |
| את | 2 |
| השםימ | 5 |
| ואת | 3 |
| הארצ | 4 |
| Total Words: 7 | Total Letters: 28 |
| Traditional Hebrew Letter Values | Word Total | |||||
|---|---|---|---|---|---|---|
| 2 | 200 | 1 | 300 | 10 | 400 | |
| 2 | 200 | 1 | ||||
| 1 | 30 | 5 | 10 | 40 | ||
| 1 | 400 | |||||
| 5 | 300 | 40 | 10 | 40 | ||
| 6 | 1 | 400 | ||||
| 5 | 1 | 200 | 90 | |||
| Verse Value Total | 2701 | |||||
| Hebrew Alphabet Positions | Word Total | |||||
|---|---|---|---|---|---|---|
| 2 | 20 | 1 | 21 | 10 | 22 | 76 |
| 2 | 20 | 1 | 23 | |||
| 1 | 12 | 5 | 10 | 13 | 41 | |
| 1 | 22 | 23 | ||||
| 5 | 21 | 13 | 10 | 13 | 62 | |
| 6 | 1 | 22 | 29 | |||
| 5 | 1 | 20 | 18 | 44 | ||
| Verse Position Total | 298 | |||||