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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A075133 Indices of double-safe primes: p=prime(n) is double-safe: q=(p-1)/2 & r=(q-1)/2 are both prime (and q is safe). 1
5, 9, 15, 39, 72, 128, 228, 309, 417, 562, 567, 657, 740, 762, 779, 789, 927, 959, 967, 981, 1214, 1315, 1364, 1632, 1650, 1667, 1785, 1825, 2295, 2425, 2442, 2607, 2709, 2721, 2840, 3085, 3114, 3194, 3401, 3812, 3911, 4428, 4472, 4479, 4645, 4753, 4780 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

prime p is safe if q=(p-1)/2 is prime, so p is double safe if also r=(q-1)/2 is prime. Safe primes are in A005385, indices of triple-safe primes are in A075314

EXAMPLE

72 is a member because p(72)=359, q=(p-1)/2=179 and r=(q-1)2=89 are primes.

MATHEMATICA

se2=Select[(Select[(Prime[Range[20000]]-1)/2, PrimeQ]-1)/2, PrimeQ]; Map[PrimePi, Map[2(2*#+1)+1&, se2]]

CROSSREFS

Cf. A005385, A075314.

Sequence in context: A074953 A023498 A062516 * A066081 A076856 A099541

Adjacent sequences:  A075130 A075131 A075132 * A075134 A075135 A075136

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Sep 04 2002

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 16 16:51 EST 2012. Contains 205938 sequences.