A256102 Numbers m such that gcd(A001008(m), m) > 1, in increasing order.
20, 42, 77, 110, 156, 272, 342, 506, 812, 930, 1247, 1332, 1640, 1806, 2162, 2756, 3422, 3660, 4422, 4970, 5256, 6162, 6806, 7832, 9312, 9328, 10100, 10506, 11342, 11772, 12656, 16002, 17030, 18632, 19182, 22052, 22650, 24492, 26406, 27722, 29756, 31862, 32580, 36290, 37056, 38612, 39402
Offset: 1
Examples
n = 1: gcd(A001008(20), 20) = gcd(55835135, 20) = 5 = A256103(1) > 1. A001008(20)/A175441(20) = 55835135/11167027 = 5 = A256103(1). Because 19 is not in this sequence 1 = gcd(A001008(19), 19) = gcd(275295799, 19).
Links
- Amiram Eldar, Table of n, a(n) for n = 1..500
Programs
-
Mathematica
Select[Range[10^4], !CoprimeQ[#, Numerator @ HarmonicNumber[#]] &] (* Amiram Eldar, Feb 24 2020 *)
Formula
a(n) is the n-th smallest element of the set M:= {m positive inter | gcd(A001008(m), m) > 1}, n >= 1.
Comments