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!)
A111294 Numbers n such that 23*n + 2 is prime. 0
0, 3, 7, 15, 19, 25, 33, 37, 43, 49, 63, 67, 87, 93, 103, 105, 115, 117, 129, 133, 157, 159, 165, 169, 175, 177, 183, 189, 193, 217, 219, 235, 243, 247, 253, 255, 267, 277, 297, 303, 309, 315, 325, 327, 337, 345, 355, 367, 373, 375, 379, 393, 397, 415, 435, 439 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
If n=217 then 23*n + 2 = 4993 (prime).
PROG
(Magma) [n: n in [0..100000] |IsPrime(23*n + 2)] - Vincenzo Librandi, Nov 13 2010
(PARI) is(n)=isprime(23*n+2) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A098582 A235698 A089432 * A092899 A075694 A186300
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Nov 01 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 25 13:12 EDT 2024. Contains 371969 sequences. (Running on oeis4.)