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.

A119276 Values of n such that n^6 + 29450922301244534 is prime.

Original entry on oeis.org

63693, 64785, 70455, 90993, 100107, 104475, 110103, 110817, 117957, 122325, 125055, 134127, 140343, 167685, 183183, 228585, 242235, 242445, 247527, 252735, 256095, 262983, 264243, 281463, 293685, 298053, 308133, 310485, 314475, 320565
Offset: 1

Views

Author

Eric W. Weisstein, May 12 2006

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[350000],PrimeQ[#^6+29450922301244534]&] (* Harvey P. Dale, Mar 12 2016 *)