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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A105772 Numbers n such that (7*n + 2) is prime. 6
0, 3, 5, 11, 15, 21, 23, 27, 33, 45, 47, 51, 53, 57, 63, 65, 71, 77, 81, 93, 101, 107, 117, 123, 125, 131, 135, 147, 155, 161, 167, 173, 183, 185, 195, 197, 201, 203, 207, 213, 221, 231, 251, 255, 257, 267, 273, 285, 287, 291, 293, 297, 305, 311, 315, 317, 333 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

If n=0, then 7*n + 2 = 2 (prime).

If n=63, then 7*63 + 2 = 443 (prime).

MATHEMATICA

Select[Range[0, 500], PrimeQ[7#+2]&]  (* From Harvey P. Dale, Apr 21 2011 *)

PROG

(MAGMA) [n: n in [0..500]| IsPrime(7*n + 2)]; // From Vincenzo Librandi, Feb 03 2011

CROSSREFS

Sequence in context: A003546 A082421 A153798 * A034169 A136977 A003529

Adjacent sequences:  A105769 A105770 A105771 * A105773 A105774 A105775

KEYWORD

nonn

AUTHOR

Parthasarathy Nambi (PachaNambi(AT)yahoo.com), May 04 2005

EXTENSIONS

More terms from Rick L. Shepherd (rshepherd2(AT)hotmail.com), May 18 2005

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 15 16:56 EST 2012. Contains 205825 sequences.