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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A140445 List of prime pairs of form p, p + 10. 0
3, 13, 7, 17, 13, 23, 19, 29, 31, 41, 37, 47, 43, 53, 61, 71, 73, 83, 79, 89, 97, 107, 103, 113, 127, 137, 139, 149, 157, 167, 163, 173, 181, 191, 223, 233, 229, 239, 241, 251, 271, 281, 283, 293, 307, 317, 337, 347, 349, 359, 373, 383, 379, 389, 409, 419, 421 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MAPLE

i: 1: for k from 1 to 1200 do if isprim (k) and isprim (k+10) then a [ i ] : = k : a [ i + 1]: = k + 10 : i = i + 2 fi od : seq (a [ n ], n=1..i-1);

MATHEMATICA

Flatten[{#, #+10}&/@Select[Prime[Range[100]], PrimeQ[#+10]&]]  (* From Harvey P. Dale, Apr 11 2011 *)

CROSSREFS

Cf. A001097, A123082.

Sequence in context: A084738 A073580 A173203 * A186109 A012789 A046421

Adjacent sequences:  A140442 A140443 A140444 * A140446 A140447 A140448

KEYWORD

nonn

AUTHOR

Juri-Stepan Gerasimov (2stepan(AT)rambler.ru), Jun 26 2008

EXTENSIONS

Corrected by D. S. McNeil (mcneil(AT)hku.hk), Dec 10 2009

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 15 14:02 EST 2012. Contains 205811 sequences.