%I A095692
%S A095692 3,11,31,131,223,521,739,1741,3391,4931,5851,9283,24419,27031,32801,
%T A095692 59359,68963,74131,85229,110641,148931,157519,175673,216061,328579,
%U A095692 357983,405299,456611,571871,658591,857471,1061311,1124969,1259821
%N A095692 Primes of the form n^3 + n + 1.
%t A095692 f[n_]:=n^3+n+1; lst={};Do[If[PrimeQ[f[n]],AppendTo[lst,f[n]]],{n,5!}];
lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jul 27 2009]
%Y A095692 Cf. A049407 (corresponding n).
%Y A095692 Sequence in context: A106934 A146581 A146456 this_sequence A163421 A076477
A104079
%Y A095692 Adjacent sequences: A095689 A095690 A095691 this_sequence A095693 A095694
A095695
%K A095692 nonn
%O A095692 1,1
%A A095692 Giovanni Teofilatto (g.teofilatto(AT)tiscalinet.it), Jul 06 2004
%E A095692 Edited by Rick L. Shepherd (rshepherd2(AT)hotmail.com), Jul 07 2004
|