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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A129484 Primes of the form 17n+1. 5
103, 137, 239, 307, 409, 443, 613, 647, 919, 953, 1021, 1123, 1259, 1327, 1361, 1429, 1531, 1667, 1871, 1973, 2143, 2347, 2381, 2551, 2687, 2789, 2857, 3061, 3163, 3299, 3469, 3571, 3673, 3877, 3911, 4013, 4217, 4421, 4523, 4591, 4931, 4999, 5101, 5237 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

Select[Range[1, 5000, 17], PrimeQ[#]&] (*From Vladimir Joseph Stephan Orlovsky, Apr 03 2011*)

PROG

(PARI) cicadayear(n) = forstep(x=1, n, 17, if(isprime(x), print1(x", ")))

(MAGMA) [n: n in [1..5000 by 17] | IsPrime(n)] ; // Vincenzo Librandi, Apr 04 2011

CROSSREFS

Cf. A140544, A092074, A094657, A138623, A140545, A138629, A138633, A138631, A138627, A140542, A138625, A141865, A140540, A140543, A140541.

Sequence in context: A139979 A146357 A023080 * A058999 A046077 A127027

Adjacent sequences:  A129481 A129482 A129483 * A129485 A129486 A129487

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)hotmail.com), May 29 2007

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 02:48 EST 2012. Contains 205978 sequences.