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.

A125972 Numbers k for which k^15+k^14-1 is prime.

This page as a plain text file.
%I A125972 #9 Mar 18 2020 07:29:50
%S A125972 7,26,42,49,116,130,149,159,190,277,289,295,296,310,330,334,365,386,
%T A125972 389,406,411,419,471,492,505,541,590,602,632,687,690,704,727,770,771,
%U A125972 804,826,844,872,882,929,949,961,1017,1082,1091,1135,1157,1160,1196,1232,1237
%N A125972 Numbers k for which k^15+k^14-1 is prime.
%H A125972 Amiram Eldar, <a href="/A125972/b125972.txt">Table of n, a(n) for n = 1..10000</a>
%t A125972 Do[If[PrimeQ[x^15 + x^14 - 1], Print[x]], {x, 1, 600}]
%o A125972 (PARI) is(n)=isprime(n^15+n^14-1) \\ _Charles R Greathouse IV_, May 15 2013
%Y A125972 Cf. A000040, A045546, A125881-A125885, A125965-A125973.
%K A125972 nonn
%O A125972 1,1
%A A125972 _Artur Jasinski_, Dec 14 2006
%E A125972 More terms from _Amiram Eldar_, Mar 18 2020