OFFSET
1,3
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
C. K. Caldwell, The Prime Pages
Hartosh Singh Bal and Gaurav Bhatnagar, Prime number conjectures from the Shapiro class structure, arXiv:1903.09619 [math.NT], 2019. See also Integers (2020) Vol. 20, Article A11.
W. Keller and J. Richstein, Solutions of the congruence a^(p-1) == 1 (mod p^r), Math. Comp. 74 (2005), 927-936.
H. C. Williams and C. R. Zarnke, Some prime numbers of the forms 2A3^n+1 and 2A3^n-1, Math. Comp., 26 (1972), 995-998.
MATHEMATICA
lst={}; Do[If[PrimeQ[2*3^n+1], AppendTo[lst, n]], {n, 0, 10^4}]; lst (* Vladimir Joseph Stephan Orlovsky, Aug 19 2008 *)
PROG
(PARI) is(n)=isprime(2*3^n+1) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from T. D. Noe, Aug 24 2005
More terms from David Broadhurst, Feb 14 2010
Another term from David Broadhurst, Feb 22 2010
a(42)-a(45) found by Ryan Propper and Paul S. Vanderveen, Feb 09 2020
a(46) found by Ryan Propper, Feb 14 2020
a(47)-a(48) found by Ryan Propper added by Paul S. Vanderveen, Jan 08 2023
STATUS
approved