A142100 Duplicate of A093838.
37, 73, 109, 181, 397, 433, 541, 577, 613, 757, 829, 937, 1009, 1117, 1153, 1297
Offset: 1
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
[a: n in [0..300] | IsPrime(a) where a is 2*n^2+6*n+1]; // Vincenzo Librandi, Jul 26 2012
Select[Table[2 n^2 + 6 n + 1, {n, 2000}], PrimeQ] (* Vincenzo Librandi, Jul 26 2012 *)
Comments