OFFSET
0,1
COMMENTS
Conjecture: a(n) is 0 iff n is a palindromic prime == 1,3,7 or 9 (mod 10) and/or n ==0 (mod 3). As rev(n) followed by n is == 0 (mod 11), hence every nonzero term contains at least two reverse concatenations of n followed by n.
The larger numbers are probable primes. - Joshua Zucker, May 10 2006
The Magma Calculator (http://magma.maths.usyd.edu.au/calc/) verified each of the nine nonzero terms as prime. - Jon E. Schoenfield, Aug 24 2009
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy, Jul 30 2005
EXTENSIONS
More terms from Joshua Zucker, May 10 2006
Edited by T. D. Noe, Oct 30 2008
STATUS
approved