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!)
A194230 Least k such that the sum of the distinct prime divisors of k equals m^n for some m > 1. 0
2, 14, 15, 39, 87, 183, 2071, 1255, 1527, 3063, 28546, 12279, 106327, 49143, 622231, 1113823, 1703767, 1310695, 9961111, 3145719, 29360002, 12582903, 218103418, 50331639, 2046816631, 335544295, 9932108986, 23890747663, 1610612727 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The sequence A063869 gives the least k such that sigma(k)=m^n for some m>1.
In this sequence, except n=2 -> m=3, the program gives m = 2 for n = 1 to 30.
All terms are squarefree. [Charles R Greathouse IV, Aug 19 2011]
LINKS
FORMULA
a(n)=Min{x : A008472 (x)= m^n} for some m.
EXAMPLE
a(11) = 28546 because the sum of the distinct prime divisors {2, 7, 2039} is 2048 = 2^11.
MAPLE
with(numtheory):for n from 1 to 12 do:ii:=0:for k from 1 to 1000000 while(ii=0) do: ii:=0:x:=factorset(k):p1:=sum(x[i], i=1..nops(x)):jj:=0:for m from 2 to 10 while(jj=0) do :if p1=m^n then ii:=1:jj:=1: printf ( "%d %d \n", n, k):else fi:od:od:od:
CROSSREFS
Sequence in context: A009774 A276553 A032933 * A109993 A075041 A105453
KEYWORD
nonn
AUTHOR
Michel Lagneau, Aug 19 2011
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 25 12:15 EDT 2024. Contains 371969 sequences. (Running on oeis4.)