login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A006990 Largest prime <= n!.
(Formerly M1541)
18
2, 5, 23, 113, 719, 5039, 40289, 362867, 3628789, 39916787, 479001599, 6227020777, 87178291199, 1307674367953, 20922789887947, 355687428095941, 6402373705727959, 121645100408831899, 2432902008176639969, 51090942171709439969, 1124000727777607679927 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
Conjecture: For n >= 2, n! - a(n) is 1 or a prime, see A033933. - Amarnath Murthy, Mar 19 2002
a(n) is the largest prime divisor of (n!)! of the sequence A000197. - Stanislav Sykora, Jul 14 2014
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
MATHEMATICA
PrevPrime[ n_Integer ] := Module[ {k = n - 1}, While[ ! PrimeQ[ k ], k-- ]; k ]; Table[ PrevPrime[ n! ], {n, 3, 25} ]
Join[{2}, NextPrime[Range[3, 30]!, -1]] (* Harvey P. Dale, Jan 24 2014 *)
CROSSREFS
Sequence in context: A279819 A249606 A003501 * A358608 A242227 A032182
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Jud McCranie; also from Robert G. Wilson v, Jan 03 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)