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.

Previous Showing 11-20 of 21 results. Next

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

A097932 Positive integers n such that 2n-19 is prime.

Original entry on oeis.org

11, 12, 13, 15, 16, 18, 19, 21, 24, 25, 28, 30, 31, 33, 36, 39, 40, 43, 45, 46, 49, 51, 54, 58, 60, 61, 63, 64, 66, 73, 75, 78, 79, 84, 85, 88, 91, 93, 96, 99, 100, 105, 106, 108, 109, 115, 121, 123, 124, 126, 129, 130, 135, 138, 141, 144, 145, 148, 150, 151, 156, 163
Offset: 1

Views

Author

Douglas Winston (douglas.winston(AT)srupc.com), Sep 21 2004

Keywords

Crossrefs

Cf. A000040.
Numbers n such that 2n+k is prime: A005097 (k=1), A067076 (k=3), A089038 (k=5), A105760 (k=7), A155722 (k=9), A101448 (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), this sequence (k=19).

Programs

Formula

Half of p+19 where p is a prime greater than 2.

A153081 Nonnegative numbers k such that 2k + 13 is prime.

Original entry on oeis.org

0, 2, 3, 5, 8, 9, 12, 14, 15, 17, 20, 23, 24, 27, 29, 30, 33, 35, 38, 42, 44, 45, 47, 48, 50, 57, 59, 62, 63, 68, 69, 72, 75, 77, 80, 83, 84, 89, 90, 92, 93, 99, 105, 107, 108, 110, 113, 114, 119, 122, 125, 128, 129, 132, 134, 135, 140, 147, 149, 150, 152, 159, 162, 167
Offset: 1

Views

Author

Vincenzo Librandi, Dec 18 2008

Keywords

Comments

Or, (p-13)/2 for primes p >= 13.
a(n) = (A000040(n+5) - 13)/2.
a(n) = A005097(n+4) - 6.
a(n) = A067076(n+4) - 5.
a(n) = A089038(n+3) - 4.
a(n) = A105760(n+2) - 3.
a(n) = A101448(n+1) - 1.
a(n) = A089559(n-1) + 1 for n > 1.

Examples

			For k = 7, 2*k+13 = 27 is not prime, so 7 is not in the sequence;
for k = 8, 2*k+13 = 29 is prime, so 8 is in the sequence.
		

Crossrefs

