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!)
A104874 Semiprimes of the form prime(n)*prime(n+1)*prime(n+2)*prime(n+3) - 1. 3
209, 1154, 645328246, 2445956098, 2337448622686, 19317973275826, 22894376863198, 32220239865718, 51087435019342, 78382834887262, 163068083613646, 176031800345938, 622751201209726, 1292966939911018 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This is the four-consecutive-prime minus one equivalent of A103533.
LINKS
EXAMPLE
n: prime(n) * prime(n+1) * prime(n+2) * prime(n+3) - 1
1: 2 * 3 * 5 * 7 - 1 = 209 = 11 * 19
2: 3 * 5 * 7 * 11 - 1 = 1154 = 2 * 577
36: 151 * 157 * 163 * 167 - 1 = 645328246 = 2 * 322664123
47: 211 * 223 * 227 * 229 - 1 = 2445956098 = 2 * 1222978049
201: 1229 * 1231 * 1237 * 1249 - 1 = 2337448622686 = 2 * 1168724311343.
MATHEMATICA
Bigomega[n_]:=Plus@@Last/@FactorInteger[n]; SemiprimeQ[n_]:=Bigomega[n]==2; Select[Table[Prime[n]*Prime[n+1]*Prime[n+2]*Prime[n+3]-1, {n, 1000}], SemiprimeQ] (* Ray Chandler, Mar 29 2005 *)
CROSSREFS
Sequence in context: A203041 A293981 A181623 * A157441 A304063 A305455
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Mar 29 2005
EXTENSIONS
Extended by Ray Chandler, 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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)