Author |
Topic: prime number with all digits equal (Read 253 times) |
|
gkwal
Newbie
Posts: 25
|
|
prime number with all digits equal
« on: Jul 16th, 2007, 9:36pm » |
Quote Modify
|
Which numbers whose digits are all equal are prime?
|
|
IP Logged |
|
|
|
jollytall
Senior Riddler
Gender:
Posts: 585
|
|
Re: prime number with all digits equal
« Reply #1 on: Jul 17th, 2007, 1:06am » |
Quote Modify
|
Few thoughts: Single digit primes: OK. All others by digit: 0, not a multi-digit number. d>1, all dividable by d. So it must be in the form 1....1. The number of digits: 2: OK. 11. 2k, k>1: not OK, dividable by 11. 3k: Not OK, dividable by 3. So, only possible 6k +/- 1. But from thereon, I am not sure, whether can be easily further limited. The next prime is: 1111111111111111111, but there can be many more.
|
|
IP Logged |
|
|
|
|