A273936
Amicable 5-tuples: (x1,...,x5) such that sigma(x1)=...=sigma(x5)=x1+...+x5, x1
Original entry on oeis.org
294821130240, 350100092160, 368526412800, 457350727680, 457350727680, 466800122880, 466800122880, 466800122880, 522686545920
Offset: 1
A036472
Amicable quadruples: the numbers b referred to in A036471.
Original entry on oeis.org
3361680, 4090320, 4839120, 5116320, 5831280, 6029100, 6640200, 6541920, 6922080, 6902280, 7087080, 7436520, 7327320, 7054320, 7722000, 7852320, 8157240, 8157240, 8920800, 9360540, 8759520, 9621360, 10174500, 10174500, 10098000, 10316880, 10085040
Offset: 1
That this is the first term was confirmed by
Giovanni Resta, Nov 14 2006, who also found a(2)-a(18).
A036473
Amicable quadruples: the numbers c referred to in A036471.
Original entry on oeis.org
3461040, 4150440, 4918320, 5475960, 5920200, 6421800, 6768720, 7559640, 7280280, 7685496, 7227360, 7688520, 7715400, 7840560, 7948080, 8125920, 8873760, 9098460, 10063200, 9830520, 10260180, 9661680, 10521000, 10188360, 10914120, 10747440, 11241720
Offset: 1
That this is the first term was confirmed by
Giovanni Resta, Nov 14 2006, who also found a(2)-a(18).
A383239
Integers k such that there exists an integer 0
Original entry on oeis.org
1740, 7776, 22428, 55968, 106140, 143910, 198792, 246510, 309582, 326196, 411138, 421596, 428256, 590112, 639288, 697158, 870552, 941094, 958716, 1060956, 1087776, 1105884, 1269828, 1341660, 1361568, 1447620, 1495494, 1512810, 1626324, 1727940, 1819392
Offset: 1
For k=2, alpha_1=1, alpha_2=2 we have (1560, 1740), (7380, 7776), (20664, 22428), (543456, 590112), (588744, 639288),
-
isok(k) = my(s=sigma(k)); for (m=1, k-1, if ((sigma(m)==s) && (s==m+2*k), return(m))); \\ Michel Marcus, Apr 28 2025
A233626
Least member of an amicable n-tuple: (x[1],...,x[n]) such that sigma(x[1])=...=sigma(x[n])=x[1]+...+x[n], x[i]
Original entry on oeis.org
1, 220, 1980, 3270960, 53542288800
Offset: 1
- Eric W. Weisstein, Amicable Triple. From MathWorld--A Wolfram Web Resource.
Cf.
A233553 for amicable quintuples.
A233538
Triangle T(n,k) read by rows, which contains for 1<=k<=n the least amicable n-tuple T(n,1),..., T(n,n) such that sigma(T(n,k)) = T(n,1)+...+T(n,n).
Original entry on oeis.org
1, 220, 284, 1980, 2016, 2556, 3270960, 3361680, 3461040, 3834000, 53542288800, 59509850400, 59999219280, 60074174160, 61695597600
Offset: 1
Triangle begins:
1;
220, 284; i.e. A002025(1), A002046(1).
1980, 2016, 2556; i.e. A125490(1), A125491(1), A125492(1).
3270960, 3361680, 3461040, 3834000;
53542288800, 59509850400, 59999219280, 60074174160, 61695597600.
- Donovan Johnson, Re: A_k and RMPN, SeqFan list, Dec 12 2013
- Yasutoshi Kohmoto, Sigma(x)=Sigma(y)=Sigma(z)=Sigma(u)=Sigma(v)=x+y+z+u+v, SeqFan list, Nov 23 2008
- Yasutoshi Kohmoto, A_k and RMPN, SeqFan list, Dec 09 2013
- J. M. Pedersen, Type system of amicable pairs
- Eric Weisstein's World of Mathematics, Amicable Pair
- Eric Weisstein's World of Mathematics, Amicable Triple
- Eric Weisstein's World of Mathematics, Amicable Quadruple
Comments