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.

Showing 1-3 of 3 results.

A066386 Numbers k such that k^6 + 1091 is prime.

Original entry on oeis.org

0, 3906, 4620, 5166, 5376, 5460, 8190, 13020, 13986, 14490, 17934, 19740, 19950, 20664, 23226, 24654, 29736, 30114, 31206, 33516, 33600, 34104, 34314, 40320, 41286, 44016, 45066, 46116, 47754, 48300, 59850, 62244, 63420, 65310, 66864
Offset: 1

Views

Author

Harvey P. Dale, Dec 23 2001

Keywords

References

  • D. Shanks, Solved and unsolved problems in number theory, Chelsea NY, 1985, p. 222, ex. 162.
  • D. Shanks, A low density of primes, Jour. Recreational Math. 5 (1971) 272-5.
  • David Wells, The Penguin Dictionary of Curious and Interesting Numbers, p. 151 (Rev. ed. 1997)
  • Roozbeh Hazrat, Mathematica: A Problem-Centered Approach, Springer 2010, pp. 42, 172

Crossrefs

Programs

  • Mathematica
    Select[Range[100000], PrimeQ[ #^6 + 1091] &]
  • PARI
    { n=0; for (m=0, 10^9, if (isprime(m^6 + 1091), write("b066386.txt", n++, " ", m); if (n==1000, return)) ) } \\ Harry J. Smith, Feb 13 2010

Extensions

0 added by Zak Seidov, Jan 26 2009

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 *)

A163592 Numbers n such that n^6 + 545 is prime.

Original entry on oeis.org

84, 1302, 10584, 11382, 12012, 12558, 13356, 15498, 19362, 20286, 20496, 22092, 23142, 23772, 25452, 26418, 26502, 26544, 28644, 29274, 29778, 31374, 31962, 35406, 36876, 37338, 39522, 40152, 40488, 41286, 42924, 43428, 45108, 46116, 47754, 47796, 48678
Offset: 1

Views

Author

Arkadiusz Wesolowski, Aug 01 2009

Keywords

Crossrefs

Programs

Showing 1-3 of 3 results.