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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A120330 Primes congruent to +/- 1, 3, or 4 (mod 13). 0
2, 5, 7, 11, 13, 19, 31, 37, 41, 47, 59, 67, 71, 73, 83, 89, 97, 109, 137, 149, 151, 163, 167, 193, 197, 223, 227, 229, 239, 241, 271, 281, 293, 307, 317, 331, 349, 353, 359, 379, 383, 397, 401, 409, 421, 431, 449, 457, 461, 463, 479, 487, 499, 509, 541, 557 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

37 is prime and congruent to -4 (mod 13), so 37 is on the list

MATHEMATICA

For[a = 1, a < 1001, a++, p = Prime[a]; t = Mod[p, 13]; If[Or[t == 1, t == 3, t == 4, t == 9, t == 10, t == 12] == False, Print[p]]]

CROSSREFS

Sequence in context: A074833 A045347 A098170 * A023216 A079449 A038885

Adjacent sequences:  A120327 A120328 A120329 * A120331 A120332 A120333

KEYWORD

easy,nonn

AUTHOR

N. Fernandez (primeness(AT)borve.org), Jun 22 2006

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 10:43 EST 2012. Contains 205614 sequences.