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!)
A093988 Numbers k such that 2^k + 3*k is prime. 2
1, 3, 5, 7, 11, 13, 35, 45, 47, 57, 87, 183, 325, 367, 447, 809, 1157, 2789, 5775, 14829, 20687, 46463, 62491 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(22) > 31410. - Jinyuan Wang, Feb 03 2020
LINKS
MAPLE
A093988:=n->`if`(isprime(2^n+3*n), n, NULL): seq(A093988(n), n=1..10^3); # Wesley Ivan Hurt, Jan 21 2017
MATHEMATICA
Do[ If[ PrimeQ[2^n + 3n], Print[n]], {n, 1, 5000, 2}]
PROG
(PARI) isok(n) = isprime(2^n + 3*n); \\ Michel Marcus, Jan 21 2017
(PFGW) ABC2 2^$a+3*$a
a: from 1 to 1000 // Jinyuan Wang, Feb 03 2020
CROSSREFS
Sequence in context: A155916 A038979 A179739 * A175914 A288370 A108817
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, May 25 2004
EXTENSIONS
a(19)-a(21) from Ryan Propper, Jul 05 2005
a(22)-a(23) from Michael S. Branicky, May 19 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 24 14:54 EDT 2024. Contains 371960 sequences. (Running on oeis4.)