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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A099382 Primes of the form 3p - q - 3, where p and q are consecutive primes. 2
5, 7, 17, 19, 29, 31, 37, 53, 67, 79, 97, 113, 127, 137, 151, 157, 167, 197, 199, 211, 269, 293, 337, 349, 353, 379, 383, 389, 439, 449, 457, 547, 557, 569, 607, 617, 619, 653, 661, 691, 751, 757, 787, 829, 857, 877, 887, 907, 919, 947 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Charles R Greathouse IV, Table of n, a(n) for n = 1..10000

PROG

(PARI) v=List(); p=2; forprime(q=3, 1e6, if(isprime(t=3*p-q-3), listput(v, t)); p=q); v=vecsort(Vec(v), , 8)

CROSSREFS

Cf. A099389.

Sequence in context: A040102 A100021 A099389 * A163633 A092242 A003630

Adjacent sequences:  A099379 A099380 A099381 * A099383 A099384 A099385

KEYWORD

nonn,easy

AUTHOR

Giovanni Teofilatto (g.teofilatto(AT)tiscalinet.it), Nov 17 2004

EXTENSIONS

Edited and extended by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Nov 19 2004

Terms corrected by Charles R Greathouse IV, Feb 15 2011

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 17:11 EST 2012. Contains 205938 sequences.