login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A154941 Sophie Germain primes in A154939. 0
3, 5, 11, 131, 419, 1409, 2069, 3449, 3761, 3911, 6899, 7079, 7151, 9539, 9791, 10529, 10691, 11321, 11831, 14741, 15269, 17291, 22079, 27281, 27809, 30449, 34439, 45131, 48479, 52289, 54251, 64439, 70901, 75389, 78839, 85691, 101411, 102911 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

2*3+1=7, 5*2+1=11, ...

MATHEMATICA

lst={}; Do[p=Prime[n]; If[PrimeQ[(p-1)*(p+1)-p]&&PrimeQ[(p-1)*(p+1)+p], If[PrimeQ[p*2+1], AppendTo[lst, p]]], {n, 8!}]; lst

CROSSREFS

Cf. A053184, A038872, A141158, A038615, A098058, A038936, A089270, A140559, A154939

Sequence in context: A062530 A089628 A083841 * A062601 A038198 A079037

Adjacent sequences:  A154938 A154939 A154940 * A154942 A154943 A154944

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 17 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 12:21 EST 2012. Contains 205785 sequences.