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.

A256376 Primes of the form 10n^2 - 90n + 163.

This page as a plain text file.
%I A256376 #16 Sep 08 2022 08:46:11
%S A256376 23,83,163,263,383,523,683,863,1063,1283,1523,1783,2063,2683,3023,
%T A256376 4583,5023,5483,6983,7523,8663,9883,11863,14783,16363,17183,19763,
%U A256376 20663,25463,29663,30763,31883,33023,34183,35363,36563,37783,39023,40283,42863,45523,49663,56963,61583,64763
%N A256376 Primes of the form 10n^2 - 90n + 163.
%H A256376 Charles R Greathouse IV, <a href="/A256376/b256376.txt">Table of n, a(n) for n = 1..10000</a>
%t A256376 Select[Table[10 k^2 - 90 k + 163, {k, 7, 600}], PrimeQ]
%o A256376 (Magma) [ a: k in [7..200] | IsPrime(a) where a is 10*k^2-90*k+163];
%o A256376 (PARI) select(isprime, vector(100,n,10*n^2 + 30*n - 17)) \\ _Charles R Greathouse IV_, Mar 27 2015
%K A256376 nonn,easy
%O A256376 1,1
%A A256376 _Avi Friedlich_, Mar 27 2015
%E A256376 Corrected by _Vincenzo Librandi_, Mar 27 2015