A356135 Semiprimes k such that k is congruent to 6 modulo k's index in the sequence of semiprimes.
4, 6, 9, 10, 22, 26, 177, 183, 213, 27662, 3066886, 3067021, 3067161, 3067166, 3067186, 3067241, 3067271, 3067421, 3067426, 3067541, 3067561, 3067571, 3067586, 3067661, 3067681, 3067711, 3067741, 3067901, 3067906, 3067991, 3068041, 44690978177, 44690978534, 44690978639, 44690978891
Offset: 1
Examples
The 1st semiprime is 4, which is congruent to 6 (mod 1), so 4 is in the sequence. The 2nd semiprime is 6, which is congruent to 6 (mod 2), so 6 is in the sequence. The 3rd semiprime is 9, which is congruent to 6 (mod 3), so 9 is in the sequence. The 4th semiprime is 10, which is congruent to 6 (mod 4), so 10 is in the sequence. The 5th semiprime is 14, which is not congruent to 6 (mod 5), so 14 is not in the sequence.
Links
- Lucas A. Brown, Table of n, a(n) for n = 1..41
- Lucas A. Brown, semiprimemods.py.
Comments