login
The OEIS is supported by the many generous donors 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

%I #8 Dec 15 2017 17:35:42

%S 11,13,178,7822

%N Numbers n such that n! - Fibonacci(n) is prime.

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

%C No more terms through 10^4. - _Ryan Propper_, Dec 30 2006

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

%Y Cf. A064738.

%K more,nonn

%O 1,1

%A _Jason Earls_, Oct 17 2001

%E One more term from _Ryan Propper_, Dec 30 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 13:11 EDT 2024. Contains 371913 sequences. (Running on oeis4.)