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!)
A328374 a(n) is the smallest fifth power m^5 such that the sum of the digits of m^5 is equal to n^5. 1
0, 1, 229345007, 396896379392866465976597929779996699 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A328364(n)^5.
PROG
(PARI) {a(n) = my(k=0); while(sumdigits(k^5) != n^5, k++); k^5}
CROSSREFS
Sequence in context: A336679 A176364 A283073 * A322061 A029831 A289981
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)