AntonVrba
- 92
- 0
<br />
A[r,c] = \left(\begin{array}{cccccc}<br />
\frac{1}{2}\multsp \left(1+{\sqrt{5}}\right)&-&-&-&-&...\\<br />
\frac{1}{4}\multsp \left(2+{\sqrt{8}}\right)&\frac{1}{4}\multsp <br />
\left(1+{\sqrt{5}}\right)&-&-&-&...\\<br />
\frac{1}{6}\multsp \left(3+{\sqrt{13}}\right)&-&\frac{1}{6}\multsp <br />
\left(1+{\sqrt{5}}\right)&-&-&... \\<br />
\frac{1}{8}\multsp \left(4+{\sqrt{20}}\right)&-&-&\frac{1}{8}\multsp <br />
\left(1+{\sqrt{5}}\right)&-&... \\<br />
\frac{1}{10}\multsp <br />
\left(5+{\sqrt{29}}\right)&-&-&-&\frac{1}{10}\multsp \left(1+{\sqrt{5}}\right)&...\\<br />
...&...&...&...&...&... <br />
\end{array}\right)<br />
How often have we solved linear series, how about a two dimensional series array
Can you complete the matrix?
Once you have it, instead of white just give the answer as a decimal number for say A[9,11] or any other pair
The answer is suprisingly simple
Edit-1
To note is that each induvidual row or column also forms its own logical arithmic series 
Edit-2
It is not the solution I had in mind - so you are correct. The solution I had in mind has a further property
\frac {A[r,c]}{A[n.r,n.c]} = n
How often have we solved linear series, how about a two dimensional series array
Can you complete the matrix?
Once you have it, instead of white just give the answer as a decimal number for say A[9,11] or any other pair
The answer is suprisingly simple

Edit-1


Edit-2
OOPS - redface shame etcBicycleTree said:The formula I got is:
A(r, c) = 1/(2*r)*(r-c+1+sqrt((r-c+2)^2-2(r-c)+1))
That matches the values you've given.

It is not the solution I had in mind - so you are correct. The solution I had in mind has a further property
\frac {A[r,c]}{A[n.r,n.c]} = n
Last edited: