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!)
A059746 Numbers k such that 3*2^k + 7 is prime. 1
1, 2, 3, 5, 6, 9, 10, 11, 19, 22, 30, 35, 41, 91, 101, 125, 261, 706, 750, 1315, 1629, 2082, 2979, 3029, 3077, 3950, 4097, 5491, 5746, 10761, 12946, 14770, 15642, 30006, 34157, 34722, 48499 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Do[ If[ PrimeQ[ 3*2^n + 7 ], Print[n] ], {n, 1, 3000} ]
PROG
(PARI) is(n)=ispseudoprime(3*2^n+7) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A166687 A189224 A018762 * A362030 A024620 A232527
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Feb 10 2001
EXTENSIONS
More terms from Robert G. Wilson v, Jan 28 2003
a(33) from Michael S. Branicky, Jan 09 2023
a(34) from Michael S. Branicky, Jan 12 2023
a(35)-a(37) from Michael S. Branicky, Apr 06 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 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)