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!)
A259306 Numbers n such that there exists an x!=n that makes {n,n,x,x} an amicable multiset. 9
1441440, 1860768, 3205440, 3378240, 3423420, 3914820, 4029480, 4437720, 5738040, 6093360, 6807240, 7136640, 7239120, 7551360, 9402120, 10204740, 12270720, 12405120, 12942720, 13495680, 14627340, 14725620, 15233400, 17166240, 18097800, 19158048, 23023440 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
We call the multiset {n,n,x,x} amicable iff sigma(n)=sigma(x)=n+n+x+x.
If the condition x!=n were dropped, the terms from A027687 would also belong here.
LINKS
PROG
(PARI) isOK(n) = x=(sigma(n)-2*n)/2; x>0 && x!=n && denominator(x)==1 && sigma(x)==n+n+x+x
CROSSREFS
Sequence in context: A339477 A234657 A015361 * A210629 A156621 A108841
KEYWORD
nonn
AUTHOR
Jeppe Stig Nielsen, Jun 23 2015
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 15 20:14 EDT 2024. Contains 372549 sequences. (Running on oeis4.)