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!)
A202115 Numbers n such that 90n + 17 is prime. 4
0, 1, 2, 5, 6, 7, 9, 12, 13, 14, 15, 18, 21, 22, 23, 25, 26, 27, 32, 35, 36, 37, 39, 40, 42, 46, 48, 50, 53, 54, 55, 57, 58, 60, 61, 65, 67, 70, 76, 77, 79, 81, 83, 84, 86, 88, 90, 92, 93, 97, 98, 104, 105, 111, 116, 123, 124, 127, 130, 131, 132, 133, 137 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MAPLE
select(t -> isprime(90*t+17), [$0..1000]); # Robert Israel, Sep 02 2014
MATHEMATICA
Select[Range[0, 200], PrimeQ[90 # + 17] &]
PROG
(PARI) is(n)=isprime(90*n+17) \\ Charles R Greathouse IV, Feb 20 2017
CROSSREFS
Sequence in context: A153384 A369962 A102657 * A047324 A327184 A362265
KEYWORD
nonn,easy
AUTHOR
J. W. Helkenberg, Dec 11 2011
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.)