login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A154547
Sophie Germain primes of A154276.
1
902501, 10824101, 19096901, 26832401, 40322501, 166926401, 255360401, 309760001, 335622401, 338928101, 404814401, 412090001, 430562501, 441840401, 651270401, 702780101, 885062501, 1006792901, 1029768101, 1160764901
OFFSET
1,1
MATHEMATICA
lst={}; Do[If[PrimeQ[p=81*n^2-72*n+17], If[PrimeQ[2*p+1], AppendTo[lst, p]]], {n, 8!}]; lst
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved