A050973 Larger member of friendly pairs ordered by smallest maximal element.
28, 140, 200, 224, 234, 270, 308, 364, 476, 496, 496, 532, 600, 644, 672, 700, 812, 819, 868, 936, 1036, 1148, 1170, 1204, 1316, 1400, 1484, 1488, 1488, 1540, 1638, 1638, 1638, 1652, 1708, 1800, 1820, 1876, 1988, 2016, 2044, 2200, 2212, 2324
Offset: 1
Keywords
Links
- Donovan Johnson, Table of n, a(n) for n = 1..10000
- Eric Weisstein's World of Mathematics, Friendly Pair.
Programs
-
PARI
lista(nn) = {for (n=1, nn, ab = sigma(n)/n; for (i=2, n-1, if (sigma(i)/i == ab, print1(n, ", "));););} \\ Michel Marcus, Dec 03 2013
Comments