The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A075746 Numbers n such that 210*n-13 is prime. 1
1, 3, 4, 8, 9, 10, 11, 14, 15, 16, 17, 18, 21, 23, 25, 27, 28, 30, 33, 34, 36, 37, 40, 41, 42, 44, 45, 47, 48, 50, 53, 59, 62, 63, 67, 71, 72, 74, 75, 80, 82, 83, 84, 85, 86, 87, 94, 95, 96, 97, 102, 103, 105, 106, 109, 110, 111, 115, 118, 119, 125, 129, 133, 136, 140, 149 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
n=1: 210*1-13=197 is prime.
MATHEMATICA
Select[Range[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, Jun 12 2017
CROSSREFS
Sequence in context: A089290 A296497 A019811 * A342791 A275096 A109826
KEYWORD
easy,nonn
AUTHOR
Zak Seidov, Oct 08 2002
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 May 14 13:40 EDT 2024. Contains 372533 sequences. (Running on oeis4.)