login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138627 Primes congruent to 10 mod 17. 1
61, 163, 197, 367, 401, 503, 571, 673, 809, 877, 911, 1013, 1217, 1319, 1489, 1523, 1693, 1931, 1999, 2203, 2237, 2339, 2441, 2543, 2713, 2917, 3019, 3121, 3257, 3359, 3461, 3529, 3631, 3733, 3767, 4073, 4243, 4447, 4481, 4549, 4583, 4651, 4787, 4889, 4957 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

17*4-7=61, 17*10-7=163, 17*12-7=197, 17*22-7=367, ...

MATHEMATICA

a={}; Do[x=17*n-7; If[PrimeQ[x], AppendTo[a, x]], {n, 10^2}]; a

CROSSREFS

Sequence in context: A062661 A044393 A044774 * A161853 A106096 A142482

Adjacent sequences:  A138624 A138625 A138626 * A138628 A138629 A138630

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), May 14 2008

EXTENSIONS

More terms from N. J. A. Sloane (njas(AT)research.att.com), Jul 11 2008

Edited by N. J. A. Sloane (njas(AT)research.att.com) at the suggestion of R. J. Mathar, Jul 20 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 20:03 EST 2012. Contains 205852 sequences.