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!)
A224494 Smallest k such that k*2*p(n)^2+1=q is prime and k*2*q^2+1 is also prime. 4
5, 2, 29, 41, 9, 2, 71, 30, 32, 6, 35, 11, 6, 50, 2, 20, 9, 120, 56, 21, 9, 75, 90, 51, 51, 29, 107, 9, 74, 155, 116, 11, 29, 86, 116, 35, 200, 12, 11, 39, 9, 105, 51, 422, 36, 65, 6, 32, 27, 44, 9, 41, 14, 116, 266, 41, 29, 5, 50, 95, 27, 71, 69, 330, 21, 194 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
a[n_] := For[k = 1, True, k++, p = Prime[n]; If[PrimeQ[q = k*2*p^2 + 1] && PrimeQ[k*2*q^2 + 1], Return[k]]]; Table[ a[n] , {n, 1, 66}] (* Jean-François Alcover, Apr 12 2013 *)
CROSSREFS
Sequence in context: A297812 A360546 A347379 * A095998 A328555 A208927
KEYWORD
nonn
AUTHOR
Pierre CAMI, Apr 08 2013
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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)