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.

A097475 Numbers n such that n^12 - n^6 + 1 is prime.

This page as a plain text file.
%I A097475 #13 Sep 08 2022 08:45:14
%S A097475 3,7,9,10,11,14,27,30,33,37,40,51,62,71,78,80,82,95,117,125,137,142,
%T A097475 148,157,185,189,191,197,223,232,236,252,255,265,287,321,323,324,326,
%U A097475 332,337,341,354,369,391,414,416,418,430,487,509,545,558,563,582,588,589
%N A097475 Numbers n such that n^12 - n^6 + 1 is prime.
%H A097475 G. C. Greubel, <a href="/A097475/b097475.txt">Table of n, a(n) for n = 1..10000</a>
%t A097475 Select[ Range[ 1000], PrimeQ[ #^12 - #^6 + 1] &]
%o A097475 (Magma) [n: n in [0..700] | IsPrime(n^12-n^6+1)]; // _Vincenzo Librandi_, Jan 17 2015
%o A097475 (PARI) is(n)=isprime(n^12-n^6+1) \\ _Charles R Greathouse IV_, Feb 17 2017
%K A097475 nonn
%O A097475 1,1
%A A097475 _Robert G. Wilson v_, Sep 18 2004