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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138623 Primes congruent to 5 mod 17. 1
5, 73, 107, 277, 311, 379, 617, 719, 787, 821, 991, 1093, 1229, 1297, 1399, 1433, 1637, 2011, 2113, 2351, 2521, 2657, 2861, 2963, 3167, 3371, 3541, 3643, 3677, 3779, 3847, 3881, 4051, 4153, 4289, 4357, 4391, 4493, 4561, 4663, 4799, 4969, 5003, 5309, 5479 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

17*0+5=5, 17*4+5=73, 17*6+5=107, 17*16+5=277,...

MATHEMATICA

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

CROSSREFS

Sequence in context: A197324 A197977 A136637 * A206280 A070526 A070530

Adjacent sequences:  A138620 A138621 A138622 * A138624 A138625 A138626

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 17 07:41 EST 2012. Contains 205998 sequences.