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!)
A286650 a(n) is the smallest number m such that the sum of the digits of m^4 is equal to n^4. 3
0, 1, 11, 1434, 1269681358 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
a(2) = 11 as 11^4 = 14641 is the smallest fourth power whose digit sum = 16 = 2^4.
PROG
(PARI) {a(n) = my(k=0); while(sumdigits(k^4) != n^4, k++); k}
CROSSREFS
Cf. A000583 (n^4), A055565 (sum of digits of n^4).
Sequence in context: A015484 A145185 A068896 * A015027 A160264 A351597
KEYWORD
nonn,base,more
AUTHOR
Seiichi Manyama, Aug 15 2017
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 March 28 08:22 EDT 2024. Contains 371236 sequences. (Running on oeis4.)