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.

A059759 Numbers k such that 3*2^k + 35 is prime.

This page as a plain text file.
%I A059759 #13 Apr 24 2023 09:33:42
%S A059759 1,2,3,4,5,6,7,9,12,13,16,24,29,31,45,50,56,64,66,77,79,92,115,124,
%T A059759 137,182,339,356,410,471,679,759,1489,1706,1896,2277,3206,4065,4539,
%U A059759 4686,4777,5664,7303,7773,7785,7831,9327,15077,16799,22192,29209,32972,40759,40819,41429,42219
%N A059759 Numbers k such that 3*2^k + 35 is prime.
%C A059759 a(50) > 20982. - _Jinyuan Wang_, Jan 30 2020
%t A059759 Do[ If[ PrimeQ[ 3*2^n + 35 ], Print[n] ], {n, 1, 13000} ]
%o A059759 (PARI) is(n)=isprime(3*2^n+35) \\ _Charles R Greathouse IV_, Feb 17 2017
%K A059759 nonn
%O A059759 1,2
%A A059759 _Robert G. Wilson v_, Feb 20 2001
%E A059759 a(48)-a(49) from _Jinyuan Wang_, Jan 30 2020
%E A059759 a(50)-a(56) from _Michael S. Branicky_, Apr 24 2023