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!)
A120227 Numbers n such that a+n and a*n+1 are prime, case a=5. 4
2, 6, 8, 12, 14, 26, 36, 38, 42, 48, 54, 56, 62, 66, 84, 92, 98, 104, 108, 126, 132, 152, 162, 176, 188, 194, 206, 218, 234, 236, 246, 258, 264, 272, 276, 302, 306, 344, 348, 362, 374, 416, 426, 428, 444, 456, 462, 474, 482, 504, 518, 542, 558, 572, 594, 602 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This sequence is infinite under Dickson's conjecture. - Charles R Greathouse IV, Apr 16 2012
LINKS
MATHEMATICA
Reap[Do[Do[If[PrimeQ[{n+x, n*x+1}]=={True, True}, Sow[x]], {x, 2, 1000, 2}], {n, 5, 5}]][[2, 1]]
Select[Range[700], And@@PrimeQ[{#+5, 5#+1}]&] (* Harvey P. Dale, Dec 18 2011 *)
CROSSREFS
Case a=4 A120226.
Sequence in context: A102166 A024894 A153880 * A276154 A328770 A138626
KEYWORD
nonn
AUTHOR
Zak Seidov, Jun 10 2006
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 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)