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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138629 Primes of form 17*n+7. 2
7, 41, 109, 211, 313, 347, 449, 619, 653, 823, 857, 1061, 1129, 1163, 1231, 1367, 1571, 1741, 1877, 1979, 2081, 2251, 2557, 2591, 2659, 2693, 2897, 2999, 3067, 3169, 3203, 3271, 3373, 3407, 3917, 4019, 4597, 4733, 4801, 4903, 4937, 5039, 5107, 5209, 5413 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

17*0+7=7, 17*2+7=41, 17*6+7=109, 17*18+7=211, ...

MATHEMATICA

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

CROSSREFS

Cf. A144562 [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Jan 17 2009]

Sequence in context: A105902 A031909 A007398 * A127923 A165563 A034575

Adjacent sequences:  A138626 A138627 A138628 * A138630 A138631 A138632

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

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 14 16:57 EST 2012. Contains 205635 sequences.