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.

A243449 Primes of the form n^2 + 14.

This page as a plain text file.
%I A243449 #12 May 30 2023 18:08:23
%S A243449 23,239,743,1103,2039,5639,7583,8663,27239,33503,38039,42863,59063,
%T A243449 81239,88223,91823,119039,131783,140639,164039,189239,205223,245039,
%U A243449 263183,288383,328343,342239,378239,393143,400703,431663,439583,514103,660983,710663,950639
%N A243449 Primes of the form n^2 + 14.
%H A243449 Vincenzo Librandi, <a href="/A243449/b243449.txt">Table of n, a(n) for n = 1..1000</a>
%t A243449 Select[Table[n^2 + 14, {n, 0, 2000}], PrimeQ]
%t A243449 Select[Range[1,1001,2]^2+14,PrimeQ] (* _Harvey P. Dale_, May 30 2023 *)
%o A243449 (Magma) [a: n in [0..1000] | IsPrime(a) where a is n^2+14];
%Y A243449 Cf. A121250 (associated n).
%Y A243449 Cf. primes of the form n^2+k: A144255 (k=1), A056899 (k=2), A049423 (k=3), A005473 (k=4), A056905 (k=5), A056909 (k=6), A079138 (k=7), A138338 (k=8), A138353 (k=9), A138355 (k=10), A138362 (k=11), A138368 (k=12), A138375 (k=13), this sequence (k=14), A243450 (k=15), A243451 (k=16), A228244 (k=17), A174812 (k=42).
%K A243449 nonn,easy
%O A243449 1,1
%A A243449 _Vincenzo Librandi_, Jun 05 2014