A146309 a(n) = indices where primes occurred in A146306.
1, 3, 10, 14, 18, 22, 26, 30, 34, 38, 42, 46, 58, 62, 66, 74, 78, 82, 86, 94, 102, 106, 114, 118, 122, 134, 138, 142, 146, 158, 166, 174, 178, 186, 194, 202, 206, 214, 218, 222, 226, 246, 254, 258, 262, 274, 278, 282, 298, 302, 314, 318, 326, 334, 346, 354, 358
Offset: 0
Keywords
Programs
-
Mathematica
aa = {}; Do[k = Denominator[(n - 6)/(2 n)]; If[PrimeQ[k], AppendTo[aa, n]], {n, 1, 1000}]; aa (*Artur Jasinski*)
Comments