A145918 Subset of Sophie Germain primes generated by an iterative process starting from 11.
11, 23, 83, 179, 359, 719, 1439, 2903, 5903, 11831, 23819, 47639, 95723, 191459, 383219, 766763, 1533599, 3067511, 6135023, 12271019, 24542351, 49085819, 98172131, 196344719, 392689439, 785379359, 1570758719, 3141519443
Offset: 1
Links
- C. K. Caldwell, The Prime Glossary, Sophie Germain Prime.
- C. K. Caldwell, Cunningham Chain.
- Eric Weisstein's World of Mathematics, Figurate Number.
Formula
Define:
n, a positive integer congruent to 11 (mod 12);
o, 2n + 1;
Mn, Mersenne number n: A000225(n);
Pn, pseudoperfect number n: A006516(n) and note its simple construction from Mn: Pn = A000217(A000225(n)) = (Mn^2 + Mn + 1) / 2 = (4^n - 2^n) / 2;
Fo, figurate kernel o = A000217(o) - o = (o^2 - o) / 2.
Observe that Pn (mod Fo) is calculable by modular exponentiation.
Then n is a Sophie Germain prime and o is its matching safe prime iff Pn is congruent to o (mod Fo). n and o are therefore members of a Cunningham chain.
Comments