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!)
A154607 Numbers n such that 11*n + 4 is prime. 2
3, 5, 9, 17, 23, 33, 35, 39, 45, 47, 53, 57, 59, 65, 75, 89, 95, 99, 107, 117, 129, 135, 137, 147, 155, 159, 173, 177, 179, 183, 185, 189, 203, 207, 213, 239, 243, 245, 263, 269, 297, 305, 315, 317, 323, 329, 339, 347, 357, 365, 375, 383, 387, 389, 393, 395, 407 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[0, 100], PrimeQ[11# + 4]&] (* Vincenzo Librandi, Sep 24 2012 *)
PROG
(Magma) [n: n in [0..410] | IsPrime(11*n+4)]; // Vincenzo Librandi, Sep 24 2012
(PARI) is(n)=isprime(11*n+4) \\ Charles R Greathouse IV, Sep 24 2012
(Sage) [n for n in (1..600) if is_prime(11*n+4)] # G. C. Greubel, Sep 18 2019
(GAP) Filtered([1..600], k-> IsPrime(11*k+4)); # G. C. Greubel, Sep 18 2019
CROSSREFS
Sequence in context: A294641 A143105 A032679 * A361875 A287207 A298338
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Jan 15 2009
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 18 04:56 EDT 2024. Contains 371767 sequences. (Running on oeis4.)