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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A089160 Numbers n such that 30*n+11 and 30*n+13 are twin primes. 1
0, 1, 2, 3, 6, 9, 10, 14, 15, 17, 21, 27, 29, 34, 35, 36, 38, 43, 48, 49, 57, 62, 64, 69, 70, 71, 79, 86, 90, 93, 108, 112, 115, 119, 122, 127, 128, 133, 136, 141, 142, 147, 149, 157, 164, 167, 174, 181, 183, 188, 191, 204, 218, 223, 225, 226, 240, 244, 274, 276, 295 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

EXAMPLE

30*3+11=101, 30*3+13=103, 101,103 twin primes

MATHEMATICA

Select[Range[0, 300], And@@PrimeQ[{30#+11, 30#+13}]&] (* From Harvey P. Dale, Aug 15 2011 *)

PROG

(MAGMA) [n: n in [0..10000]|IsPrime(30*n+11)and IsPrime(30*n+13)] [From Vincenzo Librandi, Nov 16 2010]

CROSSREFS

Sequence in context: A190674 A188399 A047284 * A045588 A191178 A191127

Adjacent sequences:  A089157 A089158 A089159 * A089161 A089162 A089163

KEYWORD

base,easy,nonn

AUTHOR

Pierre CAMI (colettecami(AT)aol.com), Dec 06 2003

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 18 00:14 EST 2012. Contains 206085 sequences.