A179818 Primes in A179816.
17, 131, 223, 97, 113, 127, 149, 181, 211, 241, 293, 307, 941, 367, 397, 419, 421, 1303, 457, 479, 487, 557, 587, 631, 1931, 661, 683, 691, 719, 727, 743, 773, 787, 797, 809, 811, 839, 863, 877, 907, 929, 937, 953, 967, 983, 1009, 1021, 1049, 1051, 1087, 1117
Offset: 0
Programs
-
Mathematica
f[n_] := Plus @@ Select[ Range[10 n + 1, 10 n + 9], PrimeQ]; Select[f@# & /@ Range[0, 111], PrimeQ] (* Robert G. Wilson v, Aug 02 2010 *)
Extensions
More terms from Robert G. Wilson v, Aug 02 2010
Comments