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!)
A259303 Numbers n such that there exists an x!=n that makes {x,x,n} an amicable multiset. 10
1560, 7380, 20448, 20664, 22752, 23352, 25248, 26964, 35328, 51360, 100200, 104412, 108792, 135540, 156312, 192096, 232740, 252252, 278460, 310752, 362160, 401688, 492660, 543456, 548592, 588744, 659736, 732060, 767520, 826848, 998712, 999648, 1129440, 1129464 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
We call the multiset {x,x,n} amicable iff sigma(x)=sigma(n)=x+x+n.
For the x values, see A259302.
If the condition x!=n were dropped, the terms from A005820 would also belong here.
LINKS
PROG
(PARI) isOK(n) = x=(sigma(n)-n)/2; x>0 && x!=n && denominator(x)==1 && sigma(x)==x+x+n;
CROSSREFS
Sequence in context: A092001 A069475 A158773 * A035865 A031800 A280354
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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)