|
Search: id:A128607
|
|
|
| A128607 |
|
Perfect (or pure) powers pp such that sigma(pp) is also a perfect (pure) power. |
|
+0 3
|
|
| 81, 343, 400, 32400, 1705636, 3648100, 138156516, 295496100, 1055340196, 1476326929, 1857437604, 2263475776, 2323432804, 2592846400, 2661528100, 7036525456, 85482555876, 119582481249, 183341537856, 188198057124
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Denote by egcd(n) the gcd of all the powers in the prime factorization of n. In our context, a square has egcd=2, a cube has egcd=3 and so on. The only elements n in the sequence for which egcd(n)>2 are 81 and 343. Are there any others? Conjecture I: egcd(A128607(n))=2 for all n>2. Let A128608(n)=sigma(A128607(n)). Note that A128607(11)=1857437604=(2^2)*(3^2)*(11^2)*(653^2) has A128608(11)=5168743489=(7^3)*(13^3)*(19^3). Any other cubes or higher egcd's in A128608? Conjecture II: egcd(A128608(n))=2 for all n ne 11.
|
|
MAPLE
|
with(numtheory); egcd:=proc(n::posint) local L; if n>1 then L:=ifactors(n)[2]; L:=map(z-> z[2], L); return igcd(op(L)) fi end: # egcd(1) is NULL M:=[]: for w to 1 do for n from 2 do if egcd(n)>1 then sn:=sigma(n); if egcd(sn)>1 then M:=[op(M), n]; print(ifactor(n), ifactor(sn)) fi fi; od od; #This is a simplified program. Loop over powers of n if you want. Another way is to loop over powers of p, p*q, p*q*r out to p*q*r*s*t.
|
|
CROSSREFS
|
Cf. A000203, A001597, A128608.
Sequence in context: A101963 A053171 A017162 this_sequence A017378 A017498 A097025
Adjacent sequences: A128604 A128605 A128606 this_sequence A128608 A128609 A128610
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Walter A. Kehowski (wkehowski(AT)cox.net), Mar 20 2007
|
|
|
Search completed in 0.002 seconds
|