This is a nice trick to speed up calculations into the high-index realm.

The speed with which a series can be developed can be accellerated by repeated application of the mapping:
  • U(a,b)F U(a,U2)[F2-2]
This is a base-2 accelleration (because it uses U2). Let's look at U(1,1)5 - the terius of 5 - for an example:
11419914362089100094795622977111008995274724252727211210888815801716842779769539133186760116381361051630574937656914649332723297018916985076
U0U1U2U3U4U5U6U7U8U9U10U11U12U13U14U15U16U17U18U19U20

After the mapping U(1,1)5 U(1,4)23 we look at the latter:
1491208947956110089925272721580171684133186760113057493765697018916985076
U0U1U2U3U4U5U6U7U8U9U10

After the mapping U(1,4)23 U(1,91)527 we look at the latter:
1914795625272721133186760117018916985076
U0U1U2U3U4U5

After the mapping U(1,91)527 U(1,47956)277727 we look at the latter:
14795613318676011
U0U1U2

This, then, is the general idea base-2. It zaps down the parent series with steps that are powers of 2: 2, 4, 8, 16, ...
We can do it base-3, but that's just like base-2 really. It employs the mapping:
  • U(a,b)F U(a,U3)[F3-3F]
Applied repeatedly, it one zaps down the parent series with steps that are powers of 3: 3, 9, 27, 81, ...

Matrices of the Factor base-n
Base-11      
Base-21-2     
Base-31-3     
Base-41-42    
Base-51-55    
Base-61-69-2   
Base-71-714-7   
Base-81-820-162  
Base-91-927-309  
Base-101-1035-5025-2 
Base-111-1144-7755-11 
Base-121-1254-112105-362
...       
Of course we need the coefficients matrix of the factor F up to 'base-n' so here is how to go about that:

In this matrix every column consists of the subsequent differences of the next column. Using this property the matrix can be extended indefinitely. The base defines the highest power of the factor F. Powers decrease with steps of 2.
The general term of the polynom base-n could be constructed, but considering the size of the factors that can be reached by extending the matrix, this would seem a bit premature.

Base-11          
Base-212         
Base-312+1        
Base-412         
Base-512-1-21      
Base-612-2-412     
Base-712-3-624+1    
Base-812-4-848     
Base-912-5-10714-2-41  
Base-1012-6-121122-6-1212 
Base-1112-7-141632-13-2636+1
Base-1212-8-162244-24-48918 
...           
In a non-zero-series U(a,b,c)F the factor F follows the above matrix just as in a zero-series. The constant c develops as c*(matrix over 1), and that one looks like this:

Note that each column consists if the subsequent differences, not so much of the next column, but of the one next to that. Using this property the matrix can be extended indefinitely. The power of the factor F is one less than the base. Powers decrease with steps of 1.

I hate to work without examples, so let's have a look at U(1,1,2)3 and accelerate it base-5.
Here's the parent series:
114133710026569718284789125413283685969225073589252154268540388051057373227682393724734491897379564967404211300483309340470950889136452172333622614561095033220159948873517
U0U1U2U3U4U5U6U7U8U9U10U11U12U13U14U15U16U17U18U19U20U21U22U23U24U25U26U27
The matrix over a and b renders F5 - 5F3 + 5F.
The matrix over c renders c*(F4 + 2F3 - F2 - 2F + 1).
For F=3 and c=2 this adds up to a new factor 123 and a new constant 242 respectively.
It would seem that the mapping we're after is: U(1,1,2)3 U(1,100,242)123
After this mapping we look at the latter again:
110012541154268518973795623336226145
U0U1U2U3U4U5

Bingo!
Let's repeat the mapping base-5.
For F=123 and c=242 this adds up to a new factor 28143753123 and a new constant 56287506242 respectively.
It would seem that the mapping we're after is: U(1,100,242)123 U(1,23336226145,56287506242)28143753123
After this mapping we look at the latter again:
123336226145656768987503665507076
U0U1U2

How about that :)
U1 and U2 are of course U25 and U50 of the parent series. Repeat the base-5 mapping and U1 and U2 will be U125 and U250, repeat it again and you'll get U625 and U1250 and so on.
An awesome tool!