login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A124069 Fixed points for operation of repeatedly replacing a number with the sum of the eighth power of its digits. 8
0, 1, 24678050, 24678051, 88593477 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
This is row n=8 of A252648. For a d-digit number n >= 10^(d-1), the sum of 8th powers of its digits is <= 9^8*d, therefore n <= 413979400. - M. F. Hasler, Apr 12 2015
LINKS
FORMULA
a(n) = A210840(a(n)). - M. F. Hasler, Apr 12 2015
EXAMPLE
24678050 = 2^8 + 4^8 + 6^8 + 7^8 + 8^8 + 0^8 + 5^8 + 0^8.
PROG
(PARI) isok(n) = my(d = digits(n)); sum(k=1, #d, d[k]^8) == n; \\ Michel Marcus, Feb 21 2015
(PARI) for(n=0, 413979400, A210840(n)==n&&print1(n", ")) \\ M. F. Hasler, Apr 12 2015
CROSSREFS
Sequence in context: A256013 A187315 A083636 * A257383 A186839 A206084
KEYWORD
base,fini,full,nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 30 11:43 EDT 2024. Contains 372131 sequences. (Running on oeis4.)