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.

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

This page as a plain text file.
%I A182385 #12 May 12 2024 11:47:57
%S A182385 3,29,1553,4679,16103,22619,111149,837929,1082399,2374319,2896403,
%T A182385 3835259,6377549,16007039,18129539,23000459,27252359,30397349,
%U A182385 32068199,37495769,55344353,75618299,118121639,132316199,147753209,230762759,254063753,386923739
%N A182385 Primes of the form k^4 + k^3 + k^2 + k - 1.
%H A182385 Jason Yuen, <a href="/A182385/b182385.txt">Table of n, a(n) for n = 1..10000</a>
%t A182385 Select[Table[n^4 + n^3 + n^2 + n - 1, {n, 0, 300}], PrimeQ] (* _T. D. Noe_, Apr 27 2012 *)
%Y A182385 Cf. A088548.
%K A182385 nonn,easy
%O A182385 1,1
%A A182385 _Alex Ratushnyak_, Apr 27 2012