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”).
%I #17 Sep 08 2022 08:45:07
%S 7,362958107,80204967233062404407033191715657
%N Primes of the form n^5 + 6^n.
%C Further terms are too large to be displayed here. Corresponding values of n are in A075985.
%C a(6) has 4138 digits. - _Vincenzo Librandi_, Dec 09 2011.
%t Select[Table[n^5+6^n, {n,0,500}], PrimeQ] (* _Vincenzo Librandi_, Dec 09 2011 *)
%o (Magma) [ a: n in [0..160] | IsPrime(a) where a is n^5+6^n ];
%Y Cf. A075985.
%K nonn,bref
%O 1,1
%A _Zak Seidov_, Oct 17 2002