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.

A273945 Odd prime factors of generalized Fermat numbers of the form 3^(2^m) + 1 with m >= 0.

Original entry on oeis.org

5, 17, 41, 193, 257, 12289, 59393, 65537, 275201, 786433, 790529, 8972801, 13631489, 21523361, 134382593, 155189249, 448524289, 524455937, 847036417, 3221225473, 12348030977, 22320686081, 77309411329, 206158430209, 4638564679681, 6597069766657, 12079910333441
Offset: 1

Views

Author

Arkadiusz Wesolowski, Jun 05 2016

Keywords

Comments

Odd primes p such that the multiplicative order of 3 (mod p) is a power of 2.

Crossrefs

Cf. A023394, A059919, A072982, A268657, A268661, A273946 (base 5), A273947 (base 6), A273948 (base 7), A273949 (base 11), A273950 (base 12).

Programs

  • Mathematica
    Select[Prime@Range[2, 10^5], IntegerQ@Log[2, MultiplicativeOrder[3, #]] &]