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!)
A057911 Numbers k such that 2*3^k + 5 is prime. 1
0, 1, 2, 3, 4, 5, 8, 9, 22, 23, 28, 37, 49, 53, 59, 74, 83, 149, 183, 577, 993, 1335, 1777, 7077, 8518, 8775, 12193, 20225, 21544 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
Do[ If[ PrimeQ[ 2*3^n + 5 ], Print[ n ] ], {n, 0, 2500} ]
PROG
(PARI) is(n)=ispseudoprime(2*3^n+5) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Cf. A057910 (2*3^k - 5 is prime).
Sequence in context: A120430 A295033 A152606 * A085266 A280431 A056804
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Nov 16 2000
EXTENSIONS
First term 0 inserted by Georg Fischer, Aug 01 2019
a(24)-a(28) from Jinyuan Wang, Jan 20 2020
a(29) 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 July 4 03:29 EDT 2024. Contains 373986 sequences. (Running on oeis4.)