Fascinating number theory relationship

In summary, the conversation discusses the discovery of a formula for triangular numbers involving the root of the sum of consecutive powers. The conversation also explores the asymptotic behavior of this formula and its relation to the golden ratio. The significance of this formula and its limits is still being explored.
  • #1
willr12
17
2
Recently I noticed something odd about the triangular numbers. The basic definition is
[itex]\displaystyle\sum_{x=1}^{n}x=T_n [/itex]
A short time after playing around with [itex]T_n[/itex] values I discovered something very odd-another formula for triangular numbers involving the root of the sum of cubes from 1 to n:
[itex]\sqrt{{\displaystyle\sum_{x=1}^{n}x^3}}=T_n[/itex]
I wondered to myself whether there were other formulas for the triangular numbers involving summing consecutive powers and taking the sum to the nth root, and contemplated what values the power and root might take. In order to look at this objectively, I rewrote them this way
[itex]\sqrt[1]{{\displaystyle\sum_{x=1}^{n}x^1}}=T_n[/itex]
And
[itex]\sqrt[2]{{\displaystyle\sum_{x=1}^{n}x^3}}=T_n[/itex]
I noticed that the roots of the calculated sum and power of the operation within the sum went 1,1 in the first equation and 2,3 in the second, respectively (Fibonacci sequence!). I decided to test subsequent values of the Fibonacci sequence, hoping to find that 5,8 yielded triangular numbers as well. The following is the equation I used:
[itex]\sqrt[5]{{\displaystyle\sum_{x=1}^{n}x^8}}=T_n[/itex]
Upon examination of this equation, it seems that the equation isn't entirely accurate. As n increases the accuracy of the result decreases. For example:
[itex]\sqrt[5]{{\displaystyle\sum_{x=1}^{3}x^8}}=T_3[/itex]
5.8443... = 6

[itex]\sqrt[5]{{\displaystyle\sum_{x=1}^{4}x^8}}=T_4[/itex]
9.3733... = 10

As you can see, with constant Fibonacci values and increasing n values, the output percent error increases and stays below the desired [itex]T_n[/itex] value.
Next I simply generalized the equation to include all [itex]F_n[/itex] values.
[itex]\sqrt[F_{2m-1}]{{\displaystyle\sum_{x=1}^{n}x^{F_{2m}}}}=T_n[/itex]
Why, you may ask, did I have [itex]F_{2m}[/itex] rather than simply [itex]F_m[/itex] ?
Upon initial calculations, I noticed that values when one inputs odd values for m for [itex]F_m[/itex] in the power under the radical (and therefore even m-1 for [itex]F_{m-1}[/itex] for the root), the output differs from when the odd/even values are switched. This why I used 1,1 then 2,3 then 5,8 rather than 1,1 then 1,2 then 2,3 etc etc. I explored this later and will come back to this.
My next order of business was to examine what happens with a constant n value and varying values of m. The results were baffling.
First of all, I examined the following:
[itex]\displaystyle\lim_{m\rightarrow+\infty}{\sqrt[F_{2m-1}]{{\sum_{x=1}^{n}x^{F_{2m}}}}}[/itex]
with varying values of n.
Some results:
[itex]\displaystyle\lim_{m\rightarrow+\infty}{\sqrt[F_{2m-1}]{{\sum_{x=1}^{2}x^{F_{2m}}}}}[/itex]
You may figure that perhaps the value diverges, but contrary to what I figured, the value converges somewhat quickly, to a value you might not expect.
For
[itex]\sqrt[F_{1}]{\displaystyle\sum_{x=1}^{2}x^{F_{2}}}=3[/itex]
This is with m=1.
To simplify, I won't put the entire equation from now on with certain m values, but instead just state the m value used. I hope you trust my calculations
m = 1 [itex]\rightarrow[/itex] 3
m = 2 [itex]\rightarrow[/itex] 3
m = 3 [itex]\rightarrow[/itex] 3.0338...
m = 4 [itex]\rightarrow[/itex] 3.0639...
m = 5 [itex]\rightarrow[/itex] 3.0687...
m = 6 [itex]\rightarrow[/itex] 3.0694...
m = 7 [itex]\rightarrow[/itex] 3.0695...
Clearly the value converges to an asymptote about 3.069...something. Odd value.
For n = 3, the result is similar.
m = 1 [itex]\rightarrow[/itex] 6
m = 2 [itex]\rightarrow[/itex] 6
m = 3 [itex]\rightarrow[/itex] 5.844...
m = 4 [itex]\rightarrow[/itex] 5.898...
m = 5 [itex]\rightarrow[/itex] 5.913...
m = 6 [itex]\rightarrow[/itex] 5.915...
The only difference I notice between n= 2 and n = 3 is that with 3, the value starts at the desired [itex]T_n[/itex] and then dips below that value before coming back up to the eventual asymptote. With n = 2, it starts at [itex]T_2[/itex] and immediately goes up and starts toward its limit.
It turns out that 2 is he only n value that behaves this way, as all values of n above 2 behave in the way 3 does. Here's a list of calculated asymptotal limits for the first few values of n:
n = 2 [itex]\rightarrow[/itex] 3.06956... ([itex]T_n=3[/itex])
n = 3 [itex]\rightarrow[/itex] 5.9156... ([itex]T_n=6[/itex])
n = 4 [itex]\rightarrow[/itex] 9.4211... ([itex]T_n=10[/itex])
n = 5 [itex]\rightarrow[/itex] 13.5199... ([itex]T_n=15[/itex])
As you can see the equation becomes less accurate as n increases.
Going back to what happens when you use odd m for the power and even m for the root, another interesting pattern emerges. The limit of that, which you may define as
[itex]\displaystyle\lim_{m\rightarrow+\infty}{\sqrt[F_{2m}]{{\sum_{x=1}^{n}x^{F_{2m+1}}}}}[/itex]
Also approaches the values calculated above. But rather than approaching the limit in the same manner, they approach the asymptote from above. Example for n = 2:
m = 1 [itex]\rightarrow[/itex] 5
m = 2 [itex]\rightarrow[/itex] 3.2075...
m = 3 [itex]\rightarrow[/itex] 3.0845...
m = 4 [itex]\rightarrow[/itex] 3.0717...
Clearly they converge to the same value from opposite directions. The fully generalized expression for this relationship would then be
[itex]\displaystyle\lim_{m\rightarrow+\infty}{\sqrt[F_{m-1}]{{\sum_{x=1}^{n}x^{F_{m}}}}}[/itex]
Connecting the two like this shows a surprising result. The values jump back and forth over the asymptotal limit, getting closer with increasing m. Where have you seen this before? Why, it's exactly the same manner with which the ratio of successive Fibonacci numbers asymptote to the golden ratio! In other words, this behaves the same way about its limit as
[itex]\displaystyle\lim_{n\rightarrow\infty}{\frac{F_n}{F_{n-1}}}[/itex]
does.
I will attach a picture of a graph I made which depicts the asymptotal behavior of n = 2.

