OFFSET
1,1
COMMENTS
This is to 5 as A214521 is to 4, as A214488 is to 3, and as A214218 is to 2. All of these, interpreted as decimal integers are divisible by 3, because each pair of "1" and "5" contributes a digital sum of 6, hence the total is divisible by 3.
The subsequence of semiprimes begins 15, 51, 15151551, 51115551, 51515511, 51555111, 55515111, 1115155551, 1115515551, 1151551551,..
MATHEMATICA
Sort[FromDigits/@Flatten[Table[Permutations[PadRight[{}, 2n, {1, 5}]], {n, 3}], 1]] (* Harvey P. Dale, Aug 30 2016 *)
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
Jonathan Vos Post, Jul 19 2012
STATUS
approved