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.

Showing 1-7 of 7 results.

A105133 Numbers n such that 8n + 5 is prime.

Original entry on oeis.org

0, 1, 3, 4, 6, 7, 12, 13, 18, 19, 21, 22, 24, 28, 33, 34, 36, 39, 43, 46, 48, 49, 52, 57, 63, 67, 69, 76, 81, 82, 84, 87, 88, 91, 94, 96, 99, 102, 103, 106, 109, 117, 124, 126, 127, 132, 133, 136, 138, 139, 147, 151, 153, 154, 159, 162, 171, 172, 178, 181, 186, 193, 199, 201, 202
Offset: 1

Views

Author

N. J. A. Sloane, based on correspondence from Marco Matosic, Apr 11 2005

Keywords

Crossrefs

Programs

  • Magma
    [n: n in [0..500] | IsPrime(8*n+5)];  // Vincenzo Librandi, Jan 07 2013
    
  • Maple
    M:=500; f:=proc(n) local t1,t2; t1:=[]; for k from 0 to M do t2:=2^n*k+2^(n-1)+1; if isprime(t2) then t1:=[op(t1),k]; fi; od; t1; end; f(3);
  • Mathematica
    Select[Range[0, 300], PrimeQ[8 # + 5]&] (* Vincenzo Librandi, Jan 07 2013 *)
  • PARI
    is(n)=isprime(8*n+5) \\ Charles R Greathouse IV, Feb 17 2017

Formula

a(n) = (A007521(n)-5)/8. - Zak Seidov, Sep 08 2015

A105134 Numbers n such that 16n+9 is prime.

Original entry on oeis.org

2, 4, 5, 8, 14, 17, 19, 25, 28, 32, 35, 37, 38, 47, 50, 53, 58, 59, 64, 65, 68, 70, 74, 80, 82, 89, 92, 100, 103, 107, 109, 112, 119, 124, 130, 133, 134, 142, 143, 148, 149, 152, 154, 157, 163, 164, 169, 170, 173, 178, 184, 185, 187, 190, 200, 203, 214, 215, 220, 224, 229
Offset: 1

Views

Author

N. J. A. Sloane, based on correspondence from Marco Matosic, Apr 11 2005

Keywords

Crossrefs

Programs

A105138 Numbers n such that 256n+129 is prime.

Original entry on oeis.org

2, 4, 5, 10, 13, 17, 19, 25, 28, 37, 38, 40, 44, 47, 52, 53, 59, 62, 70, 74, 77, 79, 82, 83, 103, 110, 115, 119, 124, 130, 137, 140, 149, 152, 158, 170, 173, 178, 179, 193, 200, 205, 208, 209, 212, 217, 230, 235, 238, 242, 247, 248, 257, 268, 269, 272, 275, 280, 283, 299, 307
Offset: 1

Views

Author

N. J. A. Sloane, based on correspondence from Marco Matosic, Apr 11 2005

Keywords

Crossrefs

Programs

A105139 Numbers k such that 512*k+257 is prime.

Original entry on oeis.org

0, 1, 6, 15, 18, 27, 28, 43, 45, 52, 60, 61, 70, 73, 78, 81, 85, 90, 96, 97, 111, 112, 117, 138, 147, 151, 153, 165, 172, 178, 187, 192, 196, 202, 208, 210, 211, 213, 216, 222, 228, 231, 235, 243, 250, 252, 253, 255, 262, 265, 270, 280, 291, 298, 301, 312, 325, 328, 330, 337
Offset: 1

Views

Author

N. J. A. Sloane, based on correspondence from Marco Matosic, Apr 11 2005

Keywords

Crossrefs

Programs

A105135 Numbers n such that 32n+17 is prime.

Original entry on oeis.org

0, 3, 7, 10, 12, 13, 18, 27, 30, 31, 37, 40, 42, 46, 48, 55, 58, 66, 67, 75, 81, 87, 88, 90, 96, 97, 100, 103, 115, 117, 118, 121, 126, 130, 132, 133, 135, 142, 145, 147, 150, 156, 163, 165, 168, 172, 195, 198, 201, 202, 205, 208, 210, 213, 217, 220, 222, 235, 243, 250, 252
Offset: 1

Views

Author

N. J. A. Sloane, based on correspondence from Marco Matosic, Apr 11 2005

Keywords

Crossrefs

Programs

A105136 Numbers n such that 64n+33 is prime.

Original entry on oeis.org

1, 5, 10, 14, 19, 26, 29, 31, 32, 35, 40, 41, 47, 49, 52, 56, 62, 64, 70, 80, 82, 91, 95, 104, 115, 116, 119, 122, 127, 130, 134, 136, 139, 146, 151, 160, 161, 164, 166, 179, 181, 182, 196, 197, 206, 211, 214, 217, 221, 224, 227, 230, 235, 236, 239, 244, 250, 251, 256, 257
Offset: 1

Views

Author

N. J. A. Sloane, based on correspondence from Marco Matosic, Apr 11 2005

Keywords

Crossrefs

Programs

A105137 Numbers n such that 128n+65 is prime.

Original entry on oeis.org

1, 3, 4, 9, 12, 16, 21, 24, 33, 36, 37, 42, 43, 46, 49, 54, 58, 61, 66, 67, 72, 79, 81, 88, 93, 94, 102, 103, 106, 112, 114, 123, 124, 126, 138, 148, 154, 157, 163, 166, 168, 177, 186, 187, 196, 198, 199, 201, 204, 207, 211, 213, 214, 219, 231, 232, 238, 252, 256, 262, 264
Offset: 1

Views

Author

N. J. A. Sloane, based on correspondence from Marco Matosic, Apr 11 2005

Keywords

Crossrefs

Programs

Showing 1-7 of 7 results.