OFFSET
1,1
EXAMPLE
a(1)=19531891183017701711 because 19531891183017701711 is the prime formed by reverse concatenation of 5 consecutive triangular numbers i.e. 1711,1770,1830,1891 and 1953.
MATHEMATICA
Module[{rtrs=Partition[Reverse[Accumulate[Range[1000]]], 5, 1]}, Sort[ Select[ FromDigits/@ (Flatten/@(IntegerDigits/@rtrs)), PrimeQ]]] (* Harvey P. Dale, Dec 12 2013 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Shyam Sunder Gupta, Apr 25 2005
STATUS
approved