A triangle number is one of the form ∑k=1nk=2n(n+1) for positive any integer n. So my question is how many triangle numbers are also square numbers; that is how many ordered pairs of positive integers (n,m) are there such that f(n,m)=2n(n+1)−m2=0. (8,6),(49,35) are two solutions of f(n,m)=0..
This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
Ok so g(x,y)=x2−2y2−1=0 has infinitely many integral solutions. But each (x,y) that solves g(x,y)=0 gives a (n,m) that solves f(n,m)=4n2+4n−8m2=0 only if x=2k+1 and x≥3.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
2n(n+1)n2+n4n2+n+1=8m2+1=m2=2m2
Then substitute x=2n+1 and y=2m:
x2x2−2y2=2y2+1=1
This is a well-known Pell's equation, and has infinite solutions.
Log in to reply
Ok so g(x,y)=x2−2y2−1=0 has infinitely many integral solutions. But each (x,y) that solves g(x,y)=0 gives a (n,m) that solves f(n,m)=4n2+4n−8m2=0 only if x=2k+1 and x≥3.
Log in to reply
Yeah, and x2−2y2=1 also has infinite solutions for x being an odd integer. Should have added that.
Log in to reply
x automatically odd? (That is, if x,y are both integers.)
Isn'tThe 3rd equation must be 4n2+4n+1=8m2+1.
See problem 5 here for another proof that there are infinitely many triangular numbers that are perfect squares.