A343538 Longest sequence of distinct two-digit numbers (10-99) such that any two or three consecutive terms can be concatenated into a prime number, even when connected into a loop. Smallest number is listed first.
13, 61, 63, 67, 19, 99, 31, 69, 91, 87, 79, 37, 39, 43, 27, 49, 73, 51
Offset: 1
Examples
13,61,63,67 -> 1361, 6163, 6367, 136163, 616367 are all prime numbers.
References
- Andreas Boe, The Toy Robot, Amazon, 2014, Afterword Quiz.
Comments