|
Search: id:A127667
|
|
|
| A127667 |
|
Odd integers that do not generate monotonically decreasing infinitary aliquot sequences. |
|
+0 6
|
|
| 945, 1743, 2175, 2655, 2823, 2865, 3105, 3375, 3537, 3585, 3729, 4209, 4665, 5775, 6559, 6681, 6969, 7257, 7263, 7785, 8457, 8583, 9657
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Based on empirical evidence, approximately 98.9 % of the infinitary aliquot sequences generated by the odd integers are monotonically decreasing. This sequence represents the 1.1 % of odd integers that are the exceptions to this.
|
|
REFERENCES
|
Cohen, Graeme L.; On an Integer's Infinitary Divisors, Mathematics of Computation, Vol. 54, No. 189. (1990), pp. 395-411.
|
|
LINKS
|
Pedersen, Jan Munch, Tables of Aliquot Cycles.
|
|
EXAMPLE
|
a(5)=2823 because 2823 is the fifth odd integer whose infinitary aliquot sequence is not monotonically decreasing.
|
|
MATHEMATICA
|
ExponentList[n_Integer, factors_List]:={#, IntegerExponent[n, # ]}&/@factors; InfinitaryDivisors[1]:={1}; InfinitaryDivisors[n_Integer?Positive]:=Module[ { factors=First/@FactorInteger[n], d=Divisors[n] }, d[[Flatten[Position[ Transpose[ Thread[Function[{f, g}, BitOr[f, g]==g][ #, Last[ # ]]]&/@ Transpose[Last/@ExponentList[ #, factors]&/@d]], _?(And@@#&), {1}]] ]] ] Null; properinfinitarydivisorsum[k_]:=Plus@@InfinitaryDivisors[k]-k; g[n_] := If[n > 0, properinfinitarydivisorsum[n], 0]; iTrajectory[n_] := Most[NestWhileList[g, n, UnsameQ, All]]; u[n_]:=Table[n[[k+1]]<n[[k]], {k, 1, Length[n]-1}]; v[n_]:=If[ !MemberQ[u[n], False], True, False]; data=iTrajectory/@Range[1, 10^4, 2]; First/@Select[data, !v[ # ] &]
|
|
CROSSREFS
|
Cf. A126168, A127661, A127666.
Sequence in context: A125013 A005231 A006038 this_sequence A109729 A127666 A133818
Adjacent sequences: A127664 A127665 A127666 this_sequence A127668 A127669 A127670
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Ant King (mathstutoring(AT)ntlworld.com), Jan 26 2007
|
|
|
Search completed in 0.002 seconds
|