OFFSET
1,1
COMMENTS
mi=Lucas numbers sequence(i), i.e., m1=2, m2=1, m3=3 and so on.
There are 168 = 2*1*3*4*7 numbers matching this regular expression, of which 19 are prime. - Charles R Greathouse IV, Jan 21 2025
EXAMPLE
The prime number 2213447 belongs to this sequence as 2, 1, 3, 4 and 7 are the one-digit Lucas numbers (ordered as in Lucas number sequence) and each digit k is repeated at most k times (including itself), in accordance with the regex described in the sequence name (2 repeated two times, 1 one time, 3 repeated one time, 4 repeated two times and 7 one time).
The prime number 22133344447777777 is the best example, as each one-digit Lucas number k is repeated exactly k times.
CROSSREFS
KEYWORD
nonn,base,fini,full
AUTHOR
Pierandrea Formusa, Sep 07 2018
STATUS
approved