Pattern 87 The Three Noun Values Followed by 2–999–2 in π

Pattern Statement:

The traditional Hebrew values of the three nouns in Genesis 1:1—words 3, 5, and 7—are 86, 395, and 296. Concatenating them produces 86395296. At its first occurrence in the tested digits of π, this number is immediately followed by 29992. The central 999 equals both the sum of words 1 and 3 and the sum of words 2, 4, and 5.

Why this pattern matters

This pattern combines two independently reproducible features of Genesis 1:1. First, it concatenates the traditional Hebrew values of the verse’s three nouns in their original order. Second, two different groups of the remaining word values each total 999.

When the concatenated noun values are located in π, the next five digits are 29992, placing 999 between two 2s.

How this pattern is measured

The nouns in Genesis 1:1 occur at word positions 3, 5, and 7. Their traditional Hebrew values are:

Word 3 = 86
Word 5 = 395
Word 7 = 296

Concatenating these values in their original order produces:

86 | 395 | 296 = 86395296

The program finds the first occurrence of this eight-digit string in the tested π file and reads the five digits immediately following it.

The program also verifies these two word-group sums:

Word 1 + word 3 = 913 + 86 = 999

Word 2 + word 4 + word 5 = 203 + 401 + 395 = 999

Result for Genesis 1:1

Noun values:
86 | 395 | 296 = 86395296

The supplied program output finds the first occurrence at zero-based index 93304323 in the tested π file:

8639529629992

Two word groups totaling 999

Words 1 and 3:

913 + 86 = 999

Words 2, 4, and 5:

203 + 401 + 395 = 999

Thus, the five digits following the noun-value string can be displayed as:

2 | 999 | 2

The central 999 is the common total of the two word groups. It also factors as:

999 = 27 × 37 = 3 × 3 × 3 × 37

The reported location is the zero-based index returned by Java's String.indexOf() for the exact pi.dec file used by the program. A conventional one-based location is 93304324. Results obtained from another π file may differ if that file includes or excludes the initial 3, the decimal point, spaces, or line breaks.

Pi tied to Genesis 1:1.

Read detail page for Pattern 87

Probability note

Probability note: No independent probability is assigned to this pattern. Its arithmetic and π occurrence are reproducible, but a chance estimate would require the noun selection, concatenation rule, two word groups, and five following digits to be specified before the search and tested against comparable controls.

This page uses the probability notation provided in the original pattern sequence.

Supporting tables

The highlighted values belong to the three nouns at word positions 3, 5, and 7. Concatenating them produces 86395296.

Genesis 1:1
Hebrew WordNumber of Letters
בראשית6
ברא3
אלהימ5
את2
השםימ5
ואת3
הארצ4
Total Words: 7Total Letters: 28
Traditional Hebrew Letter ValuesWord Total
2 200 1 300 10 400 913
2 200 1 203
1 30 5 10 40 86
1 400 401
5 300 40 10 40 395
6 1 400 407
5 1 200 90 296
Verse Value Total2701
Hebrew Alphabet PositionsWord 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 Total298