OFFSET
1,1
COMMENTS
Leading zeros not permitted, i.e., each prime contains ten digits, and the terms are listed in the order in which they occur, i.e., they are not sorted.
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
MATHEMATICA
Take[Select[FromDigits/@Partition[RealDigits[Catalan, 10, 2000][[1]], 10, 1], PrimeQ[#]&&IntegerLength[#]==10&], 40]
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Harvey P. Dale, Jun 07 2012
STATUS
approved