Is this a Pythagorean Theorem question?

Consider a sequence of increasing positive integers {tn}n=1n= \{ t_n \}_{n=1}^{n=\infty} such that t12+t22++tm2t_1^2 + t_2^2 + \cdots + t_m^2 is a perfect square for all positive integers mm.

If t1=3t_1 = 3, then the values of t2,t3,t4 t_2, t_3, t_4 are all unique. However, t5t_5 is not unique because its possible values are 132, 204, 720 and 3612.

Prove that it is impossible to find a suitable value of t1t_1 such that all the subsequent terms (t2,t3,t_2, t_3, \ldots ) are unique.


P.S: I don't know whether I'm right or not. This is just a hunch.

#NumberTheory

Note by Pi Han Goh
3 years, 7 months ago

No vote yet
1 vote

  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:

  • 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.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

So it's pretty clear that tm+1t_{m+1} is unique if and only if t12++tm2t_1^2+\cdots+t_m^2 is the square of a prime. Call that prime pmp_m; then pm=pm12+12.p_m = \frac{p_{m-1}^2+1}2. So the question is whether the recursive sequence p1=p,pm=pm12+12p_1 = p, p_m = \frac{p_{m-1}^2+1}2 can ever produce only primes. E.g. for p=3,p=3, the sequence goes 3,5,13,85,3,5,13,85, and then p4p_4 is not prime so t5t_5 is not unique.

This seems unlikely, but I don't have a proof. I did some numerical experiments; the only prime p<106p < 10^6 for which the first five values of the sequence are all primes is p=169219.p=169219.

Patrick Corn - 3 years, 7 months ago

What do you get for t2,t3,t4,t5t_2,t_3,t_4,t_5? Am I making a mistake to say t2=4,t3=12,t4=84,t_2=4,t_3=12,t_4=84, and then t5t_5 is ambiguous? (Could be 204204 or 720720 or 36123612?)

I suspect you're right, and it shouldn't be too hard, but let me just make sure I'm not missing something first!

Patrick Corn - 3 years, 7 months ago

Log in to reply

You're right. I've made a blunder. I've rectified the note above. Thanks.

Pi Han Goh - 3 years, 7 months ago
×

Problem Loading...

Note Loading...

Set Loading...