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.

A125885 Numbers k for which k^7+k^6-1 is prime.

Original entry on oeis.org

2, 4, 12, 17, 27, 39, 45, 46, 72, 94, 105, 106, 122, 126, 147, 149, 151, 156, 160, 161, 166, 169, 171, 172, 192, 194, 204, 205, 209, 230, 235, 242, 252, 260, 264, 266, 276, 280, 285, 306, 309, 319, 330, 335, 357, 371, 387, 400, 402, 411, 422, 439, 442, 451, 459
Offset: 1

Views

Author

Artur Jasinski, Dec 14 2006

Keywords

Crossrefs

Programs

  • Mathematica
    Do[If[PrimeQ[x^7 + x^6 - 1], Print[x]], {x, 1, 200}]
  • PARI
    is(n)=isprime(n^7+n^6-1) \\ Charles R Greathouse IV, May 15 2013

Extensions

More terms from Amiram Eldar, Mar 18 2020