|
Search: id:A096998
|
|
|
| A096998 |
|
Consider iteration of the function f(x)=sigma(phi(x))=A062402(x). Sequence gives numbers n such that the trajectory of n returns to n. |
|
+0 2
|
|
| 1, 3, 7, 12, 15, 28, 31, 60, 72, 124, 168, 195, 252, 255, 744, 1240, 1512, 1651, 2418, 2520, 3066, 3844, 4092, 4800, 5080, 5376, 6045, 6138, 6552, 9906, 9920, 10200, 12264, 20440, 30855, 36792, 46228, 58968, 60984, 65535, 67963, 81880, 122640
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
EXAMPLE
|
96 => 63 => 91 => 195 => 252 => 195 => ..., therefore 195 and 252 are in the sequence.
|
|
MATHEMATICA
|
a = {}; f[n_] := DivisorSigma[1, EulerPhi[ n]]; Do[ AppendTo[ a, NestWhileList[f, n, UnsameQ, All][[ -1]]]; a = Union[a], {n, 10^6}]; Take[ a, 43] (from Robert G. Wilson v Jul 21 2004)
|
|
CROSSREFS
|
Cf. A062402, A096850.
Sequence in context: A107790 A075895 A033015 this_sequence A122981 A122982 A101589
Adjacent sequences: A096995 A096996 A096997 this_sequence A096999 A097000 A097001
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Labos E. (labos(AT)ana.sote.hu), Jul 19 2004
|
|
EXTENSIONS
|
Edited, corrected and extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 21 2004
|
|
|
Search completed in 0.002 seconds
|