number of words in both verses (14+15)
                                |
9 128 9 129 = 19*4804691 = 19 * 29 * 43 * 3853
                           |              ^^twice auth.code (two verses)
                           authentication code

and another intricate mixed multiplication and addition pattern in the
prime factors of this number:
____     __
19*29*43*3853   i.e.  19*2=38
      __ ___
19*29*43*3853   i.e.  43=38+5
________   __
19*29*43*3853   i.e. "backwards" 53=43+(29-19)
__      _   
19*29*4 3*3853  i.e taking the first two, middle two and last two digits,
      ^     ^^
combining the first two with the last of the middle, and the first of the
middle with the last two [chain link] to get 19*3 = 57 = 4+53

I might be better off doing some programming instead of typing all these
numbers by hand and letting mathematica factor them... Because typing 
FactorInteger hundred times is too tiring, therefore I came to get such 
silly ideas as above...

And it is too late at night anyway.

In[19]:= FactorInteger[1929433853]
Out[19]= {{17, 1}, {83, 1}, {1367423, 1}}
 
In[21]:= FactorInteger[3583349291]
Out[21]= {{61, 1}, {58743431, 1}}
 
In[22]:= FactorInteger[294353]
Out[22]= {{294353, 1}}
                             


Overview on numerical features in different scriptures
Answering Islam Home Page