|
EXAMPLE
|
At n=1, 2, 3, the maxima are C[n, 2]=0, 1, 3 reached at a[n]=1, 1, 1 respectively;
n=7:a[7]=374, primes={p(374),..,p(80)}= {2551,2557,2579,2591,2593,2609,2617}.Building Abs[p(i)-p(j)] 7x7-matrix, the number of its distinct positive entries equals C[7,2]=21, namely:{2,6,8,12,14,16,18,22,24,26,28,30,34,36,38,40,42,52,58,60,66};
n=12: a(12)=2332720, list of 12 primes = {p(n),..,p(n+11)} ={38238461,..,38238737}; 12x12-matrix={abs[(p()-p(j)]}, number of distinct entries=C[12,2]=66, that of {2,6,8,.....,266,274,276}.
|