A162324 Write the natural numbers as an infinite sequence of digits; starting at the left, cut into the smallest pieces so that each piece is a prime. Leading zeros are thrown away.
1234567891, 11, 1213, 14151617, 181, 920212223242526272829303132333435363738394041424344454647484950515253, 5
Offset: 1
Examples
After 1234567891 the next digit is 0 that has to be rejected. Next digits are 11 (prime); then 12, 13 (1213 prime); etc.
Links
- Hans Havermann, Indexed list of terms 1-741 (includes large probable primes)
Extensions
Edited by Hans Havermann, Dec 07 2009
Comments