cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A052464 Fixed points for operation of repeatedly replacing a number with the sum of the fifth power of its digits.

Original entry on oeis.org

0, 1, 4150, 4151, 54748, 92727, 93084, 194979
Offset: 1

Views

Author

Henry Bottomley, Mar 15 2000

Keywords

Comments

Equivalently, numbers equal to the sum of 5th powers of their decimal digits. Since this sum is <= 9^5*d for a d-digit number n >= 10^(d-1), there cannot be such a number with more than 6 digits. - M. F. Hasler, Apr 12 2015

Examples

			a(2) = 4150 since 4^5 + 1^5 + 5^5 + 0^5 = 1024 + 1 + 3125 + 0 = 4150.
		

Crossrefs

Programs