|
| |
|
|
A006990
|
|
Largest prime <= n!.
(Formerly M1541)
|
|
11
| |
|
|
2, 5, 23, 113, 719, 5039, 40289, 362867, 3628789, 39916787, 479001599, 6227020777, 87178291199, 1307674367953, 20922789887947, 355687428095941, 6402373705727959, 121645100408831899, 2432902008176639969
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 2,1
|
|
|
COMMENTS
| Conjecture: for n > 2, n! - a(n) is 1 or a prime i.e. a non-composite number. E.g. 3! - 5 = 1, 5!- 113 = 7 etc. - Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Mar 19 2002
|
|
|
REFERENCES
| N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
|
|
|
MATHEMATICA
| PrevPrime[ n_Integer ] := Module[ {k = n - 1}, While[ ! PrimeQ[ k ], k-- ]; k ]; Table[ PrevPrime[ n! ], {n, 3, 25} ]
|
|
|
CROSSREFS
| Sequence in context: A100299 A038833 A003501 * A032182 A165902 A191600
Adjacent sequences: A006987 A006988 A006989 * A006991 A006992 A006993
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com), Robert G. Wilson v (rgwv(AT)rgwv.com)
|
|
|
EXTENSIONS
| More terms from Jud McCranie (JudMcCranie(AT)ugaalum.uga.edu); also from Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 03 2001
|
| |
|
|