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.

A162601 Primes of form k^6 + k^3 + 1.

This page as a plain text file.
%I A162601 #20 Jan 12 2025 11:06:45
%S A162601 3,73,757,262657,1772893,64008001,85775383,308933353,729027001,
%T A162601 15625125001,17596420453,30841155073,46656216001,225200075257,
%U A162601 885843322057,1126163480473,2565165803383,4608275809411,5789338864921,9685393594633,16157823282721,25002115044733
%N A162601 Primes of form k^6 + k^3 + 1.
%H A162601 Robert Israel, <a href="/A162601/b162601.txt">Table of n, a(n) for n = 1..10000</a>
%H A162601 Dan Ismailescu and Yunkyu James Lee, <a href="https://arxiv.org/abs/2501.04851">Polynomially growing integer sequences all whose terms are composite</a>, arXiv:2501.04851 [math.NT], 2025. See p. 10.
%F A162601 A000040 INTERSECT A060883. - _R. J. Mathar_, May 31 2010
%p A162601 select(isprime, [seq(k^6+k^3+1,k=1..1000)]); # _Robert Israel_, Jan 12 2025
%Y A162601 Cf. A000040, A002061, A060883, A153439.
%K A162601 easy,nonn
%O A162601 1,1
%A A162601 _Daniel Tisdale_, Jul 07 2009
%E A162601 Definition clarified, sequence corrected (757 inserted) and extended by _R. J. Mathar_, May 31 2010