OFFSET
1,1
COMMENTS
This sequence is presented by the Foo Bar Challenge, a recruitment tool for Google, as the challenge to renumber some entities with 5-digit ID numbers taken from the first 10004 places of the Copeland-Erdős constant.
The ID numbers are to be left zero-padded as needed to ensure they all consist of five digits. Of course here in the OEIS leading zeros will just be dropped.
The Foo Bar Challenge statement of the problem says nothing of the fact that there are duplicates among these well before 10000.
MATHEMATICA
numCopelandErdos = Flatten[IntegerDigits[Prime[Range[1000]]]]; Table[FromDigits[numCopelandErdos[[n ;; (n + 4)]]], {n, Length[numCopelandErdos] - 4}]
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Alonso del Arte, May 16 2018
STATUS
approved