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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143713 Numbers n such that n! - prime(n-1) yields a prime 0
3, 4, 5, 6, 10, 22, 31, 92, 174, 237 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

PROG

(PARI) for(n=2, 1000, if(isprime(n! - prime(n-1)), print1("n=" n", "n! - prime(n-1)", ")))

CROSSREFS

Sequence in context: A103033 A099561 A110300 * A089912 A047425 A048989

Adjacent sequences:  A143710 A143711 A143712 * A143714 A143715 A143716

KEYWORD

nonn

AUTHOR

Alexander R. Povolotsky (pevnev(AT)juno.com), Aug 29 2008

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 16 16:00 EST 2012. Contains 205938 sequences.