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!)
A101123 Numbers k for which 7*k + 11 is prime. 7
0, 6, 8, 14, 18, 20, 24, 26, 36, 38, 48, 54, 60, 68, 78, 80, 84, 86, 90, 96, 104, 114, 116, 128, 138, 140, 144, 146, 150, 156, 158, 168, 170, 174, 188, 204, 206, 210, 216, 224, 228, 230, 236, 246, 248, 254, 260, 266, 270, 284, 288, 294, 296, 300, 306, 318, 320 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Note that 7 is the largest single-digit prime and 11 is the smallest two-digit prime.
LINKS
EXAMPLE
For k=6, 7*6 + 11 = 53 (prime).
For k=8, 7*8 + 11 = 67 (prime).
For k=14, 7*14 + 11 = 109 (prime).
MATHEMATICA
Select[Range[0, 500], PrimeQ[7#+11]&] (* Harvey P. Dale, Jun 05 2012 *)
PROG
(PARI) isA101123(n)=isprime(7*n+11) \\ Michael B. Porter, Apr 20 2010
CROSSREFS
Sequence in context: A315889 A315890 A315891 * A102721 A315892 A315893
KEYWORD
nonn
AUTHOR
Parthasarathy Nambi, Jan 21 2005
EXTENSIONS
Extended by Ray Chandler, Jan 25 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 00:58 EDT 2024. Contains 371798 sequences. (Running on oeis4.)