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!)
A064738 Numbers k such that k! + Fibonacci(k) is prime. 1
1, 2, 62, 71, 227, 778, 809, 1753 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The three values 62, 71 and 227 were certified prime with Primo.
LINKS
MATHEMATICA
Do[m = n; If[PrimeQ[n! + Fibonacci[n]], Print[n]], {n, 0, 10^3} ]
Do[If[PrimeQ[n! + Fibonacci[n]], Print[n]], {n, 1, 1800}] (* Ryan Propper, Nov 05 2005 *)
PROG
(PARI) for(n=1, 300, if(isprime(n!+fibonacci(n)), print(n)))
CROSSREFS
Sequence in context: A094478 A273090 A106133 * A067825 A239417 A296361
KEYWORD
nonn
AUTHOR
Jason Earls, Oct 17 2001
EXTENSIONS
More terms from Robert G. Wilson v, Oct 18 2001
1753 from Ryan Propper, Nov 05 2005
STATUS
approved

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:51 EDT 2024. Contains 371914 sequences. (Running on oeis4.)