login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A049509
Numbers k such that prime(k) == 7 (mod 10).
6
4, 7, 12, 15, 19, 25, 28, 31, 33, 37, 39, 45, 49, 55, 59, 63, 66, 68, 69, 73, 78, 88, 91, 93, 101, 102, 106, 107, 111, 113, 118, 123, 129, 134, 138, 139, 144, 148, 151, 154, 155, 159, 161, 163, 165, 168, 181, 184, 187, 195, 199, 203, 206, 211, 214, 217, 219, 225
OFFSET
1,1
COMMENTS
The asymptotic density of this sequence is 1/4 (by Dirichlet's theorem). - Amiram Eldar, Mar 01 2021
FORMULA
a(n) = A000720(A030432(n)). - Ray Chandler, Nov 07 2006
MATHEMATICA
Select[Range[240], Mod[Prime[ # ], 10] == 7 &] (* Ray Chandler, Nov 07 2006 *)
CROSSREFS
KEYWORD
nonn
EXTENSIONS
Extended by Ray Chandler, Nov 07 2006
STATUS
approved