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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A049985 Primes of form n!-(n-1)!-1. 1
3, 17, 599, 35279, 322559, 439084799, 293999475161295508340735999999 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..7.

MATHEMATICA

f[n_]:=n!-n; lst={}; Do[If[PrimeQ[f[n+1]-f[n]], AppendTo[lst, f[n+1]-f[n]]], {n, 0, 5!}]; lst [From Vladimir Joseph Stephan Orlovsky, Jun 27 2009]

CROSSREFS

For more terms see A049433.

Sequence in context: A128300 A001601 A061119 * A126579 A217957 A225728

Adjacent sequences:  A049982 A049983 A049984 * A049986 A049987 A049988

KEYWORD

nonn

AUTHOR

N. J. A. Sloane.

STATUS

approved

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 May 22 11:27 EDT 2013. Contains 225528 sequences.