OFFSET
1,1
COMMENTS
Equals A071173 without its first term. [From R. J. Mathar, Sep 13 2008]
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
a(9)=1166=2*11*53 and 2+11+53=66 and 1166 ends in 66.
MATHEMATICA
nssQ[n_]:=Module[{idn=IntegerDigits[n], ss=IntegerDigits[Total[ Flatten[ Table[#[[1]], {#[[2]]}]&/@FactorInteger[n]]]]}, Take[idn, -Length[ss]] == ss]; Select[Range[2, 15000], !PrimeQ[#]&&nssQ[#]&] (* Harvey P. Dale, Sep 03 2012 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Gil Broussard, Sep 07 2008
EXTENSIONS
Definition clarified by N. J. A. Sloane, Sep 03 2012
STATUS
approved