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!)
A111230 Numbers n such that 5*n + 14 is prime. 0
1, 3, 9, 13, 15, 19, 25, 27, 33, 37, 43, 45, 51, 67, 69, 73, 75, 79, 81, 85, 87, 93, 97, 99, 111, 117, 121, 129, 139, 141, 145, 151, 159, 163, 165, 169, 181, 183, 199, 201, 205, 207, 211, 219, 223, 243, 247, 249, 253, 255, 261, 277, 279, 283, 285, 289, 295, 297 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
If n=111 then 5*n + 14 = 569 (prime).
PROG
(Magma) [n: n in [0..100000] |IsPrime(5*n+14)] - Vincenzo Librandi, Nov 13 2010
(PARI) is(n)=isprime(5*n+14) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A050571 A234286 A193927 * A046865 A063791 A077791
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Oct 27 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 April 23 14:32 EDT 2024. Contains 371914 sequences. (Running on oeis4.)