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!)
A063833 !n - 3 is prime. 1
1, 4, 5, 6, 13, 14, 20, 66, 91, 124, 212, 282, 460 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
There are no further terms, because for n >= 467, 467 | !n - 3. - Serge Batalov, Jul 14 2017
LINKS
MATHEMATICA
Do[ If[ PrimeQ[ Sum[ k!, {k, 0, n - 1} ] - 3 ], Print[ n ] ], {n, 1, 800} ]
Position[Accumulate[Range[0, 500]!], _?(PrimeQ[#-3]&)]//Flatten (* Harvey P. Dale, Sep 20 2019 *)
CROSSREFS
Cf. A063508.
Sequence in context: A280382 A055033 A089119 * A260107 A167434 A139061
KEYWORD
nonn,fini,full
AUTHOR
Robert G. Wilson v, Aug 21 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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)