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!)
A055576 Sum of digits of a(n)^5 is equal to a(n). 10
0, 1, 28, 35, 36, 46 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
a(2) = 28 because 28^5 = 17210368 and 1+7+2+1+0+3+6+8 = 28
MATHEMATICA
Select[Range[0, 60], #==Total[IntegerDigits[#^5]] &] (* Vincenzo Librandi, Feb 23 2015 *)
PROG
(PARI) lista(nn) = {for (n=0, nn, if (n^5 == sumdigits(n^5)^5, print1(n, ", ")); ); } \\ Michel Marcus, Feb 23 2015
(Magma) [n: n in [0..50] | &+Intseq(n^5) eq n ]; // Vincenzo Librandi, Feb 23 2015
CROSSREFS
Cf. A152147.
Sequence in context: A138687 A330758 A214470 * A281916 A146077 A260637
KEYWORD
base,fini,full,nonn
AUTHOR
Henry Bottomley, May 26 2000
EXTENSIONS
Offset changed to 1 by Michel Marcus, Feb 23 2015
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 May 5 00:40 EDT 2024. Contains 372257 sequences. (Running on oeis4.)