%I A084074
%S A084074 0,2,3,4,6,8,19,98,174,578,678,966,1792,4132,5772
%N A084074 Numbers n such that 11*13^n + 2 is prime.
%C A084074 Some of the larger entries may only correspond to probable primes.
%e A084074 Primes 13,1861,24169,314173 are 11*13^0+2, 11*13^2+2, 11*13^3+2, 11*13^4+2.
%o A084074 (PARI) for(n=0,6000,if(isprime(11*13^n+2),print1(n,",")))
%Y A084074 Sequence in context: A000031 A111023 A008324 this_sequence A144722 A105808
A124058
%Y A084074 Adjacent sequences: A084071 A084072 A084073 this_sequence A084075 A084076
A084077
%K A084074 nonn
%O A084074 1,2
%A A084074 Rick L. Shepherd (rshepherd2(AT)hotmail.com), May 12 2003
|