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!)
A328364 a(n) is the smallest number m such that the sum of the digits of m^5 is equal to n^5. 1
0, 1, 47, 13174539 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
a(2) = 47 as 47^5 = 229345007 is the smallest fifth power whose digit sum = 32 = 2^5.
PROG
(PARI) {a(n) = my(k=0); while(sumdigits(k^5) != n^5, k++); k}
CROSSREFS
Cf. A000584 (n^5), A055566 (sum of digits of n^5).
Sequence in context: A237512 A224468 A353697 * A087533 A292071 A292707
KEYWORD
nonn,base,more
AUTHOR
Seiichi Manyama, Oct 14 2019
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 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)