|
Search: id:A038843
|
|
|
| A038843 |
|
Super unitary perfect numbers: usigma(usigma(n)) = 2*n, where if n = Product p(i)^r(i) then usigma(n) = Product (p(i)^r(i)+1). |
|
+0 2
|
|
| 2, 9, 165, 238, 1640, 4320, 10250, 10824, 13500, 23760, 58500, 66912, 425880, 520128, 873180, 931392, 1899744, 2129400, 2253888, 3276000, 4580064, 4668300, 13722800, 15459840, 40360320, 201801600, 439021440
(list; graph; listen)
|
|
|
OFFSET
|
0,1
|
|
|
COMMENT
|
May be called (2,2)-unitary perfect numbers, analogous to (k,l)-perfect numbers.
|
|
LINKS
|
Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.
|
|
PROGRAM
|
(PARI) {usigma(n, s=1, fac, i)= fac=factor(n); for(i=1, matsize(fac)[1], s=s*(1+fac[i, 1]^fac[i, 2]) ); return(s); } for(n=1, 10^7, if(usigma(usigma(n))==2*n, print1(n, ", ")))
|
|
CROSSREFS
|
Cf. A038843, A034448.
Adjacent sequences: A038840 A038841 A038842 this_sequence A038844 A038845 A038846
Sequence in context: A117116 A133468 A081459 this_sequence A053294 A078524 A041795
|
|
KEYWORD
|
nonn,nice
|
|
AUTHOR
|
Yasutoshi Kohmoto (zbi74583(AT)boat.zero.ad.jp)
|
|
EXTENSIONS
|
Corrected by Jason Earls (zevi_35711(AT)yahoo.com), Aug 25 2001. More terms from Jud McCranie (j.mccranie(AT)comcast.net), Oct 28 2001
|
|
|
Search completed in 0.002 seconds
|