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!)
A118068 Numbers k such that A103557(k)*((prime(k)#)^2) - 1 is a Sophie Germain prime, where prime(k)# is the k-th primorial. 0
1, 7, 8, 13, 26, 58 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(7) > 200. - Amiram Eldar, Sep 11 2021
LINKS
MATHEMATICA
q[n_] := Module[{p2 = Product[Prime[i], {i, 1, n}]^2, k=1}, While[!PrimeQ[k*p2-1] || !PrimeQ[k*p2+1], k++]; PrimeQ[2*k*p2 - 1]]; Select[Range[100], q] (* Amiram Eldar, Sep 11 2021 *)
CROSSREFS
Sequence in context: A025156 A228210 A045765 * A060754 A196129 A286261
KEYWORD
nonn,hard,more
AUTHOR
Pierre CAMI, May 11 2006
EXTENSIONS
Data corrected by Amiram Eldar, Sep 11 2021
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 19 08:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)