What are the first seven prime numbers when written in base 7?
Concatenate the numbers without any leading zeroes, i.e. each number starts with a non-zero digit.
As an explicit example, the first seven prime numbers when written in base 10 are 2, 3, 5, 7, 11, 13, 17. After concatenation we get 2357111317.
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.
We will convert each of the first seven prime numbers from base 10 to base 7.
2 3 5 7 1 1 1 3 1 7 = 0 × 7 1 + 2 × 7 0 = 0 × 7 1 + 3 × 7 0 = 0 × 7 1 + 5 × 7 0 = 1 × 7 1 + 0 × 7 0 = 1 × 7 1 + 4 × 7 0 = 1 × 7 1 + 6 × 7 0 = 2 × 7 1 + 3 × 7 0 = 0 2 7 = 0 3 7 = 0 5 7 = 1 0 7 = 1 4 7 = 1 6 7 = 2 3 7
The first seven prime numbers when written in base 7 are 2, 3, 5, 10, 14, 16, 23. Therefore the answer to this problem is 2 3 5 1 0 1 4 1 6 2 3 □