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!)
A254836 Numbers n expressible as a product of 4 factors in two different ways, n = a*b*c*d = x*y*w*z, with a+b+c+d = x+y+w+z. 1
36, 40, 48, 72, 80, 90, 96, 108, 120, 126, 144, 160, 168, 176, 180, 192, 200, 216, 225, 234, 240, 252, 270, 280, 288, 297, 300, 320, 324, 336, 352, 360, 378, 384, 396, 400, 405, 408, 420, 432, 440, 448, 450, 456, 468, 480 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The first few terms have a+b+c+d = w+x+y+z equal to 14, 15, 12, 15, 16, 17, 15, ..., . - Robert G. Wilson v, Feb 09 2015
LINKS
Robert G. Wilson v, Table of n, a(n) for n = 1..1114 (first 157 terms from Carmine Suriano)
EXAMPLE
40 is in the list since 40 = 1*1*5*8 = 1*2*2*10 and 1+1+5+8 = 15 = 1+2+2+10.
MATHEMATICA
fQ[n_] := If[ PrimeOmega@ n > 3, Block[{k = 1}, While[k < n && Length@ Select[ IntegerPartitions[k, {4}, Divisors@ n], Times @@ # == n &] < 2, k++]; If[k < 2n, True]]]; k = 1; lst = {}; While[k < 500, If[ fQ@ k, AppendTo[lst, k]]; k++]; lst (* Robert G. Wilson v, Feb 09 2015 *)
CROSSREFS
Cf. A060292.
Sequence in context: A083248 A360765 A077090 * A067672 A276710 A181484
KEYWORD
nonn
AUTHOR
Carmine Suriano, Feb 08 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 June 12 07:00 EDT 2024. Contains 373325 sequences. (Running on oeis4.)