How many of the first ten numbers of the sequence 121,11211,1112111,… are prime numbers?
Pick one
Official solution
The nth term of this sequence is k=n∑2n10k+k=0∑n10k=10nk=0∑n10k+k=0∑n10k=(10n+1)k=0∑n10k. It follows that the terms are 121112111112111=11⋅11,=101⋅111,=1001⋅1111,⋮ Therefore, there are (A) 0 prime numbers in this sequence. ~MRENTHUSIASM
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.