A173178 Numbers k such that 2*k+3 is a prime of the form 3*A024893(m) + 2.
1, 4, 7, 10, 13, 19, 22, 25, 28, 34, 40, 43, 49, 52, 55, 64, 67, 73, 82, 85, 88, 94, 97, 112, 115, 118, 124, 127, 130, 133, 139, 145, 154, 157, 172, 175, 178, 190, 193, 199, 208, 214, 220, 223, 229, 232, 238, 244, 250, 253, 259, 277, 280, 283, 292, 295, 298, 307, 319
Offset: 1
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
- Chris K. Caldwell, FAQ: Are all primes (past 2 and 3) of the forms 6n+1 and 6n-1?, Frequently asked questions about primes.
Programs
-
Mathematica
Select[Range[0, 320], PrimeQ[(p = 2*# + 3)] && Mod[p, 3] == 2 &] (* Amiram Eldar, Jul 30 2024 *)
Formula
a(n) = 3*A059325(n) + 1. - Amiram Eldar, Jul 30 2024
Extensions
Data corrected and extended by Amiram Eldar, Jul 30 2024
Comments