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!)
A140543 Primes congruent to 15 mod 17. 5
83, 151, 389, 457, 491, 593, 661, 797, 967, 1069, 1103, 1171, 1307, 1409, 1511, 1579, 1613, 1783, 1987, 2089, 2293, 2531, 2633, 2803, 2837, 2939, 3041, 3109, 3313, 3347, 3449, 3517, 3823, 4027, 4129, 4231, 4639, 4673, 4877, 5081, 5387, 5557, 5591, 5659 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) ~ 16n log n. - Charles R Greathouse IV, Jul 02 2016
MATHEMATICA
Select[Range[15, 15000, 17], PrimeQ] (* Vladimir Joseph Stephan Orlovsky, May 18 2011 *)
PROG
(Magma) [p: p in PrimesUpTo(6000) | p mod 17 eq 15 ]; // Vincenzo Librandi, Aug 15 2012
(PARI) is(n)=isprime(n) && n%17==15 \\ Charles R Greathouse IV, Jul 02 2016
CROSSREFS
Cf. A107306.
Sequence in context: A141976 A142652 A256345 * A142118 A044253 A044634
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Corrected and extended by N. J. A. Sloane, Jul 11 2008
Edited by N. J. A. Sloane at the suggestion of R. J. Mathar, Jul 20 2008
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 16 08:27 EDT 2024. Contains 371698 sequences. (Running on oeis4.)