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”).

A199821
Primes of form 12^n-11^n.
1
23, 397, 16344637
OFFSET
1,1
LINKS
MATHEMATICA
Select[12^Range[3000]-11^Range[3000], PrimeQ]
PROG
(Magma) [ a: n in [0..300] | IsPrime(a) where a is 12^n-11^n ]
CROSSREFS
Sequence in context: A142821 A245805 A016197 * A009008 A286787 A226847
KEYWORD
nonn,more,bref
AUTHOR
Vincenzo Librandi, Nov 21 2011
STATUS
approved