How many primes, written in usual base 10, have digits that are alternating 1s and 0s, beginning and ending with one?
For example (not necessarily prime):
1, 101, 10101, ...
I forgot to mention that it depends on the highest number you're willing to go to find the number of prime numbers. Now I am done.