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.

A113536 Numbers k such that k^2 + 13 is prime.

This page as a plain text file.
%I A113536 #12 Mar 16 2017 04:00:40
%S A113536 0,2,4,10,12,16,18,28,40,42,44,46,60,68,72,82,84,88,94,108,110,114,
%T A113536 116,122,126,142,144,152,158,180,192,194,198,200,220,222,264,266,268,
%U A113536 282,284,296,298,332,336,340,354,378,380,418,420,430,434,446,464,466,486
%N A113536 Numbers k such that k^2 + 13 is prime.
%H A113536 G. C. Greubel, <a href="/A113536/b113536.txt">Table of n, a(n) for n = 1..1000</a>
%e A113536 If n=40 then n^2 + 13 = 1613 (prime), so 40 is in the sequence.
%t A113536 With[{k=13}, Select[Range[1000], PrimeQ[ #^2+k]&]]
%o A113536 (PARI) is(n)=isprime(n^2+13) \\ _Charles R Greathouse IV_, Feb 17 2017
%Y A113536 Other cases: A005574 k=1, A067201 k=2, A049422 k=3, A007591 k=4, A078402 k=5, A114269-A114275 k=6-12.
%K A113536 nonn
%O A113536 1,2
%A A113536 _Zak Seidov_, Jan 13 2006
%E A113536 Edited by _R. J. Mathar_, Aug 07 2008