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.

A280003 Numbers k such that 7*2^k + 1 is a prime factor of a Fermat number 2^(2^m) + 1 for some m.

Original entry on oeis.org

14, 120, 290, 320, 95330, 2167800
Offset: 1

Views

Author

Arkadiusz Wesolowski, Feb 21 2017

Keywords

Comments

18233956 belongs to this sequence, but its position is currently unknown. - Jeppe Stig Nielsen, Oct 05 2020

Crossrefs

Programs

  • Magma
    IsInteger := func; [n: n in [1..320] | IsPrime(k) and IsInteger(Log(2, Modorder(2, k))) where k is 7*2^n+1];