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!)
A024900 Numbers k such that 7*k + 6 is prime. 7
1, 5, 11, 13, 19, 23, 25, 31, 35, 41, 43, 49, 59, 61, 65, 71, 83, 85, 91, 103, 109, 113, 115, 119, 121, 125, 133, 145, 149, 151, 155, 173, 175, 179, 185, 199, 203, 211, 215, 221, 223, 229, 233, 241, 245, 253, 263, 265, 269, 275, 281, 283, 289, 299, 301, 305, 319, 323, 325, 329 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[400], PrimeQ[7# + 6] &] (* Vincenzo Librandi, Sep 25 2012 *)
PROG
(Magma) [n: n in [1..400] | IsPrime(7*n+6)]; // Vincenzo Librandi, Nov 20 2010
(PARI) is(n)=isprime(7*n+6) \\ Charles R Greathouse IV, Sep 25 2012
CROSSREFS
Cf. A045473 (associated primes).
Sequence in context: A328058 A191042 A049511 * A087490 A140565 A191072
KEYWORD
nonn,easy
AUTHOR
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 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)