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!)
A343281 Numbers of the form x + y + z in positive integers x,y,z such that (x+y) | x*y, (y+z) | y*z, and (x+z) | x*z. 0
6, 12, 15, 18, 20, 24, 28, 30, 35, 36, 40, 42, 45, 48, 54, 56, 60, 63, 66, 70, 72, 75, 77, 78, 80, 84, 88, 90, 91, 96, 99, 100, 102, 104, 105, 108, 110, 112, 114, 117, 120, 126, 130, 132, 135, 138, 140, 143, 144, 150, 153, 154, 156, 160, 162, 165, 168, 170, 174, 175, 176, 180, 182, 184 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Not the same as A005279, this sequence contains 184.
LINKS
FORMULA
a(n) = Sum_{j=1..floor(n/3)} Sum_{i=j..floor((n-j)/2)} c(i*j/(i+j)) * c(i*(n-i-j)/(n-j)) * c(j*(n-i-j)/(n-i)), where c(n) = 1 - ceiling(n) + floor(n).
EXAMPLE
184 = [120,40,24] so that (120+40) | 120*40, (40+24) | 40*24, (120+24) | 120*24.
CROSSREFS
Cf. A005279.
Sequence in context: A107487 A092671 A005279 * A129512 A259366 A196391
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, Apr 10 2021
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 24 09:42 EDT 2024. Contains 371935 sequences. (Running on oeis4.)