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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138632 Nonnegative integers n such that 17*n+9 is prime. 0
2, 10, 16, 20, 22, 34, 44, 50, 62, 64, 76, 86, 94, 100, 104, 106, 110, 112, 122, 134, 140, 142 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..22.

EXAMPLE

17*2+9=43, 17*10+9=179, 17*16+9=281, 17*20+9=349, 17*22+9=349, ...

MATHEMATICA

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

CROSSREFS

Sequence in context: A048043 A043429 A105041 * A175957 A060658 A054028

Adjacent sequences:  A138629 A138630 A138631 * A138633 A138634 A138635

KEYWORD

nonn

AUTHOR

Vladimir Joseph Stephan Orlovsky, May 14 2008

STATUS

approved

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 May 19 17:43 EDT 2013. Contains 225436 sequences.