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 A057200 #35 Nov 24 2023 13:38:29 %S A057200 1,13,21,33,81,129,285,297,769,3381,4441,7065,77121,133437,184189, %T A057200 191745,1279921 %N A057200 Numbers k such that 2^k + 17 is prime. %C A057200 a(17) > 5*10^5. - _Robert Price_, Oct 05 2015 %C A057200 For numbers k in this sequence, 2^(k-1)*(2^k+17) has deficiency 18 (see A223608). - _M. F. Hasler_, Jul 18 2016 %C A057200 All terms are odd. - _Elmo R. Oliveira_, Nov 19 2023 %H A057200 Henri Lifchitz and Renaud Lifchitz (Editors), <a href="http://www.primenumbers.net/prptop/searchform.php?form=2%5En%2B17">Search for 2^n+17</a>, PRP Top Records. %t A057200 Do[ If[ PrimeQ[ 2^n + 17 ], Print[ n ]], {n, 0, 11811} ] %t A057200 Select[Range[10000], PrimeQ[2^# + 17] &] (* _Vincenzo Librandi_, Aug 28 2015 *) %o A057200 (Magma) [n: n in [0..1000] | IsPrime(2^n+17)]; // _Vincenzo Librandi_, Aug 28 2015 %o A057200 (PARI) is(n)=isprime(2^n+17) \\ _Charles R Greathouse IV_, Feb 17 2017 %Y A057200 Cf. A223608. %Y A057200 Cf. A019434 (primes 2^k+1), A057732 (2^k+3), A059242 (2^k+5), A057195 (2^k+7), A057196(2^k+9), A102633 (2^k+11), A102634 (2^k+13), A057197 (2^k+15), this sequence (2^k+17), A057221 (2^k+19), A057201 (2^k+21), A057203 (2^k+23). %K A057200 nonn,more %O A057200 1,2 %A A057200 _Robert G. Wilson v_, Sep 16 2000 %E A057200 a(13)-a(16) from _Robert Price_, Aug 24 2015 %E A057200 Edited by _M. F. Hasler_, Jul 18 2016 %E A057200 a(17) found by Stefano Morozzi, added by _Elmo R. Oliveira_, Nov 19 2023