OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..2500
EXAMPLE
a(1)=665545362821 because 665545362821 is the prime formed by reverse concatenation of 6 consecutive triangular numbers i.e. 21,28,36,45,55 and 66.
MATHEMATICA
Select[FromDigits[Flatten[IntegerDigits/@Reverse[#]]]&/@Partition[Accumulate[ Range[ 200]], 6, 1], PrimeQ] (* Harvey P. Dale, May 06 2022 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Shyam Sunder Gupta, Apr 25 2005
STATUS
approved