The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A070310 Numbers n such that the sum of its aliquot parts and the number of its divisors are both perfect numbers. 0
28, 652, 10828 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Subsequence of A237286. - Roderick MacPhee, Jan 19 2017
LINKS
MATHEMATICA
p = {6, 28, 496, 8128, 33550336}; Do[a = Divisors[n]; If[ Position[p, Plus @@ Drop[a, -1]] != {} && Position[p, Length[a]] != {}, Print[n]], {n, 1, 10^7}]
PROG
(PARI) {for(n=1, 10^8, d=numdiv(n); if(d==sigma(d)-d, s=sigma(n)-n; if(s==sigma(s)-s, print1(n, ", "))))}
CROSSREFS
Sequence in context: A038121 A240684 A184329 * A309804 A236753 A269473
KEYWORD
more,nonn,bref
AUTHOR
Jason Earls, May 10 2002
EXTENSIONS
Edited by Robert G. Wilson v, May 14 2002
No further terms below 10^8. Is the sequence complete? - Klaus Brockhaus, May 17 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 14 14:46 EDT 2024. Contains 372533 sequences. (Running on oeis4.)