![]() |
|
|
#1 |
|
Jul 2015
33 Posts |
|
|
|
|
|
|
#2 |
|
"Walter S. Gisler"
Sep 2020
Switzerland
11 Posts |
I believe there are some mistakes in the problem statement, can anyone confirm this?
1. For every natural number Shouldn't this be: For every natural number 2. one can prove that this sequence does not contain any primes by using the following easy-to-prove identity, which holds for any Fibonacci-like sequence: And this one: |
|
|
|
|
|
#3 |
|
Romulan Interpreter
Jun 2011
Thailand
258B16 Posts |
Isn't (1) the same either way?
My "argument" with them is F0=1, which is wrong. Everybody knows F0=0 (otherwise the "only prime indexes can be prime" won't hold). In fact, how I always remember it is that the 5th fibo number is 5 ![]() In fact, they say as much, further when affirming that F3=2 and F11=89. If F0=1, those would be false. Last fiddled with by LaurV on 2021-05-02 at 14:06 |
|
|
|
|
|
#4 |
|
"Walter S. Gisler"
Sep 2020
Switzerland
11 Posts |
Ah, you are right. I had missed that F0 = 1.
With that, 2 is indeed correct.Regarding (1), I am pretty sure it isn't the same either way. m_k >= a_k, hence a_k mod m_k is either 0 or a_k , so with a set of triplets that is limited in size, a_k mod m_k couldn't be any natural number. |
|
|
|
|
|
#5 |
|
Romulan Interpreter
Jun 2011
Thailand
961110 Posts |
"a (mod m)" is defined as the reminder (an integer number between 0 and m-1, inclusive) that is left when you divide a to m, therefore, a\(\equiv\)b (mod m) is the same as b\(\equiv\)a (mod m), those are "equivalence classes", not numbers, it is just that we are lazy and don't write the "hats"
(i.e. \(\hat{a} \equiv \hat{b}\) (mod m))
|
|
|
|
|
|
#6 |
|
"Walter S. Gisler"
Sep 2020
Switzerland
10112 Posts |
Thanks, LaurV. 0scar also kindly explained it to me. This really confused me, but it is clear now.
|
|
|
|
|
|
#7 |
|
Sep 2017
2×53 Posts |
Also note that a_k can't be zero but can be m_k due to 1 <= a_k <= m_k
|
|
|
|
|
|
#8 |
|
Oct 2017
7316 Posts |
Have A_0 and A_1 to be relatively prime? He didn't write it.
Otherwise A_0 = 4 and A_1 = 6 yielded a Fibonacci-like sequence without primes. But that cannot be the challenge. |
|
|
|
|
|
#9 |
|
Jan 2021
California
11×13 Posts |
That was just the start of it, you need to read the rest of the requirements of the series to see if the series you made meets the other requirements.
|
|
|
|
|
|
#10 | |
|
"Kebbaj Reda"
May 2018
Casablanca, Morocco
1318 Posts |
Quote:
GCD[A0,A1] must be = 1. I think that the webmaster did not write the relation of divisiblity between A0 and A1 because the question was to find a sequence of triplets with the conditions quoted 1 to 4 ”and the A0 A1 are simply to explain the goal of the question. Last fiddled with by Kebbaj on 2021-05-03 at 18:18 |
|
|
|
|
|
|
#11 |
|
Feb 2017
Nowhere
4,643 Posts |
The May 2021 Challenge seems quite similar to finding Riesel or Sierpinski numbers by means of "covering sets" of congruences.
The misstatement of the subscripts is the kind of oopsadaisy a number theorist might make ![]() The condition that the initial terms be relatively prime seems to have been assumed, but should have been stated. |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| April 2021 | Xyzzy | Puzzles | 25 | 2021-05-04 22:37 |
| March 2021 | tgan | Puzzles | 0 | 2021-02-28 13:30 |
| January 2021 | tgan | Puzzles | 36 | 2021-02-09 21:29 |
| February 2021 | Xyzzy | Puzzles | 11 | 2021-02-04 14:53 |