|
Search: id:A125738
|
|
|
| A125738 |
|
Primes p such that 3^p - 3^((p + 1)/2) + 1 is prime. |
|
+0 4
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
PrimePi[ a(n) ] = {2, 5, 44, 52, 120, 127, 185,...}.
|
|
LINKS
|
J. Brillhart et al., Factorizations of b^n +- 1, Contemporary Mathematics, Vol. 22, Amer. Math. Soc., Providence, RI, 3rd edition, 2002.
S. S. Wagstaff, Jr., The Cunningham Project.
|
|
MATHEMATICA
|
Do[p=Prime[n]; f=3^p-3^((p+1)/2)+1; If[PrimeQ[f], Print[{n, p}]], {n, 1, 200}]
|
|
CROSSREFS
|
Cf. A125739 = Primes p such that 3^p + 3^((p + 1)/2) + 1 is prime. Cf. A007670 = numbers n such that 2^n - 2^((n + 1)/2) + 1 is prime. Cf. A007671 = numbers n such that 2^n + 2^((n + 1)/2) + 1 is prime.
Adjacent sequences: A125735 A125736 A125737 this_sequence A125739 A125740 A125741
Sequence in context: A118479 A103836 A081484 this_sequence A092840 A007156 A060346
|
|
KEYWORD
|
hard,more,nonn
|
|
AUTHOR
|
Alexander Adamchuk (alex(AT)kolmogorov.com), Dec 02 2006
|
|
|
Search completed in 0.002 seconds
|