login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138641 Nonnegative integers n such that 19*n-2 is prime. 0
1, 7, 15, 19, 21, 31, 37, 39, 45, 49, 51, 75, 79, 85, 99, 105, 109, 117, 121, 127, 141, 145, 147, 159, 169, 175, 177, 199, 207, 211, 219, 225, 229, 235, 247, 249, 259, 261, 271, 277, 285, 291, 297, 301, 309, 325, 327, 331, 345, 357, 361, 367, 381, 387, 397 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
19*1-2=17, 19*7-2=131, 19*15-2=283, ...
MATHEMATICA
a={}; Do[x=19*n-2; If[PrimeQ[x], AppendTo[a, n]], {n, 10^2}]; a
Select[Range[400], PrimeQ[19#-2]&] (* Harvey P. Dale, Aug 22 2017 *)
CROSSREFS
Sequence in context: A154618 A275190 A224891 * A297853 A298050 A115783
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Harvey P. Dale, Aug 22 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 12:39 EDT 2024. Contains 371937 sequences. (Running on oeis4.)