A123100 Primes of the form (1+2n+3n^2+4n^3)/5.
2, 197, 354677, 713357, 959597, 1256837, 3676037, 5168717, 7018997, 11945957, 15099437, 18764117, 25303637, 36170597, 42610877, 46099517, 49773557, 71092757, 75979997, 91974917, 110070437, 123365117, 161190317, 306442277
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
Select[Table[(1 + 2 n + 3 n^2 + 4 n^3)/5, {n, 0, 200}], PrimeQ] (* Vincenzo Librandi, Mar 21 2013 *)
Comments