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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A099350 Numbers n such that 4*n! - 1 is prime. 0
0, 1, 2, 3, 5, 6, 10, 11, 51, 63, 197, 313, 579 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

Remaining terms are greater than 1000.

EXAMPLE

n=5 is here because 4*5!-1=479 is prime.

MAPLE

for n from 0 to 1000 do if isprime(4*n! - 1) then print(n) end if end do;

CROSSREFS

Cf. A076680.

Sequence in context: A053436 A057546 A138587 * A191173 A008627 A027593

Adjacent sequences:  A099347 A099348 A099349 * A099351 A099352 A099353

KEYWORD

nonn

AUTHOR

Brian Kell (bkell(AT)cmu.edu), Oct 12 2004

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 13 08:12 EST 2012. Contains 205451 sequences.