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!)
A108725 Numbers n such that 11*n + 19 is prime. 1
0, 2, 8, 12, 14, 20, 24, 30, 44, 48, 50, 54, 62, 72, 78, 90, 92, 98, 104, 110, 122, 128, 132, 134, 140, 150, 162, 164, 168, 170, 174, 180, 188, 192, 194, 212, 218, 230, 234, 240, 252, 258, 260, 272, 282, 288, 290, 294, 300, 308, 318, 320, 324, 332, 344, 348, 362 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
All terms must be even. - Harvey P. Dale, Jan 05 2019
LINKS
EXAMPLE
If n=0, then 11*n + 19 = 19 (prime).
If n=48, then 11*n + 19 = 547 (prime).
MAPLE
a:=proc(n) if isprime(11*n+19)=true then n else fi end: seq(a(n), n=0..400); # Emeric Deutsch, Jul 04 2005
MATHEMATICA
Select[Range[0, 400, 2], PrimeQ[ 11#+19]&] (* Harvey P. Dale, Jan 05 2019 *)
PROG
(PARI) is(n)=isprime(11*n+19) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Cf. A108233.
Sequence in context: A080058 A005796 A086173 * A277568 A108059 A276932
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Jun 21 2005
EXTENSIONS
More terms from Emeric Deutsch, Jul 04 2005
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 19:51 EDT 2024. Contains 371963 sequences. (Running on oeis4.)