cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A101448 Nonnegative numbers k such that 2k + 11 is prime.

Original entry on oeis.org

0, 1, 3, 4, 6, 9, 10, 13, 15, 16, 18, 21, 24, 25, 28, 30, 31, 34, 36, 39, 43, 45, 46, 48, 49, 51, 58, 60, 63, 64, 69, 70, 73, 76, 78, 81, 84, 85, 90, 91, 93, 94, 100, 106, 108, 109, 111, 114, 115, 120, 123, 126, 129, 130, 133, 135, 136, 141, 148, 150, 151, 153, 160, 163
Offset: 1

Views

Author

Parthasarathy Nambi, Jan 24 2005

Keywords

Comments

2 is the smallest single-digit prime and 11 is the smallest two-digit prime.

Examples

			If n=1, then 2*1 + 11 = 13 (prime).
If n=49, then 2*49 + 11 = 109 (prime).
If n=69, then 2*69 + 11 = 149 (prime).
		

Crossrefs

Numbers n such that 2n+k is prime: A005097 (k=1), A067076 (k=3), A089038 (k=5), A105760 (k=7), A155722 (k=9), this seq (k=11), A153081 (k=13), A089559 (k=15), A173059 (k=17), A153143 (k=19).
Numbers n such that 2n-k is prime: A006254 (k=1), A098090 (k=3), A089253 (k=5), A089192 (k=7), A097069 (k=9), A097338 (k=11), A097363 (k=13), A097480 (k=15), A098605 (k=17), A097932 (k=19).

Programs

Extensions

More terms from Stefan Steinerberger, Feb 28 2006
Definition clarified by Zak Seidov, Jul 11 2014