The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A171749 Odd primes of the form (1+n)*(2+2*n)+n*(3+2*n) = 4*n^2+7*n+2. 2
13, 59, 137, 389, 563, 769, 1277, 1579, 1913, 2677, 5147, 5737, 6359, 7013, 7699, 9949, 12487, 13397, 15313, 16319, 18427, 20663, 23027, 26813, 32309, 36767, 38317, 41513, 43159, 51869, 61379, 63377, 65407, 73847, 78259, 80513, 82799, 89849 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This sequence is infinite under the Bunyakovsky conjecture. - Charles R Greathouse IV, Apr 04 2012
Also primes of the form 16*m^2-2*m-1, by the substitution n=2*m-1. [Note that n is odd because otherwise 4n^2+7n+2 is even]. - Bruno Berselli, Jul 03 2012
LINKS
MATHEMATICA
f[n_] := (1+n)(2+2*n)+n*(3+2*n); lst={}; Do[If[PrimeQ[f[n]], AppendTo[lst, f[n]]], {n, 6!}]; lst
Select[Table[4*n^2+7*n+2, {n, 1000}], PrimeQ] (* Vincenzo Librandi, Aug 01 2012 *)
CROSSREFS
Cf. A171748.
Sequence in context: A103220 A086221 A272386 * A141917 A163833 A213567
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 23 10:34 EDT 2024. Contains 372760 sequences. (Running on oeis4.)