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.

A046867 Numbers n such that 10*11^n -1 is prime.

Original entry on oeis.org

1, 3, 37, 119, 255, 355, 371, 497, 1759, 34863, 50719, 147709
Offset: 1

Views

Author

Keywords

Comments

a(13) > 2*10^5. - Robert Price, Jan 19 2015

References

  • R. K. Guy, Unsolved Problems in Theory of Numbers, Section A3.

Crossrefs

Programs

  • Mathematica
    Do[ If[ PrimeQ[10*11^n - 1], Print[n]], {n, 1, 2000}]
  • PARI
    is(n)=isprime(10*11^n-1) \\ Charles R Greathouse IV, Feb 17 2017

Extensions

One more term from Robert G. Wilson v, Jan 16 2003
a(10)-a(12) from Robert Price, Jan 19 2015