OFFSET
1,1
EXAMPLE
The first term is 1968317576156251382412167 which is a prime and is the reverse concatenation of 12167,13824,15625,17576 and 19683 which are five consecutive cubes.
MATHEMATICA
rcat[n_]:=FromDigits[Flatten[IntegerDigits/@Reverse[n]]]; Select[ rcat/@ Partition[Range[1000]^3, 5, 1], PrimeQ] (* Harvey P. Dale, Aug 24 2014 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Shyam Sunder Gupta, Apr 17 2005
EXTENSIONS
More terms from Harvey P. Dale, Aug 24 2014
STATUS
approved