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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A111226 Numbers n such that 5*n + 12 is prime. 0
1, 5, 7, 11, 17, 19, 23, 25, 29, 31, 37, 43, 49, 53, 59, 61, 65, 67, 71, 77, 89, 91, 95, 107, 109, 113, 115, 119, 121, 127, 133, 143, 149, 155, 157, 163, 169, 173, 175, 179, 185, 187, 191, 193, 197, 215, 217, 221, 235, 241, 245, 253, 257, 259, 263, 271, 283, 287 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

If n=109 then 5*n + 12 = 557 (prime).

MATHEMATICA

Select[Range[300], PrimeQ[5 # + 12] &]

PROG

(MAGMA) [n: n in [0..100000] |IsPrime(5*n+12)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Nov 13 2010]

CROSSREFS

Cf. A024894, A087505, A024897, A081759.

Sequence in context: A164316 A107448 A147853 * A168224 A084197 A180952

Adjacent sequences:  A111223 A111224 A111225 * A111227 A111228 A111229

KEYWORD

nonn

AUTHOR

Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Oct 26 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 14:57 EST 2012. Contains 205823 sequences.