1,2
C. Pomerance, Science News reference.
For n = 1, abs(9^1-2^11) = 2039 which is prime. So 1 is the first entry.
(PARI) g(n) = for(x=1, n, y=abs(9^x-2^11); if(ispseudoprime(y), print1(x", ")))
Sequence in context: A049892 A063477 A129827 this_sequence A089249 A092933 A122849
Adjacent sequences: A122724 A122725 A122726 this_sequence A122728 A122729 A122730
easy,nonn
Cino Hilliard (hillcino368(AT)gmail.com), Sep 23 2006
Search completed in 0.002 seconds