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”).

A113488
Numbers k such that 19*k + 2 is prime.
2
0, 3, 5, 9, 11, 21, 23, 39, 45, 51, 53, 59, 65, 75, 83, 89, 105, 111, 123, 125, 143, 149, 153, 159, 161, 165, 171, 185, 189, 191, 201, 213, 221, 231, 245, 249, 263, 269, 273, 275, 279, 285, 291, 293, 299, 315, 321, 333, 335, 341, 353, 359, 363, 369, 375, 389
OFFSET
1,2
LINKS
EXAMPLE
If n =111 then 19*n + 2 = 2111 (prime).
MATHEMATICA
Select[Range[0, 400], PrimeQ[19# + 2] &] (* Stefan Steinerberger, Mar 02 2006 *)
CROSSREFS
Cf. A113151.
Sequence in context: A187753 A339638 A231716 * A092917 A256220 A163778
KEYWORD
nonn
AUTHOR
Parthasarathy Nambi, Jan 09 2006
EXTENSIONS
More terms from Stefan Steinerberger, Mar 02 2006
STATUS
approved