Monday, 3 August 2015

summation - Is there any mathematical significance of this sequence?



Let's say I sum up all of the numbers from 1 to $n$ (we'll say $n$ is 6 for this example). In this case, I'd get a total of 21 ($1+2+3+4+5+6=21$). Now let us pose the following question: if I replaced the $+$s with $\times$s, what would I have to divide/multiply each element in the sequence by to get the same answer as with addition? As in, if



$$f_1(x)=1+2+3+...+x$$




then what would $y$ be at each point in



$$f_2(x)=\frac{1}{y_1}\times\frac{2}{y_2}\times\frac{3}{y_3}...\times\frac{x}{y_x}$$



I started calculating some of the elements of $y$, and (if I didn't make a mistake), I got:



$$\begin{array}{c|c|c|c|}
n & \text{Total ($f_1$)} & \text{Fraction of $y_n$} & \text{Decimal of $y_n$} \\ \hline
\text{1} & 1 & 1 & 1\\ \hline
\text{2} & 3 & \frac{2}{3} & 0.66\dot6\\ \hline

\text{3} & 6 & \frac{3}{2} & 1.5\\ \hline
\text{4} & 10 & \frac{12}{5} & 2.4 \\ \hline
\text{5} & 15 & \frac{10}{3} & 3.33\dot3 \\ \hline
\text{6} & 21 & \frac{30}{7} & 4.286... \\ \hline
\end{array}$$



Rather, we could get the value of $y_n$ at any point using the following formula (provided a positive integer $n$, $1):



$$y_n=\frac{(\sum_{i=0}^{n-1} i)\times n}{\sum_{i=0}^{n} i}$$




The question is, is there a more effective way to calculate this - the above formula is essentially doing the same as I did by hand (adding up all of the numbers, dividing, etc.), but... as a formula. I'm also aware of Gauss's method of summing numbers, but I'm curious to find out if there's some deeper mathematical link between these numbers - possible a connection to some sequence on OEIS?


Answer



We have that $\sum_{i=0}^n i = \frac{n(n+1)}{2}.$



So you get $$y_n=\frac{n\frac{n(n-1)}{2}}{\frac{n(n+1)}{2}}=\frac{n(n-1)}{n+1}=n-2+\frac{2}{n+1}$$ for $n>1.$



As for the significance of this sequence, probably not much.


No comments:

Post a Comment

real analysis - How to find $lim_{hrightarrow 0}frac{sin(ha)}{h}$

How to find $\lim_{h\rightarrow 0}\frac{\sin(ha)}{h}$ without lhopital rule? I know when I use lhopital I easy get $$ \lim_{h\rightarrow 0}...