OFFSET
1,1
COMMENTS
Above 144 no more (only 130) terms I could encounter. Is this sequence finite[and full]?
EXAMPLE
n=7: list={7,49,97,130,10,1,1,1,1,1,1,1,..} iv=7<max=130.So 7 is here.
numbers <145 are here except {1,10,13,23,31,32,44,100,103,109,129,130,133,139}.
n=32: list={32,13,10,1,1,..}. So 32 is not here.
MATHEMATICA
ed[x_] :=IntegerDigits[x]; func[x_] :=Apply[Plus, ed[x]^2]; itef[x_, ho_] :=NestList[id2, x, 100]; ta={{0}}; Do[s=Max[Union[itef[w, 100]]]; If[Greater[s, w], Print[w]; ta=Append[ta, w]], {w, 1, 10000000}]; Delete[ta, 1]
CROSSREFS
KEYWORD
base,nonn,new
AUTHOR
Labos E. (labos(AT)ana1.sote.hu), Nov 12 2004
STATUS
approved