A349499 Numbers k such that A349474(k) = A349474(k+1).
2, 7, 10, 14, 19, 22, 56, 59, 60, 63, 65, 66, 67, 68, 69, 70, 76, 77, 81, 104, 109, 113, 114, 123, 125, 137, 138, 154, 155, 164, 171, 184, 185, 187, 190, 195, 199, 210, 217, 221, 230, 232, 236, 248, 251, 255, 257, 274, 276, 280, 281, 282, 290, 293, 295, 301, 306
Offset: 1
Keywords
Examples
2 is a term since A349474(2) = A349474(3) = 2. 7 is a term since A349474(7) = A349474(8) = 3.
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
c[n_] := Length @ ContinuedFraction[DivisorSigma[0, n]/DivisorSigma[-1, n]]; Select[Range[350], c[#] == c[# + 1] &]
Comments