login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A059394 Special safe primes (from A005385) such that the next prime is also a safe prime. 1
5, 7, 467, 1307, 2447, 5087, 5927, 12527, 18947, 44687, 55079, 78467, 79943, 83207, 93383, 103007, 105143, 111443, 118787, 128879, 143687, 164987, 196907, 204587, 207227, 208787, 229487, 232823, 236507, 257627, 267143, 275987, 289319, 296159 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
For {467,55079,103007,728579,887759,..} safe primes {479,55103,103043,728627,887819} are the next primes, whose differences are 12,24,36,48,60,.. respectively,not necessarily equal to 12, the possible minimum (see A059322).
MATHEMATICA
ss[x_] := PrimeQ[(Prime[x]-1)/2]&&PrimeQ[(Prime[x+1]-1)/2] t=Prime[Flatten[Position[Table[ss[w], {w, 1, 100000}], True]]]
CROSSREFS
Sequence in context: A196331 A344361 A159019 * A176960 A114368 A260830
KEYWORD
nonn
AUTHOR
Labos Elemer, Jan 29 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 10:51 EDT 2024. Contains 371967 sequences. (Running on oeis4.)