A215761 Numbers m with property that 36m+11 is prime.
0, 1, 2, 5, 6, 7, 12, 13, 16, 18, 23, 25, 26, 27, 28, 30, 32, 36, 40, 41, 42, 43, 46, 50, 51, 56, 57, 58, 61, 62, 65, 67, 68, 70, 75, 78, 81, 82, 83, 90, 92, 93, 96, 98, 103, 107, 111, 113, 118, 126, 127, 130, 133, 135, 137, 140, 141, 145, 147, 152, 153, 155
Offset: 1
Keywords
Links
- Zak Seidov, Table of n, a(n) for n = 1..10000
Crossrefs
Cf. A073609.
Programs
-
Mathematica
Select[Range[0,200],PrimeQ[36#+11]&] (* Harvey P. Dale, Oct 09 2018 *)
-
PARI
isok(n) = isprime(36*n+11); \\ Michel Marcus, Oct 19 2013
Comments