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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A048880 Primes of form pq+2 where p and q are consecutive primes. 6
17, 37, 79, 223, 439, 4759, 22501, 32401, 53359, 57601, 60493, 72901, 77839, 95479, 99223, 159199, 164011, 176401, 194479, 239119, 324901, 378223, 416023, 497011, 680623, 756853, 804511, 1115113, 1664101, 1742401, 2223079 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

All terms > 17 are congruent to 1 mod 6. (Zak Seidov)

LINKS

T. D. Noe, Table of n, a(n) for n=1..1000

EXAMPLE

487*491+2=239119.

MAPLE

with (numtheory): for n from 1 to 1000 do if (tau(ithprime(n)*ithprime(n+1)+2)=2) then print(ithprime(n), ithprime(n+1), ithprime(n)*ithprime(n+1)+2); fi; od;

MATHEMATICA

Reap[Do[If[PrimeQ[p=Prime[k]*Prime[k+1]+2], Sow[p]], {k, 1, 430}]][[2, 1]] (* Zak Seidov Dec 03 2010 *)

CROSSREFS

Cf. A051507.

Sequence in context: A050952 A200865 A093930 * A075892 A155143 A141886

Adjacent sequences:  A048877 A048878 A048879 * A048881 A048882 A048883

KEYWORD

easy,nonn

AUTHOR

Herman H. Rosenfeld (herm3(AT)pacbell.net)

EXTENSIONS

Corrected and extended by Joe DeMaio (jdemaio(AT)kennesaw.edu).

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 04:18 EST 2012. Contains 205860 sequences.