cp's OEIS Frontend

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.

A059746 Numbers k such that 3*2^k + 7 is prime.

This page as a plain text file.
%I A059746 #29 Sep 02 2024 16:28:55
%S A059746 1,2,3,5,6,9,10,11,19,22,30,35,41,91,101,125,261,706,750,1315,1629,
%T A059746 2082,2979,3029,3077,3950,4097,5491,5746,10761,12946,14770,15642,
%U A059746 30006,34157,34722,48499,62862
%N A059746 Numbers k such that 3*2^k + 7 is prime.
%C A059746 According to PRP Records, this sequence contains 131867, 164205, 185429, 232750, 256149, 295139, 315067, 368489. - _Jason Yuen_, Sep 02 2024
%H A059746 Henri Lifchitz and Renaud Lifchitz, <a href="http://primenumbers.net/prptop/searchform.php?form=3*2%5Ek%2B7&amp;action=Search">PRP Records</a>.
%t A059746 Do[ If[ PrimeQ[ 3*2^n + 7 ], Print[n] ], {n, 1, 3000} ]
%o A059746 (PARI) is(n)=ispseudoprime(3*2^n+7) \\ _Charles R Greathouse IV_, Jun 13 2017
%Y A059746 Cf. A059747.
%K A059746 nonn,more
%O A059746 1,2
%A A059746 _Robert G. Wilson v_, Feb 10 2001
%E A059746 More terms from _Robert G. Wilson v_, Jan 28 2003
%E A059746 a(33) from _Michael S. Branicky_, Jan 09 2023
%E A059746 a(34) from _Michael S. Branicky_, Jan 12 2023
%E A059746 a(35)-a(37) from _Michael S. Branicky_, Apr 06 2023
%E A059746 a(38) from _Michael S. Branicky_, Jul 31 2024