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.

A126893 Numbers k such that k^6 + 82991 is prime.

Original entry on oeis.org

7980, 8526, 11676, 18774, 26754, 31584, 34314, 34650, 43134, 51576, 64176, 65184, 65730, 65856, 70224, 71190, 71316, 76650, 78834, 79506, 81564, 84294, 91266, 92904, 96096, 96894, 105294, 110376, 111090, 113484, 117684, 118146, 118566
Offset: 1

Views

Author

Artur Jasinski, Dec 31 2006

Keywords

References

  • Ribenboim P., 1996. The Little Book of Big Primes. Springer Verlag.

Crossrefs

Programs

  • Magma
    [n: n in [0..200] | IsPrime(n^6+82991)] // Vincenzo Librandi, Nov 23 2010
    
  • Mathematica
    a = {}; Do[If[PrimeQ[x^6 + 82991], AppendTo[a, x]], {x, 7978, 40000}]; a
    Select[ Range@119000, PrimeQ[#^6 + 82991] &] (* Robert G. Wilson v, Jan 21 2018 *)
  • PARI
    is(n)=isprime(n^6+82991) \\ Charles R Greathouse IV, Feb 17 2017

A126894 Numbers k such that k^12 + 4094 is prime.

Original entry on oeis.org

170625, 181545, 233415, 490035, 492765, 552825, 591045, 642915, 885885, 921375, 1262625, 1358175, 1481025, 1743105, 1748565, 1901445, 2029755, 2062515, 2073435, 2119845, 2193555, 2302755, 2532075, 2761395, 2764125, 2772315
Offset: 1

Views

Author

Artur Jasinski, Dec 31 2006

Keywords

References

  • Ribenboim P., 1996. The Little Book of Big Primes. Springer Verlag.

Crossrefs

Programs

  • Magma
    [n: n in [0..4000] | IsPrime(n^12+4094)] // Vincenzo Librandi, Nov 23 2010
    
  • Mathematica
    Select[Range[1000000], PrimeQ[#^12 + 4094] &]
  • PARI
    is(n)=isprime(n^12+4094) \\ Charles R Greathouse IV, Feb 20 2017

Extensions

More terms from Vincenzo Librandi, Mar 26 2010

A126897 Numbers n such that (2730n)^12+488669 is prime.

Original entry on oeis.org

226, 280, 342, 385, 634, 644, 904, 1133, 1159, 1268, 1354, 1425, 1437, 1447, 1484, 1493, 1537, 1570, 1584, 1589, 1608, 1669, 1671, 1729, 1756, 1779, 2221, 2399, 2424, 2462, 2501, 2544, 2829, 2831, 2871, 2938, 2944, 3037, 3070, 3184, 3208, 3254, 3256
Offset: 1

Views

Author

Artur Jasinski, Dec 31 2006

Keywords

Comments

A122131(n)/2730

References

  • Ribenboim P., 1996. The Little Book of Big Primes. Springer Verlag.

Crossrefs

Programs

Showing 1-3 of 3 results.