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!)
A218246 Recurring digital invariants of order 5. 3
244, 8294, 8299, 9044, 9045, 10933, 24584, 58618, 89883 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Recurring Digital Invariant
EXAMPLE
58618: 5^5 + 8^5 + 6^5 + 1^5 + 8^5 = 76438
76438: 7^5 + 6^5 + 4^5 + 3^5 + 8^5 = 58618,
so 58618 is an order 5 recurring digital invariant.
MATHEMATICA
lst = {}; f[n_] := Total[IntegerDigits[n]^5]; Do[a = n; Do[a = f[a]; If[a < n, Break[]]; If[a == n && ! n == f[n], AppendTo[lst, n]; Break[]], {28}], {n, 10^5}]; lst
CROSSREFS
Sequence in context: A002594 A194134 A085440 * A217471 A146552 A263948
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 16 14:51 EDT 2024. Contains 371749 sequences. (Running on oeis4.)