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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064759 Numbers n such that n! - Fibonacci(n) is prime. 2
11, 13, 178, 7822 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

178!-Fibonacci(178) certified prime with Primo.

No more terms through 10^4. - Ryan Propper (rpropper(AT)stanford.edu), Dec 30 2006

PROG

(PARI) for(n=1, 300, if(isprime(n!-fibonacci(n)), print(n)))

CROSSREFS

Cf. A064738.

Sequence in context: A178426 A144375 A140969 * A093605 A155967 A111070

Adjacent sequences:  A064756 A064757 A064758 * A064760 A064761 A064762

KEYWORD

more,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Oct 17 2001

EXTENSIONS

One more term from Ryan Propper (rpropper(AT)stanford.edu), Dec 30 2006

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 23:53 EST 2012. Contains 205689 sequences.