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.

A181112 Numbers n such that (n^6 + 1091)/4 is prime.

This page as a plain text file.
%I A181112 #8 May 26 2018 16:26:13
%S A181112 525,1281,2709,3759,4179,6531,9849,10185,14385,15771,18585,19929,
%T A181112 21315,22869,22995,23121,32739,33285,39249,39669,44499,46431,48069,
%U A181112 48531,49329,49875,51891,54411,59535,61131,62055,64239,64365,67431,68775
%N A181112 Numbers n such that (n^6 + 1091)/4 is prime.
%t A181112 Select[Range[70000],PrimeQ[(#^6+1091)/4]&] (* _Harvey P. Dale_, May 26 2018 *)
%o A181112 (PARI) is(n)=isprime((n^6+1091)/4) \\ _Charles R Greathouse IV_, Jun 13 2017
%Y A181112 Cf. A066386.
%K A181112 easy,nonn
%O A181112 1,1
%A A181112 _Jason Earls_, Oct 04 2010