login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A059759 Numbers k such that 3*2^k + 35 is prime. 10
1, 2, 3, 4, 5, 6, 7, 9, 12, 13, 16, 24, 29, 31, 45, 50, 56, 64, 66, 77, 79, 92, 115, 124, 137, 182, 339, 356, 410, 471, 679, 759, 1489, 1706, 1896, 2277, 3206, 4065, 4539, 4686, 4777, 5664, 7303, 7773, 7785, 7831, 9327, 15077, 16799, 22192, 29209, 32972, 40759, 40819, 41429, 42219 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(50) > 20982. - Jinyuan Wang, Jan 30 2020
LINKS
MATHEMATICA
Do[ If[ PrimeQ[ 3*2^n + 35 ], Print[n] ], {n, 1, 13000} ]
PROG
(PARI) is(n)=isprime(3*2^n+35) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
Sequence in context: A363246 A245761 A371248 * A042952 A126327 A328116
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Feb 20 2001
EXTENSIONS
a(48)-a(49) from Jinyuan Wang, Jan 30 2020
a(50)-a(56) from Michael S. Branicky, Apr 24 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 08:27 EDT 2024. Contains 371769 sequences. (Running on oeis4.)