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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A084830 Numbers n such that (n!)^2 + n! - 1 is prime. 0
2, 3, 4, 5, 6, 14, 17, 50, 111, 254, 506 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

REFERENCES

H. Dubner, Factorial and primorial primes, J. Rec. Math., 19 (No. 3, 1987).

EXAMPLE

5 is in the sequence because (5!)^2+5!-1=14519 is prime.

MATHEMATICA

Do[If[PrimeQ[n!^2+n!-1], Print[n]], {n, 600}]

CROSSREFS

Cf. A002981, A002982.

Sequence in context: A065638 A204896 A039016 * A116044 A116027 A085157

Adjacent sequences:  A084827 A084828 A084829 * A084831 A084832 A084833

KEYWORD

more,nonn

AUTHOR

Farideh Firoozbakht (f.firoozbakht(AT)sci.ui.ac.ir), Jul 12 2003

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 14 11:36 EST 2012. Contains 205623 sequences.