Which member of the sequence is prime?
1 0 1 , 1 0 1 0 1 , 1 0 1 0 1 0 1 , 1 0 1 0 1 0 1 0 1 , …
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.
Thank you, nice solution
A more explicit way to show that 9 9 ( 1 0 2 i + 1 − 1 ) ( 1 0 2 i + 1 + 1 ) is an integer: ( 1 0 2 i + 1 − 1 ) ≡ 1 2 i + 1 − 1 ≡ 0 (mod 9 ) and ( 1 0 2 i + 1 + 1 ) ≡ ( − 1 ) 2 i + 1 + 1 ≡ 0 (mod 1 1 ), therefore ( 1 0 2 i + 1 − 1 ) ( 1 0 2 i + 1 + 1 ) ≡ 0 (mod 9 9 ).
Problem Loading...
Note Loading...
Set Loading...
If the number of 1 ′ s in any member of the sequence be even, then that member will be divisible by 1 0 1 and hence composit. If the number of 1 ′ s be odd, say 2 i + 1 , then that member can be expressed as 9 9 ( 1 0 2 i + 1 − 1 ) ( 1 0 2 i + 1 + 1 ) . For all i greater than 0 , both the factors are greater than 9 9 . Hence that member is also composit. Therefore the only prime member of the sequence is 1 0 1