This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A281087 #47 Jan 30 2025 19:11:49 %S A281087 3,5,11,431,569 %N A281087 Numbers k such that Fibonacci(k) and Fibonacci(k+2) are both prime. %C A281087 Smaller primes of the Fibonacci prime pairs in A073340. %C A281087 See the comment to A073340 - _Harvey P. Dale_, Jan 30 2025 %H A281087 J. B. Cosgrave and K. Dilcher, <a href="https://fq.math.ca/Papers1/51-2/CosgraveDilcher-1.pdf">Pairs of reciprocal quadratic congruences involving primes</a>, Fig. Quart. 51 (2) (2013) 98-111 %F A281087 a(n) = A279795(n) - 2. %F A281087 a(n) = A073340(2n-1). %e A281087 11 is in the sequence because Fibonacci(11) = 89 and Fibonacci(13) = 233 are both prime. %t A281087 Select[Range[600],PrimeQ[Fibonacci[#]] && PrimeQ[Fibonacci[#+2]] &] (* _Stefano Spezia_, Nov 15 2024 *) %t A281087 SequencePosition[Table[If[PrimeQ[Fibonacci[n]],1,0],{n,600}],{1,_,1}][[;;,1]] (* _Harvey P. Dale_, Jan 30 2025 *) %Y A281087 First differs from A101315 at a(5). %Y A281087 Cf. A000045, A001359, A001605, A073340, A101315, A279795. %K A281087 more,nonn %O A281087 1,1 %A A281087 _Bobby Jacobs_, Jan 14 2017