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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A102732 Primes of the form 13n+5. 10
5, 31, 83, 109, 239, 317, 421, 499, 577, 733, 811, 863, 941, 967, 1019, 1097, 1123, 1201, 1279, 1409, 1487, 1669, 1721, 1747, 1877, 2111, 2137, 2267, 2293, 2371, 2423, 2579, 2657, 2683, 2917, 2969, 3203, 3229, 3307, 3359, 3463, 3541, 3593, 3671, 3697 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

lst={}; Do[p=13*n+5; If[PrimeQ[p], AppendTo[lst, p]], {n, 0, 4*5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 27 2009]

PROG

(MAGMA) [n: n in PrimesUpTo(3800) | IsDivisibleBy(n-5, 13)];  // Bruno Berselli, Apr 05 2011

(MAGMA) [ a: n in [0..350] | IsPrime(a) where a is 13*n +5 ]; // Vincenzo Librandi, Apr 06 2011

CROSSREFS

Cf. A144562 [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Jan 17 2009]

Sequence in context: A078686 A031908 A139862 * A138657 A106909 A115519

Adjacent sequences:  A102729 A102730 A102731 * A102733 A102734 A102735

KEYWORD

nonn

AUTHOR

Jun Mizuki (suzuki32(AT)sanken.osaka-u.ac.jp), Feb 07 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 21:51 EST 2012. Contains 205978 sequences.