The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A059528 Numbers k such that (7*3^k + 5)/2 is prime. 1
1, 3, 5, 15, 21, 27, 65, 191, 327, 371, 575, 1895, 2375, 2607, 9735 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(16) > 20055. - Jinyuan Wang, Jan 29 2020
LINKS
MATHEMATICA
Do[ If[ PrimeQ[ (7*3^n + 5)/2 ], Print[n] ], {n, 0, 5300} ]
PROG
(PARI) is(n)=ispseudoprime((7*3^n+5)/2) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Cf. A059569 ((7*3^k-5)/2 is prime).
Sequence in context: A208854 A165260 A201874 * A070079 A142717 A057742
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Feb 16 2001
EXTENSIONS
a(15) from Jinyuan Wang, Jan 29 2020
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 June 3 03:48 EDT 2024. Contains 373054 sequences. (Running on oeis4.)