A164837 a(n) is a prime number such that every k-digit substring ( k < n ) taken from the left, is divisible by k.
2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 127, 149, 163, 167, 181, 223, 227, 229, 241, 263, 269, 281, 283, 307, 347, 349, 367, 383, 389, 401, 409, 421, 443, 449, 461, 463, 467, 487, 503, 509
Offset: 1
Examples
269 is a member since 2 is divisible by 1 and 26 is divisible by 2.
Comments