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 A243431 #8 Sep 08 2022 08:46:08 %S A243431 47,53,61,109,173,557,1069,8237,65581,134217773,2147483693, %T A243431 549755813933,4835703278458516698824749,19342813113834066795298861, %U A243431 170141183460469231731687303715884105773,2854495385411919762116571938898990272765493293 %N A243431 Primes of the form 2^n + 45. %C A243431 Associated n: 1, 3, 4, 6, 7, 9, 10, 13, 16, 27, 31, 39, 82, 84, 127, 151, 156, 163, 280, 306, ... %H A243431 Vincenzo Librandi, <a href="/A243431/b243431.txt">Table of n, a(n) for n = 1..27</a> %t A243431 Select[Table[2^n + 45, {n, 0, 500}], PrimeQ] %o A243431 (Magma) [a: n in [0..500] | IsPrime(a) where a is 2^n+45]; %Y A243431 Cf. similar sequences listed in A243429. %K A243431 nonn %O A243431 1,1 %A A243431 _Vincenzo Librandi_, Jun 05 2014