n | 2 n | Concatenation of the powered numbers | Divisibility checked |
0 | 2 0 = 1 | 1 | 1 ∣ ∣ 1 |
1 | 2 1 = 2 | 1 2 | 2 ∣ ∣ 1 2 |
2 | 2 2 = 4 | 1 2 4 | 4 ∣ ∣ 1 2 4 |
3 | 2 3 = 8 | 1 2 4 8 | 8 ∣ ∣ 1 2 4 8 |
4 | 2 4 = 1 6 | 1 2 4 8 1 6 | 1 6 ∣ ∣ 1 2 4 8 1 6 |
As we get greater and greater numbers in column 3 of the table by concatenation (i.e. 12481632, 1248163264, ...) for n > 4 , will the divisibility in the last column still hold?
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.
Oh wow, that is a fun generalization
So, if "a|b" and "c|d", we've got "ac|bd", is that right?
Log in to reply
That is right. Proof: the statements a ∣ b and c ∣ d translate into b = a x , d = c y for some integers x , y . Then b d = a c x y = : a c z , showing that a c ∣ b d .
Log in to reply
I didn't know that, my knowledge in maths is still limited. Eitherway, thanks for your reply.
We note that N can be expressed as
N ( 0 ) N ( 1 ) N ( 2 ) N ( 3 ) N ( 4 ) ⟹ N ( n ) 2 n N = 1 = 1 × 1 0 1 + 2 × 1 0 0 = 1 2 = 2 0 × 1 0 2 + 2 1 × 1 0 1 + 2 2 × 1 0 0 = 1 2 4 = 2 0 × 1 0 3 + 2 1 × 1 0 2 + 2 2 × 1 0 1 + 2 3 × 1 0 0 = 1 2 4 8 = 1 0 ( 2 0 × 1 0 4 + 2 1 × 1 0 3 + 2 2 × 1 0 2 + 2 3 × 1 0 1 ) + 2 4 × 1 0 0 = 1 2 4 8 1 6 = 2 0 × 1 0 4 + 1 + 2 1 × 1 0 3 + 1 + 2 2 × 1 0 2 + 1 + 2 3 × 1 0 1 + 1 + 2 4 × 1 0 0 = 1 2 4 8 1 6 = k = 0 ∑ n 2 k × 1 0 n − k + m k = k = 0 ∑ n 2 n + m k × 5 n − k + m k = 2 n k = 0 ∑ n 2 m k × 5 n − k + m k = k = 0 ∑ n 2 m k × 5 n − k + m k where m k is a non-negative integer.
⟹ Yes, it is true. 2 n ∣ N .
Great job on showing a direct proof that does not rely on induction
What is mk?
Log in to reply
An non-negative integer, whose value we may not know, but not essential for the answer.
Let N ( n ) denote as the concatenation of 2 0 , 2 1 , 2 2 , … , 2 n . For example, N ( 4 ) = 1 2 4 8 1 6 . N ( n ) = 2 n + 2 n − 1 × 1 0 a n − 1 + 2 n − 2 × 1 0 a n − 2 + … + 2 1 × 1 0 a 1 + 2 0 + 1 0 a 0 The a k control the position of 2 k in N ( n ) . Now, we gonna prove that for every non-negative integer k ≤ n , 2 n ∣ ( 2 k × 1 0 a k ) . Obviously a n − 1 ≥ 1 and a 0 > a 1 > a 2 > … > a n − 2 > a n − 1 . This means that a n − t ≥ t ( t = 1 , 2 , 3 , … n ). Let k = n − t , we can get a k ≥ n − k . Let f ( a ) as the largest power of 2 in a .(exp: f ( 4 ) = 2 , f ( 2 4 ) = 3 )
f ( 2 k × 1 0 a k ) ≥ f ( 2 k × 1 0 n − k ) = f ( 2 k × 2 n − k × 5 n − k ) = n Hence, N ( n ) is a sum of multiple of 2 n , so it is t r u e for any non-negative integer n , 2 n ∣ N ( n ) .
Let f ( n ) = ( ( ( ( ( 2 0 ∣ ∣ 2 1 ) ∣ ∣ 2 2 ) ∣ ∣ 2 3 ) ⋯ ) ∣ ∣ 2 n ) where n ∈ N + .
When n = 1 ,
f ( 1 ) = 2 0 ∣ ∣ 2 1 = 1 2 and f ( 1 ) ≡ 0 ( m o d 2 1 )
Now assume that when n = k ,
f ( k ) = 0 ( m o d 2 k )
It follows that if n = k + 1 ,
f ( k + 1 ) = f ( k ) ∣ ∣ 2 k + 1
For two integers in base 10 ( a , b ) , a ∣ ∣ b = a × 1 0 ⌊ l o g 1 0 b ⌋ + 1 + b
∴ f ( k + 1 ) = f ( k ) × 1 0 ⌊ l o g 1 0 2 k + 1 ⌋ + 1 + 2 k + 1
Now equating 2 k + 1 f ( k + 1 ) ,
2 k + 1 f ( k + 1 ) = 2 k + 1 f ( k ) × 1 0 ⌊ l o g 1 0 2 k + 1 ⌋ + 1 + 2 k + 1
→ 2 k + 1 f ( k ) × 1 0 ⌊ ( k + 1 ) l o g 1 0 2 ⌋ + 1 + 1 → 2 × 2 k f ( k ) × 1 0 ⌊ ( k + 1 ) l o g 1 0 2 ⌋ + 1 + 1
Since ⌊ x ⌋ ∈ N + for any real number x , let φ = ⌊ ( k + 1 ) l o g 1 0 2 ⌋
It follows that,
→ 2 × 2 k f ( k ) × 1 0 φ + 1 + 1
Since we assumed that f ( k ) = 0 ( m o d 2 k ) , we can let α = 2 k f ( k ) .
∴ 2 k + 1 f ( k + 1 ) = 2 α × 1 0 φ + 1 + 1 .
Finally, since 1 0 n ≡ 0 ( m o d 2 ) , f ( n ) ≡ 0 ( m o d 2 n ) so Yes the statement above is true for n ∈ N + .
n+1 = 2(n).......... 3rd column -> n+1 divided by n is multiple of 2, means, n is a factor of n+1 ............ So "YES"
I have no idea what you're saying. Care to elaborate on it?
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
|
Great job on checking the truth for small numbers. But this does not prove the conjecture for all numbers, does it?
We may define the sequence by the following recursive relation: S 0 = 2 0 , S n + 1 = 1 0 ⌈ lo g 1 0 ( 2 n ) ⌉ S n + 2 n + 1 and the problem may be rephrased as proving that S n ≡ 0 m o d 2 n . I proceed by induction, the picture in the problem already gives us a base case so for the inductive case suppose that indeed S n ≡ 0 m o d 2 n . Then S n + 1 ≡ 1 0 ⌈ lo g 1 0 ( 2 n ) ⌉ S n + 2 n + 1 ≡ 1 0 ⌈ lo g 1 0 ( 2 n ) ⌉ S n ≡ 0 m o d 2 n + 1 because S n already has a factor of 2 n and then the 1 0 gives it at least an extra factor of 2 to make it divisible by 2 n + 1 .
That is interesting. I did not know there would be an OEIS sequence just for this.
Starting from n=5, Any concatenated number can be represented as or broken down to (10^y * 2^n-1 * x), which is always divisible by 2^n. Because until n=4 we know that the concatenated number is divisible by 2^n. 10^y results from subtracting 2^n from concatenated number. 2^n-1 * x is a result of the fact that previous concatenated number is divisible by 2^n-1 and this series continues....
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: Induction - Introduction
By induction. Let A ( n ) be the number generated by concatenating the powers 2 0 , … , 2 n .
Because obviously 2 0 ∣ A ( 0 ) , the basis step for induction is satisfied.
To prove that 2 n ∣ A ( n ) holds true for all n ≥ 0 , suppose 2 n − 1 ∣ A ( n − 1 ) . In the induction step we must prove that then also 2 n ∣ A ( n ) .
Let d ≥ 1 be the number of digits in 2 n . Then A ( n ) = A ( n − 1 ) 1 0 d + 2 n . Since 2 ∣ 1 0 d and 2 n − 1 ∣ A ( n − 1 ) , the first term is a multiple of 2 n . The same it obviously true for the second term, so that 2 n ∣ A ( n ) .
Generalization
In general, the number obtained by concatenating the powers b 0 , b 1 , … , b n are all divisible by b n if b ∣ B , where B is the base of the number system in which we work. The proof is a generalization of the proof given above, observing that A ( n ) = A ( n − 1 ) B d + b n is divisible by b n .