OFFSET
1,2
COMMENTS
Nonprime digits are 0, 1, 4, 6, 8 and 9. This is not a permutation of the natural numbers as 102 and 103 cannot be part of the sequence, for instance.
EXAMPLE
a(1) = 1 jumps over 1 digit and lands on 4, a nonprime digit;
a(2) = 2 jumps over 2 digits and lands on 6, a nonprime digit;
a(5) = 6 jumps over 6 digits and lands on the first 1 of 11, a nonprime digit;
a(6) = 5 jumps over 5 digits and lands on the same nonprime digit;
a(10) = 10: the 1 of 10 jumps over 1 digit and lands on the same nonprime digit;
a(10) = 10: the 0 of 10 jumps over 0 digit and lands on the same nonprime digit;
a(11) = 11: the first 1 of 11 jumps over 1 digit and lands on the 1 of 14, a nonprime digit;
a(11) = 11: the last 1 of 11 jumps over 1 digit and lands on the 4 of 14, a nonprime digit; etc.
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Eric Angelini and Giorgos Kalogeropoulos, Oct 29 2023
STATUS
approved