|
Search: id:A064759
|
|
|
| A064759 |
|
Numbers n such that n! - Fibonacci(n) is prime. |
|
+0 2
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
178!-Fibonacci(178) certified prime with Primo.
No more terms through 10^4. - Ryan Propper (rpropper(AT)stanford.edu), Dec 30 2006
|
|
PROGRAM
|
(PARI) for(n=1, 300, if(isprime(n!-fibonacci(n)), print(n)))
|
|
CROSSREFS
|
Cf. A064738.
Sequence in context: A094621 A144375 A140969 this_sequence A093605 A155967 A111070
Adjacent sequences: A064756 A064757 A064758 this_sequence 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
|
|
|
Search completed in 0.002 seconds
|