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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A093350 Primes congruent to 6 (modulo 13). 7
19, 71, 97, 149, 227, 331, 383, 409, 461, 487, 617, 643, 773, 877, 929, 1033, 1163, 1319, 1423, 1553, 1579, 1657, 1709, 1787, 2099, 2203, 2281, 2333, 2411, 2437, 2593, 2671, 2749, 2801, 2879, 2957, 3061, 3191, 3217, 3347, 3373, 3529, 3581, 3607, 3659 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Used in a primality test.

LINKS

Chris Caldwell, Prime Test.

MAPLE

p:=proc(n) if isprime(n)=true and n mod 13 = 6 then n else fi end:seq(p(n), n=1..4500); (Deutsch)

MATHEMATICA

Select[Range[6, 20000, 13], PrimeQ] (* From Vladimir Joseph Stephan Orlovsky, Jun 18 2011 *)

CROSSREFS

Sequence in context: A172078 A196136 A198002 * A142516 A127874 A154406

Adjacent sequences:  A093347 A093348 A093349 * A093351 A093352 A093353

KEYWORD

nonn

AUTHOR

Jun Mizuki (suzuki32(AT)sanken.osaka-u.ac.jp), Apr 26 2004

EXTENSIONS

Corrected and extended by Emeric Deutsch (deutsch(AT)duke.poly.edu), Feb 28 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 16 16:00 EST 2012. Contains 205938 sequences.