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

A058782
n * (1+i)^n + i is a Gaussian prime.
0
1, 4, 5, 6, 9, 29, 47, 54, 100, 144, 167, 304, 387, 407, 1137, 1374, 3337, 3909, 4845, 6076, 12876, 17790, 20038, 30180, 30349, 37171
OFFSET
1,2
MATHEMATICA
Do[ If[ PrimeQ[ n * (1 + I)^n + I], Print[n] ], {n, 1, 35000} ]
CROSSREFS
Sequence in context: A058076 A238712 A033819 * A115762 A169889 A144022
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Jan 02 2001
STATUS
approved