login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A287294
Concatenation of sequence (2n-1,2n-3,..,3,1,3,..,2n-3,2n-1).
0
1, 313, 53135, 7531357, 975313579, 1197531357911, 13119753135791113, 151311975313579111315, 1715131197531357911131517, 19171513119753135791113151719, 211917151311975313579111315171921, 2321191715131197531357911131517192123
OFFSET
1,2
COMMENTS
For n <= 1400, a(2) = 313, a(10) = 19171513119753135791113151719, a(12) = 2321191715131197531357911131517192123 and a(110) = 219217..313..217219 are primes.
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
Cf. A007942.
Sequence in context: A210071 A327636 A332131 * A255388 A261818 A083997
KEYWORD
base,easy,nonn
AUTHOR
XU Pingya, May 22 2017
STATUS
approved