F n are the Fibonacci numbers, 0 , 1 , 1 , 2 , 3 , 5 , 8 , 1 3 , . . . where F 0 = 0 , F 1 = 1 , and F n = F n − 1 + F n − 2 for n > 1 .
How many positive integers can't be represented by F n + 5 m with the appropriate choice of non-negative integers m and n ?
If you think the answer is "an infinite number" put -1 as your answer.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Interesting. If N ( k ) represents the number of positive integers that can't be represented by F n + k m for some non-negative integers m , n then N ( 4 ) = 0 , N ( 5 ) = 6 , N ( 6 ) = 5 , N ( 7 ) = 2 1 , N ( 8 ) = ∞ , N ( 9 ) = 1 1 3 , N ( 1 0 ) = 1 0 9 3 , N ( 1 1 ) = ∞ , N ( 1 2 ) = ∞ , N ( 1 3 ) = ∞ . N ( 1 4 ) and N ( 1 5 ) are finite, but N ( 1 6 ) is infinite. Suffice it to say I'm not finding a pattern here, but I am curious as to the cardinality of the set of all k such that N ( k ) is finite. Huh, you've sent me down the rabbit hole yet again. :)
Log in to reply
Whoa... You've once again succeeded in taking my problem and turning it on it's head. 😂. Interesting indeed that the pattern is so complex. I'll have to think a bit more about the cardinality question.... 🤔 Hmmm...
Log in to reply
OEIS to the rescue! . The Burr (1971) paper gives a full proof.
Log in to reply
@Brian Charlesworth – I have learned from this! Thanks!
@Brian Charlesworth – Cool... Will take a look when I get a chance...
@Brian Charlesworth – The FORMULA given is so unexpected.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
|
Problem Loading...
Note Loading...
Set Loading...
As soon as you find a number that has a certain value modulo 5, all successive numbers with that same value (modulo 5) can be formed. Since the first few Fibonacci numbers are 0, 1, 2, and 3 modulo 5, the only numbers you can't make will be 4 (modulo 5).
The first Fibonacci number that is 4 (modulo 5) is 34.
Therefore, the only numbers that can't be represented are 4, 9, 14, 19, 24, and 29.