Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A038843
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 13 02:37 EDT 2008. Contains 145008 sequences.


AT&T Labs Research