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!)
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; text; internal format)
OFFSET
1,2
LINKS
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)] - Vincenzo Librandi, Nov 13 2010
(PARI) is(n)=isprime(5*n+12) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A189320 A107448 A147853 * A168224 A084197 A180952
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Oct 26 2005
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 July 7 03:38 EDT 2024. Contains 374062 sequences. (Running on oeis4.)