OFFSET
1,2
EXAMPLE
1112122 is in the sequence because 1^5 +1^5+1^5+2^5+1^5 +2^5+2^5 = 100 and 1^5 + 0^5 + 0^5 = 1.
MATHEMATICA
Select[Range[50000], FixedPoint[Total[IntegerDigits[#]^5]&, #, 10]==1&]
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Michel Lagneau, Nov 12 2012
STATUS
approved