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 A002253 M1318 N0506 #77 Feb 16 2025 08:32:25 %S A002253 1,2,5,6,8,12,18,30,36,41,66,189,201,209,276,353,408,438,534,2208, %T A002253 2816,3168,3189,3912,20909,34350,42294,42665,44685,48150,54792,55182, %U A002253 59973,80190,157169,213321,303093,362765,382449,709968,801978,916773,1832496,2145353 %N A002253 Numbers k such that 3*2^k + 1 is prime. %C A002253 From _Zak Seidov_, Mar 08 2009: (Start) %C A002253 List is complete up to 3941000 according to the list of RB & WK. %C A002253 So far there are only 4 primes: 2, 5, 41, 353. (End) %D A002253 D. E. Knuth, The Art of Computer Programming. Addison-Wesley, Reading, MA, Vol. 2, p. 614. %D A002253 H. Riesel, "Prime numbers and computer methods for factorization", Progress in Mathematics, Vol. 57, Birkhauser, Boston, 1985, Chap. 4, see pp. 381-384. %D A002253 N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence). %D A002253 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence). %H A002253 Jeppe Stig Nielsen, <a href="/A002253/b002253.txt">Table of n, a(n) for n = 1..50</a> %H A002253 Ray Ballinger, <a href="http://www.prothsearch.com/index.html">Proth Search Page</a> %H A002253 Ray Ballinger and Wilfrid Keller, <a href="http://www.prothsearch.com/riesel1.html">List of primes k.2^n + 1 for k < 300</a> %H A002253 C. K. Caldwell, <a href="http://www.utm.edu/research/primes/">The Prime Pages</a> %H A002253 Y. Gallot, <a href="http://www.utm.edu/research/primes/programs/gallot/index.html">Proth.exe: Windows Program for Finding Large Primes</a> %H A002253 S. W. Golomb, <a href="http://www.jstor.org/stable/2005337">Properties of the sequence 3.2^n+1</a>, Math. Comp., 30 (1976), 657-663. %H A002253 S. W. Golomb, <a href="/A004119/a004119.pdf">Properties of the sequence 3.2^n+1</a>, Math. Comp., 30 (1976), 657-663. [Annotated scanned copy] %H A002253 Wilfrid Keller, <a href="http://www.prothsearch.com/riesel2.html">List of primes k.2^n - 1 for k < 300</a> %H A002253 PrimeGrid, <a href="https://www.primegrid.com/stats_321_llr.php">321 Prime Search statistics</a> %H A002253 R. M. Robinson, <a href="/A002253/a002253_1.pdf"> A report on primes of the form k.2^n+1 and on factors of Fermat numbers</a>, Proc. Amer. Math. Soc., 9 (1958), 673-681. [Annotated scanned copy of selected pages. The first page is (accidentally) included with the scan of the Wilson letter below.] %H A002253 R. G. Wilson v, <a href="/A002253/a002253.pdf">Letter (FAX) to N. J. A. Sloane, May 20 1994, concerning A002253-A002274, A000043, A002235-A002240, A001770-A001775, A007117, and many other sequences</a> %H A002253 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/ProthPrime.html">Proth Prime</a> %H A002253 R. G. Wilson, V, <a href="/A002982/a002982.pdf">Letter to N. J. A. Sloane, Jan. 1989</a> %H A002253 <a href="/index/Pri#riesel">Index entries for sequences of n such that k*2^n-1 (or k*2^n+1) is prime</a> %F A002253 a(n) = log_2((A039687(n)-1)/3) = floor(log_2(A039687(n)/3)). - _M. F. Hasler_, Mar 03 2023 %o A002253 (PARI) is(n)=isprime(3*2^n+1) \\ _Charles R Greathouse IV_, Feb 17 2017 %o A002253 (PARI) A2253=[1]; A002253(n)=for(k=#A2253, n-1, my(m=A2253[k]); until(ispseudoprime(3<<m+++1),); A2253=concat(A2253,m))+A2253[n] \\ _M. F. Hasler_, Mar 03 2023 %Y A002253 Cf. A002254, A004119, A181565. %Y A002253 See A039687 for the actual primes. %K A002253 hard,nonn %O A002253 1,2 %A A002253 _N. J. A. Sloane_ %E A002253 Corrected and extended according to the list of Ray Ballinger and Wilfrid Keller by _Zak Seidov_, Mar 08 2009 %E A002253 Edited by _N. J. A. Sloane_, Mar 13 2009 %E A002253 a(47) and a(48) from the Ballinger & Keller web page, _Joerg Arndt_, Apr 07 2013 %E A002253 a(49) from https://t5k.org/primes/page.php?id=116922, _Fabrice Le Foulher_, Mar 09 2014 %E A002253 Terms moved from Data to b-file (Links), and additional term appended to b-file, by _Jeppe Stig Nielsen_, Oct 30 2020