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!)
A259304 Numbers n such that there exists an x!=n that makes {n,n,n,x} an amicable multiset. 9
796320, 1205820, 1277640, 1963080, 5154240, 8599500, 8694000, 9022860, 10820880, 12149280, 15845760, 17173800, 18023040, 19323360, 21360240, 22720320, 25494480, 27052200, 27335880, 28365480, 28574280, 28704060, 29211000, 30329640, 30373200, 30450420, 31433220 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
We call the multiset {n,n,n,x} amicable iff sigma(n)=sigma(x)=n+n+n+x.
For the x values, see A259305.
If the condition x!=n were dropped, the terms from A027687 would also belong here.
LINKS
PROG
(PARI) isOK(n) = x=sigma(n)-3*n; x>0&x!=n&sigma(x)==3*n+x
CROSSREFS
Sequence in context: A255762 A255755 A254844 * A151561 A022203 A234784
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 17:39 EDT 2024. Contains 372548 sequences. (Running on oeis4.)