A110409 Number of times repeated reverse concatenation of n followed by n gives a prime, where n == 1,3,7 or 9 (mod 10), or 0 if no such prime exists.
1, 0, 0, 0, 0, 10, 3, 7, 0, 3, 0, 10, 3, 0, 22, 0, 51, 7, 9, 10, 0, 412, 0, 16, 18, 0, 3, 0, 3, 3, 0, 9, 0, 3, 0, 3, 4, 0, 3, 0, 0
Offset: 0
Examples
The term corresponding to 19 is 7, as 7 concatenation of 91 followed by 19 is the least such prime. (9191919191919119 is a prime).
Crossrefs
Cf. A110408.
Extensions
More terms from Joshua Zucker, May 10 2006
Edited by T. D. Noe, Oct 30 2008
Comments