OFFSET
0,3
COMMENTS
As a "list of numbers such that ...", the sequence should have offset 1, but to preserve the validity of formulas referring to this sequence, the offset was set to 0 when the initial value a(0)=0 was added. - M. F. Hasler, Sep 02 2012
MATHEMATICA
Join[{0}, Select[Range[1000], PrimeQ[2*#^# + 1] &]] (* Robert Price, Mar 27 2019 *)
PROG
(PARI) is_A110932(n)=ispseudoprime(n^n*2+1) \\ M. F. Hasler, Sep 02 2012
CROSSREFS
The primes 2n^n+1, for k<4, n=a(k)<251, are listed at A216148(k) = A216147(a(k)). - M. F. Hasler, Sep 02 2012
KEYWORD
nonn,hard,more
AUTHOR
Ray G. Opao, Sep 25 2005
EXTENSIONS
a(5) from Serge Batalov, Apr 08 2018
STATUS
approved