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!)
A073085 Numbers n such that 210*n+1 is prime. 2
1, 2, 3, 5, 7, 11, 12, 13, 16, 17, 20, 22, 23, 28, 29, 30, 35, 36, 39, 42, 44, 46, 47, 50, 51, 53, 55, 57, 59, 60, 64, 67, 68, 72, 73, 74, 78, 81, 83, 85, 86, 88, 89, 93, 96, 100, 101, 104, 105, 111, 115, 117, 118, 121, 122, 124, 125, 128, 129, 135, 137, 139, 140, 141 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
1 is a member because 210*1+1=211 is prime; 100 is a member because 210*100+1=21001 is prime.
MATHEMATICA
Flatten[Position[PrimeQ[210Range[100]+1], True]]
Select[Range[150], PrimeQ[(210*# + 1)] &] (* Vincenzo Librandi, Sep 30 2012 *)
PROG
(Magma) [n: n in [1..200] | IsPrime(210*n + 1)]; Vincenzo Librandi, Sep 30 2012
(PARI) is(n)=isprime(210*n+1) \\ Charles R Greathouse IV, May 22 2017
CROSSREFS
Cf. A073102.
Sequence in context: A001742 A307714 A369254 * A340657 A316793 A119251
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 April 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)