cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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.

This page as a plain text file.
%I A328374 #10 Oct 15 2019 13:06:07
%S A328374 0,1,229345007,396896379392866465976597929779996699
%N 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.
%F A328374 a(n) = A328364(n)^5.
%o A328374 (PARI) {a(n) = my(k=0); while(sumdigits(k^5) != n^5, k++); k^5}
%Y A328374 Cf. A067072, A067074, A291145, A328364.
%K A328374 nonn,base,more
%O A328374 0,3
%A A328374 _Seiichi Manyama_, Oct 14 2019