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.
%I A245427 #9 Jul 22 2014 11:18:54 %S A245427 43,547,909091,1623931,7027567,10678711,15790321,22796593,32222107, %T A245427 81867661,183458857,234750601,574995877,2498207293,6177695707, %U A245427 7095062437,9272716111,13564461457,19397579293,24344094727,50689400581,81420308971,137405657593,149289169177 %N A245427 Primes of the form n^6 - n^5 + n^4 - n^3 + n^2 - n + 1. %C A245427 All the terms in this sequence are primes, but none are congruent to 9 mod 10. %C A245427 All terms == 1 (mod 7). - _Robert Israel_, Jul 22 2014 %H A245427 K. D. Bajpai, <a href="/A245427/b245427.txt">Table of n, a(n) for n = 1..13520</a> %e A245427 n = 2: n^6 - n^5 + n^4 - n^3 + n^2 - n + 1 = 43, which is prime. %e A245427 n = 10: n^6 - n^5 + n^4 - n^3 + n^2 - n + 1 = 909091, which is prime. %t A245427 Select[Table[n^6 - n^5 + n^4 - n^3 + n^2 - n + 1, {n, 200}], PrimeQ] %Y A245427 Cf. A000040, A088550, A162861, A245393. %K A245427 nonn %O A245427 1,1 %A A245427 _K. D. Bajpai_, Jul 21 2014