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.

A095946 Primes of the form 8n^4 - 2n^3 - 132n^2 + 318n + 80557.

Original entry on oeis.org

80557, 80749, 80777, 80917, 81637, 83597, 87649, 94837, 106397, 123757, 148537, 182549, 227797, 286477, 360977, 453877, 567949, 706157, 871657, 1067797, 1298117, 1566349, 1876417, 2232437, 2638717, 3099757, 3620249, 4205077, 4859317
Offset: 1

Views

Author

Hilko Koning (hilko(AT)hilko.net), Jul 13 2004

Keywords

Comments

The first composite has n = 29.

Crossrefs

Programs

  • Magma
    [a: n in [0..100] | IsPrime(a) where a is 8*n^4-2*n^3-132*n^2+ 318*n+80557]; // Vincenzo Librandi, Jul 17 2012
  • Mathematica
    Select[Table[8n^4-2n^3-132n^2+318n+80557,{n,0,2000}],PrimeQ] (* Vincenzo Librandi, Jul 17 2012 *)