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!)
A127652 Integers whose unitary aliquot sequences are longer than their ordinary aliquot sequences. 4
25, 28, 36, 40, 50, 68, 70, 74, 94, 95, 98, 116, 119, 134, 142, 143, 154, 162, 170, 175, 182, 189, 190, 200, 220, 226, 242, 245, 262, 273 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Here the length of an aliquot sequence is defined to be the length of the transient part of its trajectory + the length of its terminal cycle.
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
Manuel Benito and Juan L. Varona, Advances In Aliquot Sequences, Mathematics of Computation, Vol. 68, No. 225, (1999), pp. 389-393.
Wolfgang Creyaufmueller, Aliquot Sequences.
FORMULA
Sequence gives those values of n for which A097032(n)>A098007(n).
EXAMPLE
a(5)=50 because the fifth integer whose unitary aliquot sequence is longer than its ordinary aliquot sequence is 50.
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]]; s[n_]:=DivisorSigma[1, n]-n; h[n_] := If[n > 0, s[n], 0]; OrdinaryTrajectory[n_] := Most[NestWhileList[h, n, UnsameQ, All]]; Select[Range[275], Length[UnitaryTrajectory[ # ]]>Length[OrdinaryTrajectory[ # ]] &]
CROSSREFS
Sequence in context: A295748 A254226 A195613 * A303812 A334534 A259028
KEYWORD
hard,nonn
AUTHOR
Ant King, Jan 24 2007
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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)