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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A053982 Numbers n such that 1 + product of first n composite numbers is prime. 1
1, 3, 7, 11, 16, 22, 39, 76, 116, 139, 149, 169, 179, 220, 372, 429, 1216 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

Composite[n_Integer] := (k = n + PrimePi[n] + 1; While[k - PrimePi[k] - 1 != n, k++ ]; k); Do[ If[ PrimeQ[ Product[ Composite[k], {k, 1, n} ] + 1], Print[ n ] ], {n, 1, 430} ]

CROSSREFS

Cf. A002808, A000040, A057017.

Sequence in context: A118027 A082644 A131024 * A118000 A121640 A112786

Adjacent sequences:  A053979 A053980 A053981 * A053983 A053984 A053985

KEYWORD

nonn

AUTHOR

G. L. Honaker, Jr. (honak3r(AT)gmail.com), Apr 02 2000

EXTENSIONS

More terms from Jeppe Stig Nielsen (sequence(AT)jeppesn.dk), Apr 16 2000 (from 76 on are probable primes). 429 and 1216 from Robert G. Wilson v (rgwv(AT)rgwv.com), Apr 20 2001

Edited by T. D. Noe (noe(AT)sspectra.com), Oct 30 2008

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 07:36 EST 2012. Contains 205711 sequences.