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!)
A052455 Fixed points for operation of repeatedly replacing a number with the sum of the fourth power of its digits. 11
0, 1, 1634, 8208, 9474 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
This is row n=4 in A252648. - M. F. Hasler, Apr 12 2015
LINKS
FORMULA
a(n) = A055013(a(n)). - M. F. Hasler, Apr 12 2015
EXAMPLE
a(2)=1634 since 1^4+6^4+3^4+4^4=1+1296+81+256=1634
PROG
(PARI) for(n=0, 10^5, A055013(n)==n&&print1(n", ")) \\ M. F. Hasler, Apr 12 2015
CROSSREFS
Sequence in context: A297659 A219007 A072409 * A252619 A224461 A233121
KEYWORD
base,full,nonn,fini
AUTHOR
Henry Bottomley, Mar 15 2000
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)