The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A254000 Numbers equal to the fifth powers of the sums of their digits. 4
0, 1, 17210368, 52521875, 60466176, 205962976 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A055576(n)^5. - Michel Marcus, Feb 23 2015
EXAMPLE
205962976 = 46^5 = (2 + 0 + 5 + 9 + 6 + 2 + 9 + 7 + 6)^5.
MATHEMATICA
Select[Range@ 210000000, Plus @@ IntegerDigits@ # ^ 5 == # &] (* Michael De Vlieger, Feb 25 2015 *)
PROG
(PARI) lista(nn) = {for (n=0, nn, if (n^5 == sumdigits(n^5)^5, print1(n^5, ", ")); ); } \\ Michel Marcus, Feb 23 2015
CROSSREFS
Cf. A061209 (with cubes), A061210 (with 4th powers), A061211.
Sequence in context: A175271 A172597 A172569 * A129478 A326137 A288078
KEYWORD
nonn,fini,full,base
AUTHOR
Michal Paulovic, Jan 21 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 14 03:31 EDT 2024. Contains 372528 sequences. (Running on oeis4.)