OFFSET
1,2
COMMENTS
For n <= 1400, a(2) = 313, a(10) = 19171513119753135791113151719, a(12) = 2321191715131197531357911131517192123 and a(110) = 219217..313..217219 are primes.
LINKS
F. Smarandache, Sequences of Numbers Involved in Unsolved Problems.
Eric Weisstein's World of Mathematics, Smarandache Sequences
MATHEMATICA
Block[{nn = 12, s}, s = IntegerDigits@ Range[1, 2 nn - 1, 2]; Table[FromDigits@ Flatten@ Join[Reverse[Rest@ #], #] &@ Take[s, n], {n, nn}]] (* Michael De Vlieger, May 23 2017 *)
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
XU Pingya, May 22 2017
STATUS
approved