My next struggle is to find the significance of these asymptotal limits, which I figure to somehow be related to the golden ratio in some way because of how the behavior around the limits is similar to that of the golden ratio. I have hit a wall now because unfortunately I'm a junior in high school and have very little resources with which to work. I'm fact, I'm currently writing this in my English class while I'm supposed to be writing a paper. Any ideas as to the significance of these limits are very well appreciated as well as opinions on the equation as a whole.
 

Attachments

  • image.jpg
    image.jpg
    40.6 KB · Views: 403
  • Like
Likes DocZaius and Khashishi
Mathematics news on Phys.org
  • #2
Now that is really cool. From wikipedia article on Indefinite sum
https://en.wikipedia.org/wiki/Indefinite_sum#List_of_indefinite_sums
it looks like the general formula for
##\sum\limits_x {x^a} = \frac{B_{a+1}(x)}{a+1} + C##, for a >=0
where B is a Bernoulli polynomial. https://en.wikipedia.org/wiki/Bernoulli_polynomials
Indeed, ##B_4(x) = B_2(x)^2 + constant##
as you have shown.

Your limit should then go to
##\lim_{n\rightarrow \infty} \sqrt[n]{\frac{B_{2n}(x)}{2n}}##
Perhaps this can be simplified.
 
  • #3
[tex](1^{F_{2m}} + 2^{F_{2m}} + 3^{F_{2m}})^{1/F_{2m -1}} = 3^{F_{2m}/F_{2m-1}} ( (1/3)^{F_{2m}} + (2/3)^{F_{2m}} + 1)^{1/F_{2m-1}}\sim 3^{F_{2m}/F_{2m-1}}[/tex]
Taking limits yields ##3^\varphi##.

More generally:
[tex]\lim_{m\rightarrow +\infty} \left(\sum_{k=1}^n k^{F_{2m}} \right)^{F_{2m-1}} = n^\varphi[/tex]

I leave it up to you to make my argument more rigorous. Very small hint on that: https://en.wikipedia.org/wiki/Generalized_mean
 
Last edited:
  • Like
Likes suremarc
  • #4
micromass said:
[tex](1^{F_{2m}} + 2^{F_{2m}} + 3^{F_{2m}})^{1/F_{2m -1}} = 3^{F_{2m}/F_{2m-1}} ( (1/3)^{F_{2m}} + (2/3)^{F_{2m}} + 1)^{1/F_{2m-1}}\sim 3^{F_{2m}/F_{2m-1}}[/tex]
Taking limits yields ##3^\varphi##.

More generally:
[tex]\lim_{m\rightarrow +\infty} \left(\sum_{k=1}^n k^{F_{2m}} \right)^{F_{2m-1}} = n^\varphi[/tex]

I leave it up to you to make my argument more rigorous. Very small hint on that: https://en.wikipedia.org/wiki/Generalized_mean
Outstanding!
[itex]2^\varphi = 3.0695...[/itex]
And etc.
Thanks! More work to come
 

1. What is number theory?

Number theory is a branch of mathematics that deals with the properties and relationships of numbers. It is concerned with understanding the patterns and structures that emerge from the properties of numbers.

2. Why is number theory considered fascinating?

Number theory is considered fascinating because it uncovers unexpected and intriguing relationships between numbers, and it has practical applications in fields such as cryptography, computer science, and physics.

3. What is a prime number?

A prime number is a positive integer that is only divisible by 1 and itself. In other words, it has no other factors besides 1 and itself. Examples of prime numbers include 2, 3, 5, 7, and 11.

4. What is the relationship between prime numbers and factorization?

Prime numbers play a crucial role in factorization, which is the process of breaking down a number into its prime factors. Every positive integer can be expressed as a unique product of prime numbers, known as its prime factorization.

5. What is the significance of the Riemann Hypothesis in number theory?

The Riemann Hypothesis is a famous unsolved problem in number theory that has been described as the "holy grail" of mathematics. It concerns the distribution of prime numbers and has implications for the understanding of the behavior of prime numbers, which are fundamental building blocks in number theory.

Similar threads

  • General Math
Replies
6
Views
1K
  • General Math
Replies
4
Views
710
  • General Math
Replies
3
Views
810
Replies
4
Views
410
Replies
4
Views
922
Replies
7
Views
1K
  • General Math
Replies
4
Views
895
Replies
2
Views
1K
Replies
6
Views
1K
Replies
16
Views
2K
Back
Top