Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A092969
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A092969 a(1) = 2; for n>1, a(n) = largest prime of the form n!/k + 1, where k < n, or 0 if no such prime exists. +0
3
2, 3, 7, 13, 61, 241, 2521, 20161, 72577, 604801, 39916801, 59875201, 3113510401, 17435658241, 186810624001, 10461394944001, 118562476032001, 0, 24329020081766401, 304112751022080001, 12772735542927360001 (list; graph; listen)
OFFSET

1,1

COMMENT

Conjecture: There are only finitely many zeros in this sequence. In other words the sequence is identical to A092965 barring a finite set of terms which are zero.

I found zeros for n: 18,51,53,84,95,100,104,106,143,178,180,181,188,202,203,(204) - Robert G. Wilson v Mar 27 2004.

MATHEMATICA

f[n_] := Block[{k = 1}, While[ !PrimeQ[n!/k + 1], k++ ]; If[k < n, n!/k + 1, 0]]; Table[ f[n], {n, 22}] (from Robert G. Wilson v Mar 27 2004)

PROGRAM

(PARI) a(n)=for (i=1, n, if(isprime(n!/i+1), return((n!/i+1))))

CROSSREFS

Cf. A092968, A092970.

Sequence in context: A104367 A104365 A104372 this_sequence A089136 A092965 A051454

Adjacent sequences: A092966 A092967 A092968 this_sequence A092970 A092971 A092972

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Mar 26 2004

EXTENSIONS

More terms from Mohammed Bouayoun (bouyao(AT)wanadoo.fr), Mar 26 2004

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 2 11:54 EST 2009. Contains 167921 sequences.


AT&T Labs Research