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!)
A111250 Numbers n such that 7*n + 10 is prime. 2
1, 3, 7, 9, 13, 21, 27, 31, 33, 37, 39, 43, 49, 51, 57, 67, 73, 79, 81, 87, 91, 93, 109, 111, 117, 121, 133, 139, 141, 147, 157, 159, 163, 169, 177, 181, 183, 187, 193, 207, 211, 219, 223, 229, 231, 237, 241, 249, 259, 267, 271, 277, 297, 303, 319, 333, 339, 343 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
One less than the entry of A089033 at the same index.
LINKS
EXAMPLE
If n=117 then 7*n + 10 = 829 (prime).
MATHEMATICA
Select[Range[400], PrimeQ[7#+10]&] (* Harvey P. Dale, Mar 25 2021 *)
PROG
(PARI) for(n=1, 453, if(isprime(7*n + 10), print1(n, ", ")))
(Magma) [ n: n in [0..1500] | IsPrime(7*n + 10) ] // Vincenzo Librandi, Jan 31 2011
CROSSREFS
Sequence in context: A103601 A291344 A297002 * A118643 A043772 A176553
KEYWORD
nonn
AUTHOR
Parthasarathy Nambi, Oct 31 2005
EXTENSIONS
Extended by Lambert Klasen (lambert.klasen(AT)gmx.net), Nov 02 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 21 03:50 EDT 2024. Contains 374463 sequences. (Running on oeis4.)