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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A111225 Numbers n such that 5*n + 8 is prime. 1
1, 3, 7, 9, 13, 15, 19, 21, 31, 33, 37, 43, 45, 51, 55, 57, 61, 69, 73, 75, 85, 87, 91, 99, 103, 111, 117, 121, 127, 129, 133, 135, 145, 147, 153, 163, 169, 171, 175, 189, 195, 201, 205, 211, 217, 219, 223, 229, 231, 237, 241, 243, 255, 259, 273, 283, 285, 289 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Harvey P. Dale, Table of n, a(n) for n = 1..1000

EXAMPLE

If n=103 then 5*n + 8 = 523 (prime).

MATHEMATICA

Select[Range[300], PrimeQ[5#+8]&] (* From Harvey P. Dale, Oct 31 2011 *)

PROG

(MAGMA) [n: n in [0..100000] |IsPrime(5*n+8)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Sep 03 2010]

CROSSREFS

Cf. A024894, A087505, A024897, A081759.

Sequence in context: A047241 A086515 A132222 * A032678 A073671 A172367

Adjacent sequences:  A111222 A111223 A111224 * A111226 A111227 A111228

KEYWORD

nonn

AUTHOR

Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Oct 26 2005

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 00:09 EST 2012. Contains 205978 sequences.