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!)
A143713 Numbers k such that k! - prime(k-1) yields a prime. 0
3, 4, 5, 6, 10, 22, 31, 92, 174, 237, 886, 1075, 1357, 2428, 3700, 6319 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[2, 1000], PrimeQ[#!-Prime[#-1]]&] (* Harvey P. Dale, Oct 31 2013 *)
PROG
(PARI) for(n=2, 1000, if(isprime(n! - prime(n-1)), print1(n, ", ")))
CROSSREFS
Cf. A064401.
Sequence in context: A103033 A099561 A110300 * A271821 A261459 A215249
KEYWORD
nonn,more
AUTHOR
EXTENSIONS
a(11) from Harvey P. Dale, Oct 31 2013
a(12)-a(15) from Metin Sariyar, Sep 27 2019
a(16) from Michael S. Branicky, Jun 08 2023
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)