|
Search: id:A127655
|
|
|
| A127655 |
|
Numbers whose unitary aliquot sequences end in a unitary amicable pair, but which are not unitary amicable numbers themselves. |
|
+0 2
|
|
| 102, 388, 436, 484, 812, 866, 1020, 1036, 1040, 1116, 1196, 1380, 1500, 1524, 1532, 1552, 1618, 1644, 1716, 1724, 1726, 1744, 1916, 2020, 2066, 2068, 2324, 2368, 2386, 2486
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
REFERENCES
|
Riele, H. J. J. te; Unitary Aliquot Sequences. MR 139/72, Mathematisch Centrum, 1972, Amsterdam.
Riele, H. J. J. te; Further Results On Unitary Aliquot Sequences. NW 2/73, Mathematisch Centrum, 1973, Amsterdam.
|
|
LINKS
|
Pederse, Jan Munch, Tables Of Aliquot Cycles,
|
|
EXAMPLE
|
a(5)=812 because the fifth non unitary amicable number whose unitary aliquot sequence ends in a unitary amicable pair is 812.
|
|
MATHEMATICA
|
UnitaryDivisors[n_Integer?Positive]:=Select[Divisors[n], GCD[ #, n/# ]==1&]; sstar[n_]:=Plus@@UnitaryDivisors[n]-n; g[n_] := If[n > 0, sstar[n], 0]; UnitaryTrajectory[n_] := Most[NestWhileList[g, n, UnsameQ, All]]; UnitaryAmicableNumberQ[k_]:=If[Nest[sstar, k, 2]?k && !sstar[k]?k, True, False]; Select[Range[2500], !UnitaryAmicableNumberQ[ # ] && UnitaryAmicableNumberQ[Last[UnitaryTrajectory[ # ]]] &]
|
|
CROSSREFS
|
Cf. A063991, A097037, A127654, A098185, A097032, A097010, A127653, A097036.
Sequence in context: A078787 A160850 A140062 this_sequence A158127 A151964 A088805
Adjacent sequences: A127652 A127653 A127654 this_sequence A127656 A127657 A127658
|
|
KEYWORD
|
hard,nonn
|
|
AUTHOR
|
Ant King (mathstutoring(AT)ntlworld.com), Jan 25 2007
|
|
|
Search completed in 0.002 seconds
|