Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A057017
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A057017 Product of first n composite numbers minus 1 is a prime. +0
2
1, 2, 3, 9, 12, 22, 26, 30, 34, 51, 54, 100, 125, 155, 168, 173, 220, 401, 494 (list; graph; listen)
OFFSET

1,2

EXAMPLE

a(3) = 3 because 4*6*8-1 = 191 which is prime.

MATHEMATICA

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

CROSSREFS

Cf. A053982.

Sequence in context: A088084 A048084 A067719 this_sequence A047162 A155929 A032486

Adjacent sequences: A057014 A057015 A057016 this_sequence A057018 A057019 A057020

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Apr 21 2001

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 1 19:22 EST 2009. Contains 167811 sequences.


AT&T Labs Research