Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A048880
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A048880 Primes of form pq+2 where p and q are consecutive primes. +0
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; listen)
OFFSET

1,1

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

ct = 0; Do[If[PrimeQ[Prime[k]*Prime[k + 1] + 2], ct++; n[ct] = Prime[k]*Prime[k + 1] + 2], {k, 1, 430}]; Table[n[k], {k, 1, ct}] (Lei Zhou)

CROSSREFS

Cf. A051507.

Adjacent sequences: A048877 A048878 A048879 this_sequence A048881 A048882 A048883

Sequence in context: A059425 A050952 A093930 this_sequence A075892 A141886 A060429

KEYWORD

easy,nonn,nice

AUTHOR

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

EXTENSIONS

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 6 16:13 EDT 2008. Contains 144667 sequences.


AT&T Labs Research