The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A290864 Numbers k such that the k-th Fibonacci polynomial evaluated at k is prime. 1
2, 5, 71, 8419 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers k such that A084844(k) = A117715(k,k) is prime.
a(5) > 9200. - Giovanni Resta, Aug 13 2017
Except for a(1), all terms == 1 or 5 (mod 6). - Robert Israel, Aug 13 2017
LINKS
Eric Weisstein's World of Mathematics, Fibonacci Polynomial
EXAMPLE
5 is in the sequence because A117715(5,5) = 701 is prime.
MAPLE
select(t -> isprime(combinat:-fibonacci(t, t)), [2, seq(seq(6*i+j, j=[1, 5]), i=0..100)]); # Robert Israel, Aug 13 2017
MATHEMATICA
Select[Range[100], PrimeQ@ Fibonacci[#, #] ]&] (* Giovanni Resta, Aug 13 2017 *)
CROSSREFS
Sequence in context: A100009 A167218 A013045 * A309366 A007506 A042693
KEYWORD
nonn,more
AUTHOR
Bobby Jacobs, Aug 12 2017
EXTENSIONS
a(4) from Giovanni Resta, Aug 13 2017
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 June 5 14:50 EDT 2024. Contains 373107 sequences. (Running on oeis4.)