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 A144487 #27 Nov 08 2023 07:48:05 %S A144487 17,19,23,31,47,79,271,1039,2063,4111,32783,65551,4194319,8388623, %T A144487 67108879,1073741839,4294967311,1099511627791,4398046511119, %U A144487 70368744177679,2305843009213693967,4722366482869645213711,75557863725914323419151 %N A144487 Primes of the form 2^k + 15. %H A144487 Vincenzo Librandi, <a href="/A144487/b144487.txt">Table of n, a(n) for n = 1..37</a> %F A144487 a(n) = 2^A057197(n) + 15. - _Elmo R. Oliveira_, Nov 08 2023 %t A144487 Select[2^Range[0,200]+15,PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Feb 03 2012 *) %t A144487 Select[Table[2^n + 15, {n, 1, 300}], PrimeQ] (* _Vincenzo Librandi_, Feb 23 2014 *) %o A144487 (PARI) {for(n=0, 72, if(isprime(k=2^n+15), print1(k, ",")))} %o A144487 (Magma)[a: n in [1..100] | IsPrime(a) where a is 2^n+15]; // _Vincenzo Librandi_, Feb 23 2014 %Y A144487 Cf. A000040, A057197 (numbers k such that 2^k + 15 is prime). [From _Klaus Brockhaus_, Dec 11 2008] %K A144487 nonn,easy %O A144487 1,1 %A A144487 _Vincenzo Librandi_, Dec 09 2008 %E A144487 Edited by _Klaus Brockhaus_ and _R. J. Mathar_, Dec 10 2008 %E A144487 Definition simplified by _Jon E. Schoenfield_, Jun 17 2010