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.

A119276 Values of n such that n^6 + 29450922301244534 is prime.

This page as a plain text file.
%I A119276 #11 Feb 16 2025 08:33:01
%S A119276 63693,64785,70455,90993,100107,104475,110103,110817,117957,122325,
%T A119276 125055,134127,140343,167685,183183,228585,242235,242445,247527,
%U A119276 252735,256095,262983,264243,281463,293685,298053,308133,310485,314475,320565
%N A119276 Values of n such that n^6 + 29450922301244534 is prime.
%H A119276 Carlos Rivera, <a href="http://www.primepuzzles.net/puzzles/puzz_275.htm">Puzzle 275</a>
%H A119276 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/Prime-GeneratingPolynomial.html">Prime-Generating Polynomial</a>
%t A119276 Select[Range[350000],PrimeQ[#^6+29450922301244534]&] (* _Harvey P. Dale_, Mar 12 2016 *)
%Y A119276 Cf. A161998, A066386, A126893.
%K A119276 nonn
%O A119276 1,1
%A A119276 _Eric W. Weisstein_, May 12 2006