OFFSET
1,3
COMMENTS
a(19) > 2*10^5. - Robert Price, Mar 16 2014
All terms are verified primes (i.e., not merely probable primes). - Robert Price, Mar 16 2014
FORMULA
a(n) = A005537(n+1) - 1. - Bruno Berselli, Sep 27 2012
MATHEMATICA
Select[Range[4000], PrimeQ[12 * 3^# + 1] &]
PROG
(Magma) [n: n in [0..4000] | IsPrime(12*3^n + 1)];
(PARI) is(n)=ispseudoprime(12*3^n+1) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, Sep 26 2012
EXTENSIONS
a(16)-a(17) from Vincenzo Librandi, Sep 30 2012
a(18) from Robert Price, Mar 16 2014
STATUS
approved