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 A058586 #29 Jul 30 2023 10:15:50 %S A058586 1,2,3,4,5,7,8,11,12,18,20,26,28,32,34,43,44,50,52,58,65,66,107,140, %T A058586 197,274,280,380,393,506,664,738,875,944,1016,1547,1548,1687,3938, %U A058586 4066,5165,6258,6402,7067,7413,7967,9441,9922,11106,15077,15548,22647,24780,39168,54868 %N A058586 Numbers k such that 5*2^k + 3 is prime. %H A058586 Jon Grantham, <a href="/A058586/b058586.txt">Table of n, a(n) for n = 1..74</a> %H A058586 Jon Grantham and Andrew Granville, <a href="https://arxiv.org/abs/2307.07894">Fibonacci primes, primes of the form 2^n-k and beyond</a>, arXiv:2307.07894 [math.NT], 2023. %F A058586 a(n) = A068713(n) + 1. %t A058586 Do[ If[ PrimeQ[ 5*2^n + 3 ], Print[ n ] ], {n, 1, 10000} ] %o A058586 (PARI) is(n)=ispseudoprime(5*2^n+3) \\ _Charles R Greathouse IV_, Jun 12 2017 %Y A058586 Cf. A068713. %K A058586 nonn %O A058586 1,2 %A A058586 _Robert G. Wilson v_, Dec 26 2000 %E A058586 a(50)-a(53) from _Michael S. Branicky_, Jan 10 2023 %E A058586 a(54)-a(74) from _Jon Grantham_, Jul 30 2023