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!)
A059454 Numbers k such that 2*3^k - 7 is prime. 3
2, 3, 5, 6, 9, 14, 39, 51, 73, 101, 155, 183, 286, 291, 310, 313, 335, 570, 951, 1011, 1183, 1930, 2586, 3423, 6486, 7791, 11586, 14290, 18590, 29595, 35286 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(31) > 30359. - Jinyuan Wang, Jan 20 2020
LINKS
MATHEMATICA
Do[ If[ PrimeQ[ 2*3^n - 7 ], Print[n] ], {n, 1, 5700} ]
PROG
(PARI) is(n)=ispseudoprime(2*3^n-7) \\ Charles R Greathouse IV, May 22 2017
(Magma) [n: n in [1..1000] | IsPrime(2*3^n-7)]; // Jinyuan Wang, Jan 20 2020
CROSSREFS
Cf. A059326 (2*3^k + 7 is prime).
Sequence in context: A295631 A278707 A294631 * A138538 A240555 A102694
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Feb 15 2001
EXTENSIONS
First term 0 removed by Georg Fischer, Aug 01 2019
a(27)-a(30) from Jinyuan Wang, Jan 20 2020
a(31) from Michael S. Branicky, May 20 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 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)