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 A067760 #51 Jul 13 2023 01:16:48 %S A067760 1,1,1,2,1,1,2,1,1,2,1,3,2,1,1,4,2,1,2,1,1,2,1,5,2,1,3,2,1,1,8,2,1,2, %T A067760 1,1,4,2,1,2,1,7,2,1,3,4,2,1,2,1,1,2,1,1,2,1,7,4,5,3,4,2,1,2,1,3,2,1, %U A067760 1,10,3,3,2,1,1,4,2,1,4,2,1,2,1,5,2,1,3,2,1,1,4,3,3,2,1,1,2,1,1,6,5,3,6 %N A067760 a(n) is the least positive k such that (2n+1) + 2^k is prime, or 0 if no such k exists. %C A067760 From Phil Moore (moorep(AT)lanecc.edu), Dec 14 2009: (Start) %C A067760 It is known that a(39278) = 0, since no such prime exists for the SierpiĆski number 78557 (cf. A076336). %C A067760 It has recently been discovered that 2131+2^4583176 and 41693+2^5146295 are probable primes, so a(1065) is probably 4583176 and a(20846) is probably 5146295. %C A067760 At present, the only odd value less than 78557 for which no prime or strong probable prime of the form t+2^k is known is t = 40291, so a(20145) is completely unknown. In addition, for 25 values of t < 78557, only strong probable primes are known. (End) %C A067760 The last case was resolved in 2011 when the probable prime 40291+2^9092392 was found as a part of a distributed project "Five or Bust". See links. - _Jeppe Stig Nielsen_, Mar 29 2019 %H A067760 Jinyuan Wang, <a href="/A067760/b067760.txt">Table of n, a(n) for n = 0..39278</a> (terms 0..1064 from T. D. Noe, terms 1065..3000 from Richard N. Smith). %H A067760 Mersenne Forum, <a href="https://www.mersenneforum.org/forumdisplay.php?f=86">Five or Bust</a> %H A067760 Carlos Rivera, <a href="http://www.primepuzzles.net/puzzles/puzz_167.htm">Puzzle 167. Primes m + 2^j & m - 2^j</a>, The Prime Puzzles and Problems Connection. %e A067760 a(15)=4 because (2*15+1)+2^k is composite for k=1,2,3 and prime for k=4. %o A067760 (PARI) a(n) = {my(k=1); while (! isprime((2*n+1)+2^k), k++); k;} \\ _Michel Marcus_, Feb 26 2018 %Y A067760 Cf. A016014, A050412, A066081, A033919, A094076, A076336, A260350, A263874, A263875 (records). %K A067760 nonn %O A067760 0,4 %A A067760 _Don Reble_, Feb 05 2002