Cf. A000040 (prime numbers).
Numbers n such that 2n+k is prime: A005097 (k=1), A067076 (k=3), A089038 (k=5), A105760 (k=7), A155722 (k=9), A101448 (k=11), this seq (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

Edited and extended by Klaus Brockhaus, Dec 22 2008
Definition clarified by Zak Seidov, Jul 11 2014

A097338 Positive integers n such that 2n-11 is prime.

Original entry on oeis.org

7, 8, 9, 11, 12, 14, 15, 17, 20, 21, 24, 26, 27, 29, 32, 35, 36, 39, 41, 42, 45, 47, 50, 54, 56, 57, 59, 60, 62, 69, 71, 74, 75, 80, 81, 84, 87, 89, 92, 95, 96, 101, 102, 104, 105, 111, 117, 119, 120, 122, 125, 126, 131, 134, 137, 140, 141, 144, 146, 147, 152, 159, 161
Offset: 1

Views

Author

Douglas Winston (douglas.winston(AT)srupc.com), Sep 17 2004

Keywords

Crossrefs

Cf. A000040.
Numbers n such that 2n+k is prime: A005097 (k=1), A067076 (k=3), A089038 (k=5), A105760 (k=7), A155722 (k=9), A101448 (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), this sequence (k=11), A097363 (k=13), A097480 (k=15), A098605 (k=17), A097932 (k=19).

Programs

Formula

Half of p+11 where p is a prime greater than 2.

A097480 Positive integers n such that 2n-15 is prime.

Original entry on oeis.org

9, 10, 11, 13, 14, 16, 17, 19, 22, 23, 26, 28, 29, 31, 34, 37, 38, 41, 43, 44, 47, 49, 52, 56, 58, 59, 61, 62, 64, 71, 73, 76, 77, 82, 83, 86, 89, 91, 94, 97, 98, 103, 104, 106, 107, 113, 119, 121, 122, 124, 127, 128, 133, 136, 139, 142, 143, 146, 148, 149, 154, 161, 163
Offset: 1

Views

Author

Douglas Winston (douglas.winston(AT)srupc.com), Sep 19 2004

Keywords

Crossrefs

Numbers n such that 2n+k is prime: A005097 (k=1), A067076 (k=3), A089038 (k=5), A105760 (k=7), A155722 (k=9), A101448 (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), this sequence (k=15), A098605 (k=17), A097932 (k=19).

Programs

Formula

Half of p+15 where p is a prime greater than 2.

A098605 Positive integers n such that 2n - 17 is prime.

Original entry on oeis.org

10, 11, 12, 14, 15, 17, 18, 20, 23, 24, 27, 29, 30, 32, 35, 38, 39, 42, 44, 45, 48, 50, 53, 57, 59, 60, 62, 63, 65, 72, 74, 77, 78, 83, 84, 87, 90, 92, 95, 98, 99, 104, 105, 107, 108, 114, 120, 122, 123, 125, 128, 129, 134, 137, 140, 143, 144, 147, 149, 150, 155, 162
Offset: 1

Views

Author

Douglas Winston (douglas.winston(AT)srupc.com), Sep 20 2004

Keywords

Crossrefs

Numbers n such that 2n+k is prime: A005097 (k=1), A067076 (k=3), A089038 (k=5), A105760 (k=7), A155722 (k=9), A101448 (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), this sequence (k=17), A097932 (k=19).

Programs

Formula

Half of p+17 where p is a prime greater than 2.

A173059 Nonnegative numbers k such that 2*k + 17 is prime.

Original entry on oeis.org

0, 1, 3, 6, 7, 10, 12, 13, 15, 18, 21, 22, 25, 27, 28, 31, 33, 36, 40, 42, 43, 45, 46, 48, 55, 57, 60, 61, 66, 67, 70, 73, 75, 78, 81, 82, 87, 88, 90, 91, 97, 103, 105, 106, 108, 111, 112, 117, 120, 123, 126, 127, 130, 132, 133, 138, 145, 147, 148, 150, 157, 160, 165
Offset: 1

Views

Author

Keywords

Crossrefs

Numbers n such that 2n+k is prime: A005097 (k=1), A067076 (k=3), A089038 (k=5), A105760 (k=7), A155722 (k=9), A101448 (k=11), A153081 (k=13), A089559 (k=15), this seq (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

  • GAP
    Filtered([0..200], k-> IsPrime(2*k+17) ); # G. C. Greubel, May 22 2019
  • Magma
    [n: n in [0..200] | IsPrime(2*n+17) ]; // G. C. Greubel, May 22 2019
    
  • Mathematica
    (Prime[Range[7,100]]-17)/2
  • PARI
    is(n)=isprime(2*n+17) \\ Charles R Greathouse IV, Feb 17 2017
    
  • Sage
    [n for n in (0..200) if is_prime(2*n+17) ] # G. C. Greubel, May 22 2019
    

Extensions

Definition clarified by Zak Seidov, Jul 11 2014

A097363 Positive integers n such that 2n-13 is prime.

Original entry on oeis.org

8, 9, 10, 12, 13, 15, 16, 18, 21, 22, 25, 27, 28, 30, 33, 36, 37, 40, 42, 43, 46, 48, 51, 55, 57, 58, 60, 61, 63, 70, 72, 75, 76, 81, 82, 85, 88, 90, 93, 96, 97, 102, 103, 105, 106, 112, 118, 120, 121, 123, 126, 127, 132, 135, 138, 141, 142, 145, 147, 148, 153, 160, 162
Offset: 1

Views

Author

Douglas Winston (douglas.winston(AT)srupc.com), Sep 18 2004

Keywords

Crossrefs

Numbers n such that 2n+k is prime: A005097 (k=1), A067076 (k=3), A089038 (k=5), A105760 (k=7), A155722 (k=9), A101448 (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), this sequence (k=13), A097480 (k=15), A098605 (k=17), A097932 (k=19).

Programs

Formula

Half of p+13 where p is a prime greater than 2.

A153044 Numbers n such that 2*n-9 is not a prime.

Original entry on oeis.org

5, 9, 12, 15, 17, 18, 21, 22, 24, 27, 29, 30, 32, 33, 36, 37, 39, 42, 43, 45, 47, 48, 50, 51, 52, 54, 57, 60, 62, 63, 64, 65, 66, 67, 69, 71, 72, 75, 76, 77, 78, 81, 82, 84, 85, 87, 89, 90, 92, 93, 96, 97, 98, 99, 102, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 117, 120
Offset: 1

Views

Author

Vincenzo Librandi, Dec 17 2008

Keywords

Comments

One more than the associated entry in A153039. - R. J. Mathar, Jan 05 2011
The terms after a(1) are the values of 2*h*k + k + h + 5, where h and k are positive integers. - Vincenzo Librandi, Jan 19 2013

Crossrefs

Programs

  • Magma
    [n: n in [5..121] | not IsPrime(2*n-9)]; // Bruno Berselli, Mar 05 2011
  • Mathematica
    Select[Range[150],!PrimeQ[2#-9]&]  (* Harvey P. Dale, Mar 05 2011 *)

Extensions

Corrected and extended by N. J. A. Sloane, May 29 2010

A154631 Triangle read by rows: T(m,n) = 2mn + m + n + 5.

Original entry on oeis.org

9, 12, 17, 15, 22, 29, 18, 27, 36, 45, 21, 32, 43, 54, 65, 24, 37, 50, 63, 76, 89, 27, 42, 57, 72, 87, 102, 117, 30, 47, 64, 81, 98, 115, 132, 149, 33, 52, 71, 90, 109, 128, 147, 166, 185, 36, 57, 78, 99, 120, 141, 162, 183, 204, 225, 39, 62, 85, 108, 131, 154
Offset: 1

Views

Author

Vincenzo Librandi, Jan 17 2009

Keywords

Comments

All terms are in A153044. - Vincenzo Librandi, Aug 30 2012

Examples

			Triangle begins:
9;
12, 17;
15, 22, 29;
18, 27, 36, 45;
21, 32, 43, 54, 65;
24, 37, 50, 63, 76, 89;
27, 42, 57, 72, 87, 102, 117;
30, 47, 64, 81, 98, 115, 132, 149;
33, 52, 71, 90, 109, 128, 147, 166, 185;
36, 57, 78, 99, 120, 141, 162, 183, 204, 225;
		

Crossrefs

Programs

  • Magma
    /* Triangle: */ [[2*m*n+m+n+5: m in [1..n]]: n in [1..10]]; // Bruno Berselli, Aug 31 2012
  • Mathematica
    Flatten[Table[2 n m + m + n + 5, {n, 10}, {m, n}]] (* Vincenzo Librandi, Aug 30 2012 *)

Extensions

Minor edits by Jon E. Schoenfield, Jun 23 2010
Previous Showing 11-20 of 21 results. Next