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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138626 Nonnegative integers n such that 17*n-5 is prime. 0
2, 6, 8, 12, 14, 36, 38, 42, 44, 48, 56, 62, 66, 68, 78, 84, 92, 96 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

17*2-5=29, 17*6-5=97, 17*8-5=131, 17*12-5=199,...

MATHEMATICA

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

CROSSREFS

Sequence in context: A024894 A153880 A120227 * A178406 A189515 A190344

Adjacent sequences:  A138623 A138624 A138625 * A138627 A138628 A138629

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), May 14 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 08:08 EST 2012. Contains 205720 sequences.