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 A219050 #21 Nov 12 2023 14:28:17 %S A219050 1,2,3,5,7,9,10,17,27,34,51,57,61,89,98,171,547,569,769,874,1105,2198, %T A219050 2307,3937,4685,5105,5582,11131,11821,15902,24626,36401,46195,50974, %U A219050 65198,66685 %N A219050 Numbers k such that 3^k + 34 is prime. %C A219050 a(37) > 2*10^5. - _Robert Price_, Nov 24 2013 %e A219050 For k = 2, 3^2 + 34 = 43 (prime), so 2 is in the sequence. %t A219050 Do[If[PrimeQ[3^n + 34], Print[n]], {n, 10000}] %o A219050 (PARI) is(n)=isprime(3^n+34) \\ _Charles R Greathouse IV_, Feb 17 2017 %Y A219050 Cf. Sequences of numbers k such that 3^k + m is prime: %Y A219050 (m = 2) A051783, (m = -2) A014224, (m = 4) A058958, (m = -4) A058959, %Y A219050 (m = 8) A217136, (m = -8) A217135, (m = 10) A217137, (m = -10) A217347, %Y A219050 (m = 14) A219035, (m = -14) A219038, (m = 16) A205647, (m = -16) A219039, %Y A219050 (m = 20) A219040, (m = -20) A219041, (m = 22) A219042, (m = -22) A219043, %Y A219050 (m = 26) A219044, (m = -26) A219045, (m = 28) A219046, (m = -28) A219047, %Y A219050 (m = 32) A219048, (m = -32) A219049, (m = 34) A219050, (m = -34) A219051. Note that if m is a multiple of 3, 3^k + m is also a multiple of 3 (for k greater than 0), and as such isn't prime. %K A219050 nonn,more %O A219050 1,2 %A A219050 _Nicolas M. Perrault_, Nov 10 2012 %E A219050 a(28)-a(36) from _Robert Price_, Nov 24 2013