login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A104151
Primes of the form 6^n-4^n+11.
1
11, 13, 31, 163, 1051, 6763, 42571, 9815563, 78095728651, 2816814940171, 101491237191691, 6140870156870777569291, 623673820252533099527568098286632971
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[6^n-4^n+11, {n, 0, 1000}], PrimeQ] (* Vincenzo Librandi, Jul 19 2012 *)
PROG
(Magma) [ a: n in [0..150] | IsPrime(a) where a is 6^n-4^n+11]; // Vincenzo Librandi, Jul 19 2012
CROSSREFS
Sequence in context: A179551 A054262 A053649 * A088263 A334556 A230665
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Mar 08 2005
EXTENSIONS
Added the first term (11) by - Vincenzo Librandi, Jul 19 2012
STATUS
approved