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.

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.