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.

A182384 Primes of the form k^5 + k^4 + k^3 + k^2 + k - 1.

This page as a plain text file.
%I A182384 #10 Aug 10 2025 21:43:37
%S A182384 61,37447,111109,271451,1118479,2000717,5399041,8308823,17847787,
%T A182384 34636831,133878821,318877549,790779659,1475634067,1705057969,
%U A182384 2924670137,5337978007,12284650663,14830601147,23073112417,40380555731,50414324357,372777302329,766855252057
%N A182384 Primes of the form k^5 + k^4 + k^3 + k^2 + k - 1.
%t A182384 Select[Table[n^5 + n^4 + n^3 + n^2 + n - 1, {n, 0, 300}], PrimeQ] (* _T. D. Noe_, Apr 27 2012 *)
%Y A182384 Cf. A088548, A088549.
%K A182384 nonn
%O A182384 1,1
%A A182384 _Alex Ratushnyak_, Apr 27 2012