Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A071771
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A071771 Least k > 0 such that the nextprime(k*primorial(n)) - k*primorial(n) is composite. +0
1
59, 413, 2018, 48907, 100284, 869700, 23094906 (list; graph; listen)
OFFSET

1,1

EXAMPLE

For a(2): the second primorial (A002110) is 6. It is not until k = 413, or 6*413 = 2478, that the next prime > 2478 = 2503 less 2478 which equals 25 is a composite.

MATHEMATICA

Do[p = Product[ Prime[i], {i, 1, n}]; k = 1; While[ q = NextPrim[k*p] - k*p; q == 1 || PrimeQ[q], k++ ]; Print[k], {n, 1, 6}]

CROSSREFS

Cf. A002110, A005235, A071572.

Sequence in context: A060263 A033238 A118624 this_sequence A125034 A140024 A093259

Adjacent sequences: A071768 A071769 A071770 this_sequence A071772 A071773 A071774

KEYWORD

nonn

AUTHOR

David W. Wilson (davidwwilson(AT)comcast.net) and Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 04 2002

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 July 6 17:22 EDT 2008. Contains 140988 sequences.


AT&T Labs Research