login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A037154 largest prime < n!-1. 1
3, 19, 113, 709, 5023, 40289, 362867, 3628789, 39916787, 479001587, 6227020777, 87178291183, 1307674367953, 20922789887947, 355687428095941, 6402373705727959, 121645100408831899 (list; graph; refs; listen; history; internal format)
OFFSET

3,1

PROG

(PARI) A037154(n) = {local(r); if(n<3, 1, r=n!-2; while(!isprime(r), r--); r)} [From Michael B. Porter (michael_b_porter(AT)yahoo.com), Feb 02 2010]

CROSSREFS

Sequence in context: A103005 A162354 A132959 * A037774 A037662 A116979

Adjacent sequences:  A037151 A037152 A037153 * A037155 A037156 A037157

KEYWORD

nonn

AUTHOR

Jud McCranie (JudMcCranie(AT)ugaalum.uga.edu)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 09:35 EST 2012. Contains 205614 sequences.