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

A098857 Numbers k such that 4^k*(2^k - 1) - 1 is prime.

Original entry on oeis.org

1, 2, 18, 40, 50, 60, 62, 2688, 2880, 23678, 35076
Offset: 1

Views

Author

Pierre CAMI, Oct 11 2004

Keywords

Crossrefs

Cf. A098856 ((4^k)*(2^k - 1) + 1 is prime).

Programs

Extensions

a(10) from Ray G. Opao, Sep 19 2005
a(11) from Michael S. Branicky, Oct 04 2024

A177026 Primes of the form 4^k*(2^k-1)+1.

Original entry on oeis.org

5, 449, 144114913197948929, 5070602400617769700807459995649, 11417981541647673977863886842678355104249151489
Offset: 1

Views

Author

Vincenzo Librandi, Dec 09 2010

Keywords

Comments

a(6) has 288 digits.

Crossrefs

Programs

  • Magma
    [a: n in [0..350]|IsPrime(a) where a is 8^n-4^n+1^n];

Formula

a(n) = 8^A098856(n)-4^A098856(n)+1.
Showing 1-2 of 2 results.