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!)
A075745 Numbers n such that 210*n + 13 is prime. 2
0, 1, 2, 3, 4, 5, 7, 8, 10, 14, 15, 16, 17, 18, 19, 21, 27, 32, 36, 38, 41, 43, 45, 47, 48, 49, 50, 51, 54, 60, 61, 62, 66, 67, 68, 69, 70, 71, 76, 77, 79, 83, 85, 88, 90, 92, 93, 94, 95, 96, 98, 100, 102, 105, 106, 107, 113, 116, 118, 121, 122, 124, 125, 127, 128, 129, 132 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
n=2: 210*2 + 13 = 433 is prime.
MATHEMATICA
Select[Range[0, 500], PrimeQ[210*# + 13] &] (* Vincenzo Librandi, Oct 04 2012 *)
PROG
(Magma) [n: n in [0..150]| IsPrime(210*n + 13)]; // Vincenzo Librandi, Oct 04 2012
(PARI) is(n)=isprime(210*n+13) \\ Charles R Greathouse IV, May 22 2017
CROSSREFS
Cf. A140841.
Sequence in context: A029003 A339279 A034296 * A214036 A100289 A255130
KEYWORD
easy,nonn
AUTHOR
Zak Seidov, Oct 08 2002
EXTENSIONS
0 inserted by Ray Chandler, Apr 30 2010
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 March 28 13:42 EDT 2024. Contains 371254 sequences. (Running on oeis4.)