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 A059326 #18 Jul 08 2024 14:59:38 %S A059326 1,3,9,11,15,17,24,41,68,72,641,716,1139,1200,1661,3339,5181,68769 %N A059326 Numbers k such that 2*3^k + 7 is prime. %C A059326 a(18) > 26240. - _Jinyuan Wang_, Jan 20 2020 %C A059326 a(19) > 100000. - _Michael S. Branicky_, Jul 08 2024 %t A059326 Do[ If[ PrimeQ[ 2*3^n + 7 ], Print[n] ], {n, 0, 10000} ] %o A059326 (PARI) is(n)=ispseudoprime(2*3^n+7) \\ _Charles R Greathouse IV_, Jun 13 2017 %o A059326 (Magma) [n: n in [0..1000] | IsPrime(2*3^n+7)]; // _Jinyuan Wang_, Jan 20 2020 %Y A059326 Cf. A059454 (2*3^k - 7 is prime). %K A059326 nonn,more %O A059326 1,2 %A A059326 _Robert G. Wilson v_, Feb 15 2001 %E A059326 a(18) from _Michael S. Branicky_, Jul 07 2024