login
The OEIS is supported by the many generous donors 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. 7
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; text; internal format)
OFFSET
1,1
LINKS
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
Sequence in context: A162404 A084760 A186082 * A071848 A268176 A120938
KEYWORD
nonn,easy
AUTHOR
Klaus Brockhaus, Mar 29 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)