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-4 of 4 results.

A141774 Numbers n such that 2*11^n + 1 is prime.

Original entry on oeis.org

0, 1, 3, 9, 43, 79, 175, 11325, 13359, 18577
Offset: 1

Views

Author

Rick L. Shepherd, Jul 03 2008

Keywords

Comments

a(11) > 2*10^5. - Robert Price, Oct 16 2015

Crossrefs

Programs

  • Mathematica
    Join[{0}, Select[Range[1, 175, 2], PrimeQ[2*11^# + 1] &]] (* Arkadiusz Wesolowski, Nov 06 2012 *)
  • PARI
    for(n=0, 1e5, if(isprime(2*11^n + 1), print1(n", "))) \\ Altug Alkan, Oct 16 2015

Extensions

a(8)-a(10) from Arkadiusz Wesolowski, Nov 06 2012

A141797 Numbers n such that 2*17^n + 1 is prime.

Original entry on oeis.org

0, 47, 5991, 147459
Offset: 1

Views

Author

Rick L. Shepherd, Jul 04 2008

Keywords

Comments

Primes found and proved by PrimeForm. No more terms up to 20000.
a(5) > 2*10^5. - Robert Price, Jan 10 2016
a(5) > 10^6. - Paul S. Vanderveen, Oct 16 2020

Crossrefs

Programs

  • PARI
    is(n) = ispseudoprime(2*17^n + 1); \\ Altug Alkan, Jan 10 2016

Extensions

a(4) from Robert Price, Jan 10 2016

A141802 Numbers n such that 2*29^n + 1 is prime.

Original entry on oeis.org

0, 1, 3, 5, 7, 23, 177, 327, 875, 6645, 26605
Offset: 1

Views

Author

Rick L. Shepherd, Jul 08 2008

Keywords

Comments

Primes found and proved by PrimeForm. No more terms up to 20000.

Crossrefs

Cf. A141798.

Programs

Extensions

a(11) from Michael S. Branicky, Dec 14 2023

A190942 Numbers n such that 2*71^n + 1 is prime.

Original entry on oeis.org

0, 3, 29, 83, 153, 327, 753, 879, 3333, 36977
Offset: 1

Views

Author

Arkadiusz Wesolowski, May 24 2011

Keywords

Comments

a(11) > 10^5. - Robert Price, Jan 12 2016

Crossrefs

Programs

Showing 1-4 of 4 results.