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.

A292015 Primes of the form Phi(k, 2), where Phi is the cyclotomic polynomial.

Original entry on oeis.org

3, 7, 5, 31, 3, 127, 17, 73, 11, 13, 8191, 43, 151, 257, 131071, 524287, 683, 241, 2731, 262657, 331, 2147483647, 65537, 599479, 43691, 174763, 61681, 5419, 2796203, 4432676798593, 15790321, 2305843009213693951, 715827883, 145295143558111, 10052678938039
Offset: 1

Views

Author

Robert Price, Sep 07 2017

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Table[Cyclotomic[k,2], {k, 0, 100}], PrimeQ[#] &]

Formula

a(n) = A019320(A072226(n)). - Max Alekseyev, Apr 25 2018