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.

A123215 Duplicate of A051855.

Original entry on oeis.org

0, 1, 2, 3, 4, 13, 112
Offset: 1

Views

Author

Jonathan Vos Post, Oct 05 2006

Keywords

Programs

  • Magma
    [ n: n in [0..300] | IsPrime((Factorial(n)^4)+1)] // Vincenzo Librandi, Dec 22 2010
  • Mathematica
    Select[Range[200], PrimeQ[#!^4 + 1] &]

Extensions

a(7) from Vincenzo Librandi, Dec 22 2010