OFFSET
1,2
COMMENTS
REFERENCES
R. K. Guy, Unsolved Problems Number Theory, Sect. E34.
LINKS
R. Zumkeller, Table of n, a(n) for n = 1..1000
R. Styer, Smallest Examples of Strings of Consecutive Happy Numbers, J. Int. Seq. 13 (2010), 10.6.3, Section 4.
MATHEMATICA
f[n_]:=Plus@@(IntegerDigits[n]^3); Trajectory[n_] := Most[NestWhileList[f, n, UnsameQ, All]]; Select[Range[2780], Last[Trajectory[#]]==1 &] (* Ant King, May 24 2013 *)
CROSSREFS
KEYWORD
nonn,easy,base
AUTHOR
EXTENSIONS
More terms from Larry Reeves (larryr(AT)acm.org), Mar 31 2000
STATUS
approved