OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
The first term is 149 which is a prime and is the concatenation of 1,4 and 9 which are three consecutive square numbers.
MATHEMATICA
c3sn[{a_, b_, c_}]:=FromDigits[Flatten[IntegerDigits/@{a, b, c}]]; Select[ c3sn/@ Partition[Range[400]^2, 3, 1], PrimeQ] (* Harvey P. Dale, Mar 13 2019 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Shyam Sunder Gupta, Apr 17 2005
STATUS
approved