login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A143736
Numbers n such that if f[n] = n-th Fibonacci number then f[n]-n=prime and f[n]+n=prime.
0
21, 317811, 3254830071569718737604135765141440985245996862858900395844371829572479434062128681271684515666943918276960875482517915520246056253019766319301321652047243019401297415371
OFFSET
1,1
MATHEMATICA
lst={}; Do[f=Fibonacci[n]; If[PrimeQ[f-n]&&PrimeQ[f+n], AppendTo[lst, f]], {n, 7!}]; lst
CROSSREFS
Sequence in context: A358665 A203673 A172854 * A189252 A173518 A033636
KEYWORD
nonn,bref
AUTHOR
STATUS
approved