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.

A126427 Numbers k for which k^5-k-1 is prime.

This page as a plain text file.
%I A126427 #11 Mar 13 2020 13:00:30
%S A126427 2,3,4,5,10,11,15,16,17,19,20,21,27,28,30,34,36,44,48,50,56,72,75,82,
%T A126427 84,97,101,103,105,109,113,117,130,133,141,154,157,163,177,179,188,
%U A126427 197,204,207,218,240,248,249,250,252,262,268,281,283,285,286,291,301,305,315
%N A126427 Numbers k for which k^5-k-1 is prime.
%H A126427 Amiram Eldar, <a href="/A126427/b126427.txt">Table of n, a(n) for n = 1..10000</a> (terms 1..1000 from T. D. Noe)
%t A126427 a = {}; Do[If[PrimeQ[x^5 - x - 1], AppendTo[a, x]], {x, 1, 1000}]; a
%Y A126427 Cf. A002327, A002328, A116581, A126420, A126421, A126422, A126423, A126424, A126425, A126426.
%K A126427 nonn
%O A126427 1,1
%A A126427 _Artur Jasinski_, Dec 26 2006