A153222 Duplicate of A023222.
2, 5, 11, 17, 29, 31, 37, 61, 67, 71, 89, 101, 109, 127, 137, 167
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.
[n: n in [1..100000] | IsPrime(n) and IsPrime(6*n+7) and IsPrime(36*n+49)] // Vincenzo Librandi, Aug 04 2010
nrpQ[n_]:=AllTrue[Rest[NestList[6#+7&,n,2]],PrimeQ]; Select[Prime[ Range[ 500]],nrpQ] (* Harvey P. Dale, Oct 12 2020 *)
[n: n in [1..150000] | IsPrime(n) and IsPrime(6*n+7) and IsPrime(36*n+49) and IsPrime(216*n+301)] // Vincenzo Librandi, Aug 04 2010
Comments