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!)
A108233 Numbers n such that 11*n + 5 is prime. 6
0, 6, 12, 16, 24, 28, 34, 36, 42, 52, 54, 58, 64, 72, 78, 82, 84, 94, 96, 106, 108, 112, 114, 118, 138, 142, 154, 156, 162, 166, 184, 196, 208, 216, 222, 232, 234, 244, 246, 252, 258, 262, 264, 268, 274, 276, 292, 306, 322, 328, 336, 342, 348, 352, 358, 384, 388 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
If n=0 then 11*n + 5 = 5 (prime).
If n=52 then 11*n + 5 = 577 (prime).
MAPLE
select(n-> isprime(11*n+5), [$0..500])[]; # Emeric Deutsch, Jun 22 2005
MATHEMATICA
Select[Range[0, 400], PrimeQ[11#+5]&] (* Harvey P. Dale, Aug 03 2021 *)
PROG
(PARI) is(n)=isprime(11*n+5) \\ Charles R Greathouse IV, Feb 20 2017
CROSSREFS
Cf. A108187.
Sequence in context: A315661 A315662 A315663 * A315664 A208663 A209203
KEYWORD
nonn
AUTHOR
Parthasarathy Nambi, Jun 16 2005
EXTENSIONS
More terms from Emeric Deutsch, Jun 22 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 20 05:55 EDT 2024. Contains 371799 sequences. (Running on oeis4.)