A052080 Concatenation of n consecutive descending numbers starting from a(n) produces the smallest possible prime of this form, 0 if no such prime exists.
2, 4, 0, 10, 7, 0, 73, 46, 0, 56, 219, 0, 25, 60, 0, 52, 117, 0, 535, 172, 0
Offset: 1
Examples
For n = 8 we have a(8) = 46 so the eight consecutive descending numbers 46,45,44,43,42,41,40 and 39 concatenated together gives the smallest possible prime of this form, 4645444342414039.
Links
- C. Rivera, Prime Puzzle 78
Extensions
Terms a(7)-a(21) calculated by Carlos Rivera and Felice Russo
Comments