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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A103746 Numbers n such that prime(n)*prime(n+1) - 1 is semiprime. 4
2, 3, 5, 10, 13, 20, 33, 60, 89, 109, 116, 138, 144, 152, 182, 189, 212, 223, 253, 258, 297, 320, 336, 350, 353, 375, 390, 418, 422, 487, 492, 498, 501, 549, 567, 579, 592, 616, 654, 671, 704, 755, 799, 800, 812, 826, 874, 893, 917, 921, 948, 951, 957, 967 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

prime(10)*prime(11) - 1 = 29*31 - 1 = 898 = 2*449, hence 10 is a term.

PROG

(PARI) for(n=1, 1000, if(bigomega(prime(n)*prime(n+1)-1)==2, print1(n, ", ")))

CROSSREFS

Cf. A001358, A006881, A103533.

Sequence in context: A162404 A084760 A186082 * A071848 A120938 A120610

Adjacent sequences:  A103743 A103744 A103745 * A103747 A103748 A103749

KEYWORD

nonn,easy

AUTHOR

Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Mar 29 2005

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 13:57 EST 2012. Contains 205810 sequences.