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.

A050880 Numbers n such that 243*2^n-1 is prime.

Original entry on oeis.org

2, 6, 8, 11, 12, 18, 24, 27, 36, 38, 44, 56, 58, 62, 116, 134, 162, 242, 274, 348, 358, 478, 512, 548, 658, 824, 1242, 1287, 1531, 2846, 3343, 4818, 4856, 5051, 6024, 7431, 7434, 9432, 9667, 13059, 13482, 18111, 19004, 33571, 40174, 41467, 53206, 57978, 61438
Offset: 1

Views

Author

N. J. A. Sloane, Dec 29 1999

Keywords

Programs

  • Mathematica
    b=3^5; i=0; Table[While[i++; cp=b*2^i-1; !PrimeQ[cp]]; i, {j, 1, 33}] (* Lei Zhou, Nov 08 2013 *)
  • PARI
    is(n)=ispseudoprime(243*2^n-1) \\ Charles R Greathouse IV, Feb 20 2017

Extensions

More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 02 2008