OFFSET
1,2
COMMENTS
The primes produced by these values of n are in A186105.
EXAMPLE
15 is in the sequence because 3*6^15+1=1410554953729 is prime.
PROG
(PARI) select(n->ispseudoprime(3*6^n+1), vector(10^4, i, i)) \\ Charles R Greathouse IV, Feb 13 2011
(PFGW) ABC2 3*6^$a+1
a: from 1 to 50000
CROSSREFS
KEYWORD
nonn
AUTHOR
Gilbert Mozzo, Feb 12 2011
EXTENSIONS
a(14), a(15), a(17) added by D. S. McNeil, Feb 12 2011
a(20)-a(25) from Charles R Greathouse IV, Feb 13 2011 to Feb 14 2011
STATUS
approved