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.

A125966 Numbers k for which k^10+k^9-1 is prime.

This page as a plain text file.
%I A125966 #9 Mar 18 2020 07:30:58
%S A125966 4,10,13,15,16,31,36,59,65,73,90,91,95,104,105,118,119,123,125,164,
%T A125966 185,189,199,216,230,246,254,279,295,296,298,300,331,338,344,356,361,
%U A125966 374,384,409,413,431,435,441,485,501,519,521,525,583,599,609,619,625,636
%N A125966 Numbers k for which k^10+k^9-1 is prime.
%H A125966 Amiram Eldar, <a href="/A125966/b125966.txt">Table of n, a(n) for n = 1..10000</a>
%t A125966 Do[If[PrimeQ[x^10 + x^9 - 1], Print[x]], {x, 1, 400}]
%o A125966 (PARI) is(n)=isprime(n^10+n^9-1) \\ _Charles R Greathouse IV_, May 15 2013
%Y A125966 Cf. A000040, A045546, A125881-A125885, A125965-A125973.
%K A125966 nonn
%O A125966 1,1
%A A125966 _Artur Jasinski_, Dec 14 2006
%E A125966 More terms from _Amiram Eldar_, Mar 18 2020