login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A058040
Numbers k such that if p_1,p_2,...,p_m, m>1, are the prime factors of k, then there is some b>0 such that k = Sum_{i=1..m} b^(p_i).
0
12, 36, 576, 16464
OFFSET
1,1
COMMENTS
No others < 1000000.
No others <= 10^9. - Sean A. Irvine, Jul 19 2022
EXAMPLE
12=2^2*3=2^2+2^3 (b=2);
36=2^2*3^2=3^2+3^3 (b=3);
576=2^6*3^2=8^2+8^3 (b=8);
16464=2^4*3*7^3=4^2+4^3+4^7 (b=4).
CROSSREFS
Sequence in context: A216381 A085331 A225100 * A130164 A144973 A043358
KEYWORD
nonn
AUTHOR
Naohiro Nomoto, Nov 21 2000
EXTENSIONS
Offset corrected and title clarified by Sean A. Irvine, Jul 19 2022
STATUS
approved