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!)
A070311 Numbers n such that sopfr(n) and d(n) are both perfect numbers. 1
338, 2496, 3520, 153280, 508096, 678592, 1162432, 1461952, 2130112, 2475712, 2595520, 2959552, 3042496, 3388096, 3443392, 3581632, 3733696, 3742912, 3744873, 5713173, 9492309, 11912896, 14767353, 15009472, 18021609, 21703125 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) {for(n=1, 22000000, d=numdiv(n); if(d==sigma(d)-d, s=0; F=factor(n); for(i=1, matsize(F)[1], s=s+F[i, 1]*F[i, 2]); if(s==sigma(s)-s, print1(n, ", "))))}
CROSSREFS
Sequence in context: A250802 A186052 A186044 * A205648 A221799 A059976
KEYWORD
nonn
AUTHOR
Jason Earls, May 10 2002
EXTENSIONS
More terms from Klaus Brockhaus, May 15 2002
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 May 11 14:55 EDT 2024. Contains 372409 sequences. (Running on oeis4.)