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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104876 Semiprimes of the form primorial(n) - 1. 1
209, 510509, 6469693229, 200560490129, 13082761331670029, 1922760350154212639069, 557940830126698960967415389, 40729680599249024150621323469, 2305567963945518424753102147331756069 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

REFERENCES

S. M. Ruiz, "A Result on Prime Numbers." Math. Gaz. 81, 269, 1997.

LINKS

Eric Weisstein's World of Mathematics, Primorial.

Eric Weisstein's World of Mathematics, Semiprime.

FORMULA

n# - 1 iff semiprime. Equals {A002110(i) - 1} intersection {A001358(j)}.

EXAMPLE

4# - 1 = 209 = 11 * 19.

7# - 1 = 510509 = 61 * 8369.

10# - 1 = 6469693229 = 79 * 81894851.

MATHEMATICA

From Ray Chandler: Bigomega[n_]:=Plus@@Last/@FactorInteger[n]; SemiprimeQ[n_]:=Bigomega[n]?2; Primorial[n_]:=Product[Prime[i], {i, n}]; Select[Table[Primorial[n]-1, {n, 30}], SemiprimeQ]

CROSSREFS

Cf. A001358, A002110, A034386, A005234, A014545, A018239, A006794, A057704, A057705, A104877.

Sequence in context: A003779 A071379 A125549 * A050516 A100670 A025392

Adjacent sequences:  A104873 A104874 A104875 * A104877 A104878 A104879

KEYWORD

easy,nonn

AUTHOR

Jonathan Vos Post (jvospost3(AT)gmail.com), Mar 28 2005

EXTENSIONS

Entry revised by N. J. A. Sloane (njas(AT)research.att.com), Apr 01 2006

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 17 08:34 EST 2012. Contains 205998 sequences.