OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
1188 = {11}88 = 2*2*3*3*3*{11}.
MATHEMATICA
d[n_]:=IntegerDigits[n]; aQ[n_]:=!PrimeQ[n]&&Take[d[n], Length[y=d[Max@@First/@FactorInteger[n]]]]==y; Select[Range[2, 1500], aQ[#]&] (* Jayanta Basu, May 30 2013 *)
lpfQ[n_]:=Module[{c=IntegerDigits[FactorInteger[n][[-1, 1]]]}, CompositeQ[ n] && Take[IntegerDigits[n], Length[c]]==c]; Select[Range[1500], lpfQ] (* Harvey P. Dale, Dec 20 2014 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Aug 15 1999
STATUS
approved