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 A128161 #26 Jun 13 2021 03:22:36 %S A128161 5,7,9,13,14,19,25,88,100,113,130,440,503,2800,3203,3346,4357,6496, %T A128161 8822,16316,20039,22381,30481,33779,71864,110390,127796,441190,457249 %N A128161 Numbers k such that 2^k modulo Fibonacci(k) is prime, i.e., A057862(k) is prime. %C A128161 Corresponding primes in A057862 are {2, 11, 2, 37, 173, 1663, 18257, 447876604131364627, 55437674149894825801, ...}. %p A128161 select(n->isprime(2 &^n mod combinat:-fibonacci(n)),[$1..3000]); # _Muniru A Asiru_, Jul 17 2018 %t A128161 Do[f=PowerMod[2,n,Fibonacci[n]];If[PrimeQ[f],Print[{n,f}]],{n,1,503}] %o A128161 (PARI) is(n)=ispseudoprime(2^n%fibonacci(n)) \\ _Charles R Greathouse IV_, Jun 19 2017 %o A128161 (PFGW) %o A128161 ABC2 2^$a % F($a) %o A128161 a: from 5 to 1000000 %o A128161 // _Charles R Greathouse IV_, Jun 19 2017 %Y A128161 Cf. A057862 = 2^n modulo Fibonacci(n). Cf. A128162, A128163. %K A128161 hard,more,nonn %O A128161 1,1 %A A128161 _Alexander Adamchuk_, Feb 19 2007 %E A128161 a(14)-a(19) from _Stefan Steinerberger_, Jun 10 2007 %E A128161 More terms from _Ryan Propper_, Jan 11 2008 %E A128161 a(25)-a(26) from _Donovan Johnson_, Sep 03 2008 %E A128161 a(27) from _Charles R Greathouse IV_, Jun 20 2017 %E A128161 a(28)-a(29) from _Charles R Greathouse IV_, Jun 30 2017