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.

A291990 Primes of the form Phi(k, -10), where Phi is the cyclotomic polynomial.

Original entry on oeis.org

101, 9091, 909091, 9901, 909090909090909091, 99990001, 909090909090909090909090909091, 999999000001, 1111111111111111111, 11111111111111111111111, 9999999900000001, 9090909090909090909090909090909090909090909090909091
Offset: 1

Views

Author

Robert Price, Sep 07 2017

Keywords

Crossrefs

Cf. A138920.

Programs

  • Mathematica
    Select[Table[Cyclotomic[k,-10], {k, 3, 100}], PrimeQ[#] &]